mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Compare commits
52 Commits
3.5.14
...
6603cd1a86
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6603cd1a86 | ||
|
|
1daf56f3d8 | ||
|
|
b3f0349ba2 | ||
|
|
bfc3561928 | ||
|
|
8d8918b3c6 | ||
|
|
550cf49bc8 | ||
|
|
313eeffc84 | ||
|
|
88e1f72467 | ||
|
|
3c6146d6ca | ||
|
|
bfab9cc5f8 | ||
|
|
07ee31a88f | ||
|
|
bd61c105e0 | ||
|
|
db0e831a2e | ||
|
|
d7a56f1518 | ||
|
|
5f2c6d19d1 | ||
|
|
7b3600ecb1 | ||
|
|
6f5f34c80a | ||
|
|
2e902b067e | ||
|
|
61695daded | ||
|
|
10889642ce | ||
|
|
a3b254fe8e | ||
|
|
71554c981d | ||
|
|
e1225029b0 | ||
|
|
85923d4c0f | ||
|
|
19b34c63b2 | ||
|
|
60e819159f | ||
|
|
0f4c7b0fe6 | ||
|
|
3bf7c64d01 | ||
|
|
4558b72082 | ||
|
|
73958d87f1 | ||
|
|
d6054412f4 | ||
|
|
5cf69bdc51 | ||
|
|
2fd6ea88d9 | ||
|
|
50ad59a6c8 | ||
|
|
dfc1e742f8 | ||
|
|
769c319ffd | ||
|
|
3c1f2cddfd | ||
|
|
1299db0f3a | ||
|
|
c58d208ca2 | ||
|
|
c308ea0184 | ||
|
|
8e0948d560 | ||
|
|
952a372652 | ||
|
|
a0c1713e78 | ||
|
|
8b1daf1ad0 | ||
|
|
dcdef9d798 | ||
|
|
f962aeb7b8 | ||
|
|
b13b1f8f16 | ||
|
|
6bf2a88995 | ||
|
|
22888f8014 | ||
|
|
ba44370020 | ||
|
|
cd0e8750c1 | ||
|
|
679289fd1c |
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -162,6 +162,7 @@
|
|||||||
- any:
|
- any:
|
||||||
- redbot/core/_drivers/**/*
|
- redbot/core/_drivers/**/*
|
||||||
- "!redbot/core/_drivers/**/locales/*"
|
- "!redbot/core/_drivers/**/locales/*"
|
||||||
|
- redbot/core/_config.py
|
||||||
- redbot/core/config.py
|
- redbot/core/config.py
|
||||||
# Docs
|
# Docs
|
||||||
- docs/framework_config.rst
|
- docs/framework_config.rst
|
||||||
@@ -215,6 +216,7 @@
|
|||||||
- redbot/core/commands/help.py
|
- redbot/core/commands/help.py
|
||||||
"Category: Core - i18n":
|
"Category: Core - i18n":
|
||||||
# Source
|
# Source
|
||||||
|
- redbot/core/_i18n.py
|
||||||
- redbot/core/i18n.py
|
- redbot/core/i18n.py
|
||||||
# Locale files
|
# Locale files
|
||||||
- redbot/**/locales/*
|
- redbot/**/locales/*
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -34,14 +34,13 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: 'python'
|
languages: 'python'
|
||||||
# Override the default behavior so that the action doesn't attempt
|
# Override the default behavior so that the action doesn't attempt
|
||||||
# to auto-install Python dependencies
|
# to auto-install Python dependencies
|
||||||
# Learn more...
|
# Learn more...
|
||||||
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#analyzing-python-dependencies
|
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#analyzing-python-dependencies
|
||||||
setup-python-dependencies: false
|
|
||||||
|
|
||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 https://git.io/JvXDl
|
# 📚 https://git.io/JvXDl
|
||||||
@@ -55,4 +54,4 @@ jobs:
|
|||||||
# make release
|
# make release
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@v3
|
||||||
|
|||||||
2
.github/workflows/crowdin_upload_strings.yml
vendored
2
.github/workflows/crowdin_upload_strings.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
if: github.repository == 'Cog-Creators/Red-DiscordBot'
|
if: github.repository == 'Cog-Creators/Red-DiscordBot'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/lint_python.yaml
vendored
2
.github/workflows/lint_python.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Lint Python
|
name: Lint Python
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
|||||||
4
.github/workflows/prepare_release.yml
vendored
4
.github/workflows/prepare_release.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
needs: pr_stable_bump
|
needs: pr_stable_bump
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
milestone_number: ${{ steps.get_milestone_number.outputs.result }}
|
milestone_number: ${{ steps.get_milestone_number.outputs.result }}
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository and install Python
|
# Checkout repository and install Python
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
16
.github/workflows/publish_release.yml
vendored
16
.github/workflows/publish_release.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository and install Python
|
# Checkout repository and install Python
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
name: Build package
|
name: Build package
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
run: python -m twine check dist/*
|
run: python -m twine check dist/*
|
||||||
|
|
||||||
- name: Upload packaged distributions
|
- name: Upload packaged distributions
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-output
|
name: build-output
|
||||||
path: ./dist
|
path: ./dist
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
name: Generate default application.yml
|
name: Generate default application.yml
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
python .github/workflows/scripts/get_default_ll_server_config.py "release_assets/$APP_YML_FILE"
|
python .github/workflows/scripts/get_default_ll_server_config.py "release_assets/$APP_YML_FILE"
|
||||||
|
|
||||||
- name: Upload default application.yml
|
- name: Upload default application.yml
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ll-default-server-config
|
name: ll-default-server-config
|
||||||
path: ./release_assets
|
path: ./release_assets
|
||||||
@@ -120,13 +120,13 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download packaged distributions
|
- name: Download packaged distributions
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-output
|
name: build-output
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
- name: Download default application.yml
|
- name: Download default application.yml
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ll-default-server-config
|
name: ll-default-server-config
|
||||||
path: release_assets/
|
path: release_assets/
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "BASE_BRANCH=${TAG_BASE_BRANCH#'refs/heads/'}" >> $GITHUB_ENV
|
echo "BASE_BRANCH=${TAG_BASE_BRANCH#'refs/heads/'}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.BASE_BRANCH }}
|
ref: ${{ env.BASE_BRANCH }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
14
.github/workflows/run_pip_compile.yaml
vendored
14
.github/workflows/run_pip_compile.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- macos-latest
|
- macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository.
|
- name: Checkout the repository.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python 3.8.
|
- name: Set up Python 3.8.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
python .github/workflows/scripts/compile_requirements.py
|
python .github/workflows/scripts/compile_requirements.py
|
||||||
|
|
||||||
- name: Upload requirements files.
|
- name: Upload requirements files.
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.compile_requirements.outputs.sys_platform }}
|
name: ${{ steps.compile_requirements.outputs.sys_platform }}
|
||||||
path: requirements/${{ steps.compile_requirements.outputs.sys_platform }}-*.txt
|
path: requirements/${{ steps.compile_requirements.outputs.sys_platform }}-*.txt
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository.
|
- name: Checkout the repository.
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python 3.8.
|
- name: Set up Python 3.8.
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
@@ -71,17 +71,17 @@ jobs:
|
|||||||
python -m pip install -U "packaging>=22.0"
|
python -m pip install -U "packaging>=22.0"
|
||||||
|
|
||||||
- name: Download Windows requirements.
|
- name: Download Windows requirements.
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win32
|
name: win32
|
||||||
path: requirements
|
path: requirements
|
||||||
- name: Download Linux requirements.
|
- name: Download Linux requirements.
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: requirements
|
path: requirements
|
||||||
- name: Download macOS requirements.
|
- name: Download macOS requirements.
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: darwin
|
name: darwin
|
||||||
path: requirements
|
path: requirements
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
python .github/workflows/scripts/merge_requirements.py
|
python .github/workflows/scripts/merge_requirements.py
|
||||||
|
|
||||||
- name: Upload merged requirements files.
|
- name: Upload merged requirements files.
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: merged
|
name: merged
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
14
.github/workflows/scripts/merge_requirements.py
vendored
14
.github/workflows/scripts/merge_requirements.py
vendored
@@ -137,25 +137,27 @@ for name in names:
|
|||||||
python_version_marker = (
|
python_version_marker = (
|
||||||
# Requirement present on less Python versions than not.
|
# Requirement present on less Python versions than not.
|
||||||
" or ".join(
|
" or ".join(
|
||||||
f"python_version == '{python_version}'" for python_version in python_versions
|
f"python_version == '{python_version}'"
|
||||||
|
for python_version in sorted(python_versions)
|
||||||
)
|
)
|
||||||
if len(python_versions) < len(all_python_versions - python_versions)
|
if len(python_versions) < len(all_python_versions - python_versions)
|
||||||
# Requirement present on more Python versions than not
|
# Requirement present on more Python versions than not
|
||||||
# This may generate an empty string when Python version is irrelevant.
|
# This may generate an empty string when Python version is irrelevant.
|
||||||
else " and ".join(
|
else " and ".join(
|
||||||
f"python_version != '{python_version}'"
|
f"python_version != '{python_version}'"
|
||||||
for python_version in all_python_versions - python_versions
|
for python_version in sorted(all_python_versions - python_versions)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
platform_marker = (
|
platform_marker = (
|
||||||
# Requirement present on less platforms than not.
|
# Requirement present on less platforms than not.
|
||||||
" or ".join(f"sys_platform == '{platform}'" for platform in platforms)
|
" or ".join(f"sys_platform == '{platform}'" for platform in sorted(platforms))
|
||||||
if len(platforms) < len(all_platforms - platforms)
|
if len(platforms) < len(all_platforms - platforms)
|
||||||
# Requirement present on more platforms than not
|
# Requirement present on more platforms than not
|
||||||
# This may generate an empty string when platform is irrelevant.
|
# This may generate an empty string when platform is irrelevant.
|
||||||
else " and ".join(
|
else " and ".join(
|
||||||
f"sys_platform != '{platform}'" for platform in all_platforms - platforms
|
f"sys_platform != '{platform}'"
|
||||||
|
for platform in sorted(all_platforms - platforms)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -169,12 +171,12 @@ for name in names:
|
|||||||
# Requirement present on less envs than not.
|
# Requirement present on less envs than not.
|
||||||
" or ".join(
|
" or ".join(
|
||||||
f"(sys_platform == '{platform}' and python_version == '{python_version}')"
|
f"(sys_platform == '{platform}' and python_version == '{python_version}')"
|
||||||
for platform, python_version in iter_envs(envs)
|
for platform, python_version in iter_envs(sorted(envs))
|
||||||
)
|
)
|
||||||
if len(envs) < len(all_envs - envs.keys())
|
if len(envs) < len(all_envs - envs.keys())
|
||||||
else " and ".join(
|
else " and ".join(
|
||||||
f"(sys_platform != '{platform}' and python_version != '{python_version}')"
|
f"(sys_platform != '{platform}' and python_version != '{python_version}')"
|
||||||
for platform, python_version in iter_envs(all_envs - envs.keys())
|
for platform, python_version in iter_envs(sorted(all_envs - envs.keys()))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: Tox - ${{ matrix.friendly_name }}
|
name: Tox - ${{ matrix.friendly_name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ build:
|
|||||||
os: "ubuntu-22.04"
|
os: "ubuntu-22.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
|
jobs:
|
||||||
|
install:
|
||||||
|
- pip install .[doc]
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|||||||
202
CHANGES.rst
202
CHANGES.rst
@@ -1,5 +1,207 @@
|
|||||||
.. Red changelogs
|
.. Red changelogs
|
||||||
|
|
||||||
|
Redbot 3.5.20 (2025-05-03)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.20's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.20/Red-DiscordBot-3.5.20-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6568`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6566`, :issue:`6567`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.19 (2025-04-27)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.19's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.19/Red-DiscordBot-3.5.19-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
#. Fedora 40 is no longer supported as it will soon reach its end of life. Fedora install instructions have been updated with support for Fedora 42.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6558`)
|
||||||
|
- **Core - OS Support** - Fedora 40 is no longer supported as it will soon reach its end of life (:issue:`6558`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6557`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Updated Fedora install instructions to work with Fedora 42 (:issue:`6558`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.18 (2025-03-26)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.18's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.18/Red-DiscordBot-3.5.18-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6543`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6542`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.17 (2025-03-08)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.17's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.17/Red-DiscordBot-3.5.17-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6529`, :issue:`6531`)
|
||||||
|
- **Cogs - Cleanup** - The ``[p]cleanup duplicates`` command now considers more information about the message when determining if it's a duplicate. Notably, messages with polls are ignored and equivalent messages replying to different messages are now not considered duplicates (:issue:`6529`)
|
||||||
|
- **Cogs - Filter** - The cog now checks forwarded messages for filtered words (:issue:`6529`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6530`)
|
||||||
|
- **Cogs - Streams** - Fixed upcoming stream alert showing an incorrect time when Red is hosted on a system using a non-UTC timezone (:issue:`6526`, :issue:`6527`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- |cool| **Core - Dependencies** - Bumped ``discord.py`` to version 2.5.2 (:issue:`6529`, :issue:`6531`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.16 (2025-02-06)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
|
This is a hotfix release changing our implementation to prevent crash at startup
|
||||||
|
when invalid value of global locale/regional format configuration is encountered.
|
||||||
|
We have seen a few reports of this occurring and we believe that this was caused by
|
||||||
|
some 3rd-party cog(s) passing invalid values to Red <3.5 i18n APIs as those versions
|
||||||
|
did not validate the input in some scenarios. During startup, Red will now simply
|
||||||
|
log a warning, if it encounters incorrect global locale/regional format configuration
|
||||||
|
and reset it to a known valid value.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.15 (2025-02-03)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. openSUSE Leap 15.5 is no longer supported as it has already reached its end of life.
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.15's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.15/Red-DiscordBot-3.5.15-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6512`)
|
||||||
|
- **Core - OS Support** - openSUSE Leap 15.5 is no longer supported as it has already reached its end of life (:issue:`6512`)
|
||||||
|
- **Cogs - Audio** - The ``[p]audioset logs`` command can now be used in DMs (:issue:`6499`)
|
||||||
|
- **Cogs - Trivia - Lists** - Added subnet masks in CIDR notations as answers to subnet-related questions in the ``computers`` trivia (:issue:`6495`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core - Bot Commands** - The ``[p]set api`` command no longer errors with long service names (:issue:`6478`, :issue:`6502`)
|
||||||
|
- |cool| **Cogs - Audio** - Fixed recent YT playback issues (:issue:`6509`, :issue:`6511`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - i18n** - Added `redbot.core.i18n.set_contextual_locale()` and `redbot.core.i18n.set_contextual_regional_format()` functions (:issue:`6022`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Redbot 3.5.14 (2024-12-25)
|
Redbot 3.5.14 (2024-12-25)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,22 @@ Here is an example of the :code:`async with` syntax:
|
|||||||
blah.append(new_blah)
|
blah.append(new_blah)
|
||||||
await ctx.send("The new blah value has been added!")
|
await ctx.send("The new blah value has been added!")
|
||||||
|
|
||||||
|
There is also a :py:meth:`Group.all` method. This will return all the stored data associated
|
||||||
|
with a specific config group as a :py:class:`dict`. By negating the need to excessively call config,
|
||||||
|
this method can be particularly useful when multiple values are to be retrieved from the same group.
|
||||||
|
|
||||||
|
Here is an example of :py:meth:`Group.all` usage:
|
||||||
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
@commands.command()
|
||||||
|
async def getall(self, ctx):
|
||||||
|
all_global_data = await self.config.all()
|
||||||
|
await ctx.send("Foobar is {foobar}, foo baz is {foo_baz}".format(
|
||||||
|
foobar=str(all_global_data["foobar"]),
|
||||||
|
foo_baz=str(all_global_data["foo"]["baz"])
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
|
|
||||||
@@ -398,7 +414,7 @@ We're responsible pet owners here, so we've also got to have a way to feed our p
|
|||||||
# We could accomplish the same thing a slightly different way
|
# 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 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)
|
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::
|
Of course, if we're less than responsible pet owners, there are consequences::
|
||||||
|
|
||||||
@@ -481,7 +497,7 @@ Config prioritizes being a safe data store without developers needing to
|
|||||||
know how end users have configured their bot.
|
know how end users have configured their bot.
|
||||||
|
|
||||||
This does come with some performance costs, so keep the following in mind when choosing to
|
This does come with some performance costs, so keep the following in mind when choosing to
|
||||||
develop using config
|
develop using config.
|
||||||
|
|
||||||
* Config use in events should be kept minimal and should only occur
|
* Config use in events should be kept minimal and should only occur
|
||||||
after confirming the event needs to interact with config
|
after confirming the event needs to interact with config
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ Keys common to both repo and cog info.json (case sensitive)
|
|||||||
is installed or a repo is added
|
is installed or a repo is added
|
||||||
|
|
||||||
.. tip:: You can use the ``[p]`` key in your string to use the prefix
|
.. tip:: You can use the ``[p]`` key in your string to use the prefix
|
||||||
used for installing.
|
used for installing, and ``[botname]`` to show the bot's username.
|
||||||
|
|
||||||
- ``short`` (string) - A short description of the cog or repo. For cogs, this info
|
- ``short`` (string) - A short description of the cog or repo. For cogs, this info
|
||||||
is displayed when a user executes ``[p]cog list``
|
is displayed when a user executes ``[p]cog list``
|
||||||
|
|||||||
@@ -12,12 +12,14 @@ Installing Red on Fedora Linux
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Fedora Linux 40 and above has all required packages available in official repositories. Install
|
Fedora Linux 41 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
|
sudo dnf -y install python3.11 python3.11-devel git adoptium-temurin-java-repository @development-tools nano
|
||||||
|
sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
|
||||||
|
sudo dnf -y install temurin-17-jre
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _install-opensuse-leap-15:
|
.. _install-opensuse-leap-15:
|
||||||
|
|
||||||
=====================================
|
=====================================
|
||||||
Installing Red on openSUSE Leap 15.5+
|
Installing Red on openSUSE Leap 15.6+
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
.. include:: _includes/supported-arch-x64+aarch64.rst
|
||||||
@@ -12,7 +12,7 @@ Installing Red on openSUSE Leap 15.5+
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
openSUSE Leap 15.5+ has all required dependencies available in official repositories. Install them
|
openSUSE Leap 15.6+ has all required dependencies available in official repositories. Install them
|
||||||
with zypper:
|
with zypper:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|||||||
@@ -61,9 +61,8 @@ Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of
|
|||||||
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
||||||
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
||||||
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
||||||
Fedora Linux 40 x86-64, aarch64 2025-05-28 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
|
||||||
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
openSUSE Leap 15.5 x86-64, aarch64 2024-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
||||||
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
|
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 <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
||||||
|
|||||||
@@ -339,7 +339,7 @@ def _early_init():
|
|||||||
|
|
||||||
|
|
||||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||||
_VERSION = "3.5.14"
|
_VERSION = "3.5.21.dev1"
|
||||||
|
|
||||||
__version__, version_info = VersionInfo._get_version()
|
__version__, version_info = VersionInfo._get_version()
|
||||||
|
|
||||||
|
|||||||
323
redbot/cogs/admin/locales/et-EE.po
generated
Normal file
323
redbot/cogs/admin/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,323 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2023-06-14 02:57+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 42\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:20
|
||||||
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:25
|
||||||
|
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:31
|
||||||
|
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:37
|
||||||
|
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:43
|
||||||
|
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:49
|
||||||
|
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:55
|
||||||
|
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:61
|
||||||
|
msgid "I need the \"Manage Roles\" permission to do that."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:63
|
||||||
|
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:73
|
||||||
|
#, docstring
|
||||||
|
msgid "A collection of server administration utilities."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:159
|
||||||
|
msgid "{member.display_name} already has the role {role.name}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:180
|
||||||
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:190
|
||||||
|
msgid "{member.display_name} does not have the role {role.name}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:211
|
||||||
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:226
|
||||||
|
#, 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:244
|
||||||
|
#, 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:256
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit role settings."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:263
|
||||||
|
#, 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:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
|
msgid "Done."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:298
|
||||||
|
#, 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:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
|
#, docstring
|
||||||
|
msgid "Announce a message to all servers the bot is in."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:339
|
||||||
|
msgid "The announcement has begun."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:346
|
||||||
|
#, docstring
|
||||||
|
msgid "Cancel a running announce."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:348
|
||||||
|
msgid "There is no currently running announcement."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:351
|
||||||
|
msgid "The current announcement has been cancelled."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:357
|
||||||
|
#, docstring
|
||||||
|
msgid "Change how announcements are sent in this guild."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:367
|
||||||
|
#, docstring
|
||||||
|
msgid "Change the channel where the bot will send announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:370
|
||||||
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:375
|
||||||
|
#, docstring
|
||||||
|
msgid "Unsets the channel for announcements."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:400
|
||||||
|
#, 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:413
|
||||||
|
#, 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:424
|
||||||
|
#, 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:435
|
||||||
|
#, docstring
|
||||||
|
msgid "\n"
|
||||||
|
" Lists all available selfroles.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:445
|
||||||
|
msgid "Available Selfroles:\n"
|
||||||
|
"{selfroles}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:451
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage selfroles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:456
|
||||||
|
#, docstring
|
||||||
|
msgid "\n"
|
||||||
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
|
" NOTE: The role is case sensitive!\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:465
|
||||||
|
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:475
|
||||||
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:481
|
||||||
|
msgid "Added {count} selfroles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:483
|
||||||
|
msgid "Added 1 selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:489
|
||||||
|
#, docstring
|
||||||
|
msgid "\n"
|
||||||
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
|
" NOTE: The role is case sensitive!\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:498
|
||||||
|
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:508
|
||||||
|
msgid "Removed {count} selfroles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:510
|
||||||
|
msgid "Removed 1 selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:516
|
||||||
|
#, docstring
|
||||||
|
msgid "Clear the list of available selfroles for this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:520
|
||||||
|
msgid "There are currently no selfroles."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:523
|
||||||
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:529
|
||||||
|
msgid "You took too long to respond."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:538
|
||||||
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:544
|
||||||
|
msgid "Selfrole list cleared."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:546
|
||||||
|
msgid "No changes have been made."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:551
|
||||||
|
#, docstring
|
||||||
|
msgid "Lock a bot to its current servers only."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:556
|
||||||
|
msgid "The bot is no longer serverlocked."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:558
|
||||||
|
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:13
|
||||||
|
msgid "The Admin cog is not loaded."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:30
|
||||||
|
msgid "The role \"{role_name}\" is not a valid selfrole."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/converters.py:36
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
114
redbot/cogs/admin/locales/uk-UA.po
generated
114
redbot/cogs/admin/locales/uk-UA.po
generated
@@ -21,56 +21,56 @@ msgstr "Я намагався зробити щось, на що Discord від
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:25
|
#: redbot/cogs/admin/admin.py:25
|
||||||
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."
|
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 ""
|
msgstr "Я не можу надати роль {role.name} {member.display_name}, тому що ця роль є вищою за мою найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:31
|
#: redbot/cogs/admin/admin.py:31
|
||||||
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."
|
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 ""
|
msgstr "Я не можу прибрати {role.name} у {member.display_name}, тому що ця роль є вищою за мою найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:37
|
#: redbot/cogs/admin/admin.py:37
|
||||||
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
|
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "Я не можу змінити {role.name}, тому що ця роль є вищою ніж моя найвища роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:43
|
#: redbot/cogs/admin/admin.py:43
|
||||||
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."
|
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 ""
|
msgstr "Я не можу надати {role.name} {member.display_name}, тому що ця роль вища за вашу найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:49
|
#: redbot/cogs/admin/admin.py:49
|
||||||
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."
|
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 ""
|
msgstr "Я не можу прибрати {role.name} у {member.display_name}, тому що ця роль є вищою за вашу найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:55
|
#: redbot/cogs/admin/admin.py:55
|
||||||
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."
|
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 ""
|
msgstr "Я неможу дозволити вам редагувати {role.name}, тому що ця роль вища за вашу найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:61
|
#: redbot/cogs/admin/admin.py:61
|
||||||
msgid "I need the \"Manage Roles\" permission to do that."
|
msgid "I need the \"Manage Roles\" permission to do that."
|
||||||
msgstr ""
|
msgstr "Мені потрібен дозвіл \"Керувати ролями\", щоб це зробити."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:63
|
#: redbot/cogs/admin/admin.py:63
|
||||||
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
msgstr ""
|
msgstr "Я вже щось оголошую. Якщо ви хочете зробити інше оголошення, будь ласка, спочатку використайте '{prefix}announce cancel`."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:73
|
#: redbot/cogs/admin/admin.py:73
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "A collection of server administration utilities."
|
msgid "A collection of server administration utilities."
|
||||||
msgstr ""
|
msgstr "Колекція утилітів адміністрації сервера."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:159
|
#: redbot/cogs/admin/admin.py:159
|
||||||
msgid "{member.display_name} already has the role {role.name}."
|
msgid "{member.display_name} already has the role {role.name}."
|
||||||
msgstr ""
|
msgstr "{member.display_name} вже має роль {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:180
|
#: redbot/cogs/admin/admin.py:180
|
||||||
msgid "I successfully added {role.name} to {member.display_name}"
|
msgid "I successfully added {role.name} to {member.display_name}"
|
||||||
msgstr ""
|
msgstr "Успішно додав(ла) {role.name} до {member.display_name}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:190
|
#: redbot/cogs/admin/admin.py:190
|
||||||
msgid "{member.display_name} does not have the role {role.name}."
|
msgid "{member.display_name} does not have the role {role.name}."
|
||||||
msgstr ""
|
msgstr "{member.display_name} не має ролі {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:211
|
#: redbot/cogs/admin/admin.py:211
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
msgstr ""
|
msgstr "Я успішно прибрав(ла) {role.name} у {member.display_name}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:226
|
#: redbot/cogs/admin/admin.py:226
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -79,7 +79,11 @@ msgid "\n"
|
|||||||
" Use double quotes if the role contains spaces.\n"
|
" Use double quotes if the role contains spaces.\n"
|
||||||
" If user is left blank it defaults to the author of the command.\n"
|
" If user is left blank it defaults to the author of the command.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Додати роль до користувача\n\n"
|
||||||
|
" Використовуйте подвійні лапки, якщо роль має пробіли.\n"
|
||||||
|
" Якщо користувач не буде вказаним, то за замовчуванням роль буде надана автору команди.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:244
|
#: redbot/cogs/admin/admin.py:244
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -88,12 +92,16 @@ msgid "\n"
|
|||||||
" Use double quotes if the role contains spaces.\n"
|
" Use double quotes if the role contains spaces.\n"
|
||||||
" If user is left blank it defaults to the author of the command.\n"
|
" If user is left blank it defaults to the author of the command.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Додати роль до користувача\n\n"
|
||||||
|
" Використовуйте подвійні лапки, якщо роль має пробіли.\n"
|
||||||
|
" Якщо користувач не буде вказаним, то за замовчуванням роль буде надана автору команди.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:256
|
#: redbot/cogs/admin/admin.py:256
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit role settings."
|
msgid "Edit role settings."
|
||||||
msgstr ""
|
msgstr "Зміна налаштувань ролі."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:263
|
#: redbot/cogs/admin/admin.py:263
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -110,11 +118,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:275
|
#: redbot/cogs/admin/admin.py:275
|
||||||
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
msgstr ""
|
msgstr "{author} ({author.id}) змінив колір ролі '{role.name}'"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr ""
|
msgstr "Готово."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:298
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -128,48 +136,48 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:308
|
#: redbot/cogs/admin/admin.py:308
|
||||||
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
msgstr ""
|
msgstr "{author} ({author.id}) змінив ім'я ролі '{old_name}' на '{name}'"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:332
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr ""
|
msgstr "Оголосити повідомлення в усіх серверах, де знаходиться бот."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:339
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "Оголошення почалося."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Відмінити запущене оголошення."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:348
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "На даний момент немає оголошення."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:351
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "Поточне оголошення було скасовано."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:357
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr ""
|
msgstr "Змінити спосіб надсилання оголошень у цю спільноту."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr "Змініть канал, в якому бот буде надсилати оголошення."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr "Канал для оголошень встановлений до {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:375
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr ""
|
msgstr "Прибирає канал для оголошень."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:400
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -178,7 +186,10 @@ msgid "\n"
|
|||||||
" Server admins must have configured the role as user settable.\n"
|
" Server admins must have configured the role as user settable.\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Додайте чи приберіть собі селф-ролі\n\n"
|
||||||
|
" Адміністратори серверу повинні були налаштувати роль як \"користувацьку\"\n"
|
||||||
|
" ПОМІТКА: Ролі чутливі до реєстру "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:413
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -203,17 +214,20 @@ msgstr ""
|
|||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Перераховує усі доступні селф-ролі.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:445
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr ""
|
msgstr "Доступні селф-ролі:\n"
|
||||||
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:451
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Керувати селф-ролями."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:456
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -225,19 +239,19 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:465
|
#: redbot/cogs/admin/admin.py:465
|
||||||
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."
|
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 ""
|
msgstr "Я не можу дозволити вам додати {role.name} як селф-роль, бо ця роль є вищою за вашу найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:475
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Роль \"{role.name}\" вже є селф-роллю."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr "Додано {count} селф-ролей."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:483
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr ""
|
msgstr "Додано 1 селф-роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:489
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -249,40 +263,40 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:498
|
#: redbot/cogs/admin/admin.py:498
|
||||||
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."
|
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 ""
|
msgstr "Я не можу дозволити вам прибрати {role.name} зі списку селф-ролей, бо ця роль є вищою за вашу найвищу роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr "Вилучено {count} селф-ролей."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:510
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr "Прибрано 1 селф-роль."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:516
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr "Очистити список доступних селф-ролей для цього сервера."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:520
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr "Наразі немає селф-ролей."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:523
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr "Ви впевнені, що хочете очистити список селф-ролей цього сервера?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:529
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr "Ви зайняли занадто довго часу, щоб відповісти."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:538
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "Я не можу прибрати селф-ролі, тому що селф-роль '{role.name}' вища аніж усі ваші ролі."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr "Список з селф-ролями був очищений."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:546
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
@@ -303,21 +317,21 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:68
|
#: redbot/cogs/admin/announcer.py:68
|
||||||
msgid "I could not announce to the following server: "
|
msgid "I could not announce to the following server: "
|
||||||
msgstr ""
|
msgstr "Не вдалося зробити оголошення у наступній спільноті: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to the following servers: "
|
msgid "I could not announce to the following servers: "
|
||||||
msgstr ""
|
msgstr "Не вдалося зробити оголошення у наступних спільнотах: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:13
|
#: redbot/cogs/admin/converters.py:13
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "Адмін-ког не завантажено."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:30
|
#: redbot/cogs/admin/converters.py:30
|
||||||
msgid "The role \"{role_name}\" is not a valid selfrole."
|
msgid "The role \"{role_name}\" is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Роль \"{role_name}\" не є дійсною селф-роллю."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:36
|
#: redbot/cogs/admin/converters.py:36
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr "Ця селф-роль має більше ніж один збіг. Будь ласка, попросіть модератора вирішити цю неоднозначність, або використайте ID ролі для уточнення ролі."
|
||||||
|
|
||||||
|
|||||||
189
redbot/cogs/alias/locales/et-EE.po
generated
Normal file
189
redbot/cogs/alias/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,189 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2024-01-09 00:35+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 8\n"
|
||||||
|
"Language: et_EE\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:190
|
||||||
|
msgid "Aliases:\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:192
|
||||||
|
msgid "\n\n"
|
||||||
|
"Page {page}/{total}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:202
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage command aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:207
|
||||||
|
#, docstring
|
||||||
|
msgid "Manage global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:214
|
||||||
|
#, docstring
|
||||||
|
msgid "Add an alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:219
|
||||||
|
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:230
|
||||||
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:241
|
||||||
|
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:253 redbot/cogs/alias/alias.py:312
|
||||||
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:267
|
||||||
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:273
|
||||||
|
#, docstring
|
||||||
|
msgid "Add a global alias for a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:278
|
||||||
|
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:289
|
||||||
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:300
|
||||||
|
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:323
|
||||||
|
msgid "A new global alias with the trigger `{name}` has been created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:332
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit an existing alias in this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:337 redbot/cogs/alias/alias.py:372
|
||||||
|
msgid "The alias with the name {name} does not exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:343 redbot/cogs/alias/alias.py:378
|
||||||
|
msgid "You attempted to edit an alias to a command that doesn't exist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:352 redbot/cogs/alias/alias.py:385
|
||||||
|
msgid "The alias with the trigger `{name}` has been edited successfully."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:359 redbot/cogs/alias/alias.py:392
|
||||||
|
msgid "Alias with the name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:367
|
||||||
|
#, docstring
|
||||||
|
msgid "Edit an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:399
|
||||||
|
#, docstring
|
||||||
|
msgid "Try to execute help for the base command of the alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:404
|
||||||
|
msgid "No such alias exists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:408
|
||||||
|
#, docstring
|
||||||
|
msgid "Show what command the alias executes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:413
|
||||||
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:418
|
||||||
|
msgid "There is no alias with the name `{name}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:424
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing alias on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:426 redbot/cogs/alias/alias.py:458
|
||||||
|
msgid "There are no aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:431 redbot/cogs/alias/alias.py:446
|
||||||
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:434 redbot/cogs/alias/alias.py:449
|
||||||
|
msgid "Alias with name `{name}` was not found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:439
|
||||||
|
#, docstring
|
||||||
|
msgid "Delete an existing global alias."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:441
|
||||||
|
msgid "There are no global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:455
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available aliases on this server."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:464
|
||||||
|
#, docstring
|
||||||
|
msgid "List the available global aliases on this bot."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias.py:467
|
||||||
|
msgid "There are no global aliases."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias_entry.py:196
|
||||||
|
msgid "Arguments must be specified with a number."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/alias/alias_entry.py:203
|
||||||
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
81
redbot/cogs/audio/apis/locales/et-EE.po
generated
Normal file
81
redbot/cogs/audio/apis/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2022-03-16 16:42+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 698\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:270
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:600
|
||||||
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
|
msgstr "Ebaõnnestus YouTube'i video hankimine, ülejäänud jäetakse vahele."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:303
|
||||||
|
#: 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 võti või kliendi salajane võti ei ole õigesti seadistatud. \n"
|
||||||
|
"Kasutage `{prefix}audioset spotifyapi` juhiste jaoks."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:345
|
||||||
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
|
msgstr "See ei tundu olevat kehtiv Spotify esitusloendi/albumi URL või kood."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:471
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr "See ei tundu olevat toetatud Spotify URL või kood."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:561
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr "Ühendus taastati, kui esitusloendit laaditi."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:572
|
||||||
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
|
msgstr "Mängija aja ületamine, ülejäänud lood jäetakse vahele."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:665
|
||||||
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
|
msgstr "{bad_tracks} lugusid ei saa järjekorda lisada."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:673
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr "Esitusloend lisatud järjekorda"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:674
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr "Lisatud {num} lugu järjekorda.{maxlength_msg}"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:680
|
||||||
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
|
msgstr "{time} kuni esitusloendi esituse alguseni: algab järjekorras #{position} kohal"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/apis/interface.py:691
|
||||||
|
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 "Midagi ei leitud. \n"
|
||||||
|
"YouTube API võti võib olla kehtetu või võib YouTube'i otsinguteenuses olla määratud päringute piirang. \n"
|
||||||
|
"Kontrolli YouTube API võtit uuesti ja järgi juhiseid `{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 "Teie YouTube Data API token on kehtetu. \n"
|
||||||
|
"Kontrollige YouTube API võtit uuesti ja järgige juhiseid `{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 <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
||||||
|
msgstr "YouTube API tõrgekood: 403 \n"
|
||||||
|
"Teie YouTube API võti võib olla jõudnud konto päringute limiidi täitumiseni täna. Palun kontrollige <https://developers.google.com/youtube/v3/getting-started#quota> lisainformatsiooni jaoks."
|
||||||
|
|
||||||
@@ -1168,7 +1168,6 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
|
|
||||||
@command_audioset.command(name="logs")
|
@command_audioset.command(name="logs")
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@commands.guild_only()
|
|
||||||
@has_managed_server()
|
@has_managed_server()
|
||||||
async def command_audioset_logs(self, ctx: commands.Context):
|
async def command_audioset_logs(self, ctx: commands.Context):
|
||||||
"""Sends the managed Lavalink node logs to your DMs."""
|
"""Sends the managed Lavalink node logs to your DMs."""
|
||||||
|
|||||||
@@ -10,10 +10,11 @@ from red_commons.logging import getLogger
|
|||||||
from redbot.core import commands
|
from redbot.core import commands
|
||||||
from redbot.core.data_manager import cog_data_path
|
from redbot.core.data_manager import cog_data_path
|
||||||
from redbot.core.i18n import Translator
|
from redbot.core.i18n import Translator
|
||||||
from redbot.core.utils.chat_formatting import box, inline
|
from redbot.core.utils.chat_formatting import box, humanize_list, inline
|
||||||
|
|
||||||
from ..abc import MixinMeta
|
from ..abc import MixinMeta
|
||||||
from ..cog_utils import CompositeMetaClass
|
from ..cog_utils import CompositeMetaClass
|
||||||
|
from ...managed_node import version_pins
|
||||||
from ...utils import (
|
from ...utils import (
|
||||||
MAX_JAVA_RAM,
|
MAX_JAVA_RAM,
|
||||||
DEFAULT_LAVALINK_YAML,
|
DEFAULT_LAVALINK_YAML,
|
||||||
@@ -29,6 +30,16 @@ log = getLogger("red.cogs.Audio.cog.Commands.lavalink_setup")
|
|||||||
_ = Translator("Audio", Path(__file__))
|
_ = Translator("Audio", Path(__file__))
|
||||||
|
|
||||||
|
|
||||||
|
class LavalinkSetupJavaCommand(commands.Command):
|
||||||
|
def format_text_for_context(self, ctx: commands.Context, text: str) -> str:
|
||||||
|
text = super().format_text_for_context(ctx, text)
|
||||||
|
return text.format(
|
||||||
|
supported_java_versions=humanize_list(
|
||||||
|
list(map(str, version_pins.SUPPORTED_JAVA_VERSIONS))
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||||
@commands.group(name="llset")
|
@commands.group(name="llset")
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@@ -43,7 +54,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
All the commands in here have the potential to break the Audio cog.
|
All the commands in here have the potential to break the Audio cog.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@command_llset.command(name="java")
|
@command_llset.command(name="java", cls=LavalinkSetupJavaCommand)
|
||||||
@has_managed_server()
|
@has_managed_server()
|
||||||
async def command_llset_java(self, ctx: commands.Context, *, java_path: str = "java"):
|
async def command_llset_java(self, ctx: commands.Context, *, java_path: str = "java"):
|
||||||
"""Change your Java executable path.
|
"""Change your Java executable path.
|
||||||
@@ -51,7 +62,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.
|
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.
|
If changing this make sure that the Java executable you set is supported by Audio.
|
||||||
The current supported versions are Java 17 and 11.
|
The current supported versions are Java {supported_java_versions}.
|
||||||
|
|
||||||
Enter nothing or "java" to reset it back to default.
|
Enter nothing or "java" to reset it back to default.
|
||||||
"""
|
"""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
388
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "تمكين"
|
msgstr "تمكين"
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr "تمكين"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "معطل"
|
msgstr "معطل"
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "تم تغيير الإعدادات"
|
msgstr "تم تغيير الإعدادات"
|
||||||
|
|
||||||
@@ -575,13 +575,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "وقت غير صالح"
|
msgstr "وقت غير صالح"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "لا يمكن أن تكون الثواني أقل من الصفر."
|
msgstr "لا يمكن أن تكون الثواني أقل من الصفر."
|
||||||
|
|
||||||
@@ -682,7 +682,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` غير موجود. سيتم حفظ هذا المسار، ولكن يرجى التحقق من المسار وإنشاء مجلد محلي في `{localfolder}` قبل محاولة تشغيل المسارات المحلية."
|
msgstr "`{localtracks}` غير موجود. سيتم حفظ هذا المسار، ولكن يرجى التحقق من المسار وإنشاء مجلد محلي في `{localfolder}` قبل محاولة تشغيل المسارات المحلية."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -871,8 +871,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "نطاق قائمة التشغيل: [{pscope}]\n"
|
msgstr "نطاق قائمة التشغيل: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -893,8 +893,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -941,66 +941,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1011,28 +1011,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1045,27 +1045,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1073,72 +1073,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1806,7 +1806,7 @@ msgstr "التعديل المسبق"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1816,37 +1816,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1855,66 +1855,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1922,121 +1922,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2044,12 +2044,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2057,170 +2057,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
388
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "дни"
|
msgstr "дни"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
388
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Povoleno"
|
msgstr "Povoleno"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Povoleno"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Zakázáno"
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
@@ -324,44 +324,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -573,13 +573,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -678,7 +678,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -863,8 +863,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -885,8 +885,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dnů"
|
msgstr "dnů"
|
||||||
|
|
||||||
@@ -933,66 +933,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Pokyny k nastavení Spotify API tokenů."
|
msgstr "Pokyny k nastavení Spotify API tokenů."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1003,28 +1003,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1037,27 +1037,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1065,72 +1065,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1792,7 +1792,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1802,37 +1802,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1841,66 +1841,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1908,121 +1908,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2030,12 +2030,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2043,170 +2043,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
388
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
390
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Automatische Wiedergabe am Ende der Warteschlange: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
msgstr "Aktiviert"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Aktiviert"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktiviert"
|
msgstr "Deaktiviert"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Einstellung geändert"
|
msgstr "Einstellung geändert"
|
||||||
|
|
||||||
@@ -587,13 +587,13 @@ msgstr "Automatische Trennung vom Kanal, wenn der Bot x Sekunden lang alleine is
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Ungültige Zeit"
|
msgstr "Ungültige Zeit"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Sekunden können nicht kleiner als Null sein."
|
msgstr "Sekunden können nicht kleiner als Null sein."
|
||||||
|
|
||||||
@@ -705,7 +705,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -902,8 +902,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Umfang der Playlist: [{pscope}] \n"
|
msgstr "Umfang der Playlist: [{pscope}] \n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Cache-Einstellungen"
|
msgstr "Cache-Einstellungen"
|
||||||
|
|
||||||
@@ -924,8 +924,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Lokale Lavalink-Cache: [{lavalink_status}]\n"
|
msgstr "Lokale Lavalink-Cache: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "Tage"
|
msgstr "Tage"
|
||||||
|
|
||||||
@@ -972,66 +972,66 @@ msgstr "Pfad der lokalen Titel: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Sendet die Lavalink Server Protokolle als private Nachricht."
|
msgstr "Sendet die Lavalink Server Protokolle als private Nachricht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Keine Protokolle in deinem Datenordner gefunden."
|
msgstr "Keine Protokolle in deinem Datenordner gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Protokolle sind zu groß. Du kannst diese in {path} finden"
|
msgstr "Protokolle sind zu groß. Du kannst diese in {path} finden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir die Logs zu senden."
|
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir die Logs zu senden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Aktiviert/Deaktiviert Titel als Status."
|
msgstr "Aktiviert/Deaktiviert Titel als Status."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Titel als Status: {true_or_false}."
|
msgstr "Titel als Status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Zeige Miniaturbilder bei Audio-Mitteilungen an."
|
msgstr "Zeige Miniaturbilder bei Audio-Mitteilungen an."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Miniaturansicht: {true_or_false}."
|
msgstr "Miniaturansicht: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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."
|
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:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Abstimmung deaktiviert. Alle Benutzer können Warteschlangen Management Befehle verwenden."
|
msgstr "Abstimmung deaktiviert. Alle Benutzer können Warteschlangen Management Befehle verwenden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Stimmen-Anteil auf {percent} % festgelegt."
|
msgstr "Stimmen-Anteil auf {percent} % festgelegt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Anleitung um den YouTube API key einzurichten."
|
msgstr "Anleitung um den YouTube API key einzurichten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Anleitung um die Spotify API tokens einzurichten."
|
msgstr "Anleitung um die Spotify API tokens einzurichten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1049,28 +1049,28 @@ msgstr "1. Gehen Sie zu Spotify-Entwicklern und loggen Sie sich mit Ihrem Spotif
|
|||||||
"6. Kopiere deine Client-ID und dein Client-Geheimes in:\n"
|
"6. Kopiere deine Client-ID und dein Client-Geheimes in:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Legen Sie den Ländercode für Spotify-Suchen fest."
|
msgstr "Legen Sie den Ländercode für Spotify-Suchen fest."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Ungültiger Ländercode"
|
msgstr "Ungültiger Ländercode"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Ländercode auf {country} gesetzt."
|
msgstr "Ländercode auf {country} gesetzt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1091,27 +1091,27 @@ msgstr "Legt das Caching-Level fest.\n\n"
|
|||||||
" Wenn du einen bestimmten Cache deaktivieren möchtest, benutze eine negative Nummer.\n"
|
" Wenn du einen bestimmten Cache deaktivieren möchtest, benutze eine negative Nummer.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Maximales Alter, [{max_age}]\n"
|
msgstr "Maximales Alter, [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify-Cache: [{spotify_status}] \n"
|
msgstr "Spotify-Cache: [{spotify_status}] \n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Youtube-Cache: [{youtube_status}]\n"
|
msgstr "Youtube-Cache: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink-Cache: [{lavalink_status}]\n"
|
msgstr "Lavalink-Cache: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1122,15 +1122,15 @@ msgstr "Legt das maximale Cache-Alter fest.\n\n"
|
|||||||
" ungültig wird.\n"
|
" ungültig wird.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Ich habe das Cache-Alter auf {age} Tage gesetzt"
|
msgstr "Ich habe das Cache-Alter auf {age} Tage gesetzt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1139,57 +1139,57 @@ msgstr "Fortbestehende Warteschlangen umschalten.\n\n"
|
|||||||
" Fortbestehende Warteschlangen erlauben das Wiederherstellen der aktuellen Warteschlange, wenn die Warteschlange geschlossen wird.\n"
|
" Fortbestehende Warteschlangen erlauben das Wiederherstellen der aktuellen Warteschlange, wenn die Warteschlange geschlossen wird.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Fortbestehende Warteschlangen: {true_or_false}."
|
msgstr "Fortbestehende Warteschlangen: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Startet die lavalink-Verbindung neu."
|
msgstr "Startet die lavalink-Verbindung neu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Fehler beim Herunterfahren von Lavalink"
|
msgstr "Fehler beim Herunterfahren von Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)."
|
msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Lavalink wird neugestartet"
|
msgstr "Lavalink wird neugestartet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
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."
|
msgstr "Es kann einige Minuten dauern bis Lavalink komplett gestartet ist."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Legt die maximale Lautstärke fest, die auf diesem Server erlaubt ist."
|
msgstr "Legt die maximale Lautstärke fest, die auf diesem Server erlaubt ist."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Fehler"
|
msgstr "Fehler"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Musik ohne Ton ist keine Musik. Versuch die Lautstärke höher als 0% zu setzen."
|
msgstr "Musik ohne Ton ist keine Musik. Versuch die Lautstärke höher als 0% zu setzen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Einstellungen geändert"
|
msgstr "Einstellungen geändert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Die maximale Lautstärke wurde auf 150% begrenzt, pass auf deine Ohren auf."
|
msgstr "Die maximale Lautstärke wurde auf 150% begrenzt, pass auf deine Ohren auf."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Die maximale Lautstärke wurde auf {max_volume}% begrenzt."
|
msgstr "Die maximale Lautstärke wurde auf {max_volume}% begrenzt."
|
||||||
|
|
||||||
@@ -1859,7 +1859,7 @@ msgstr "Voreinstellung geändert"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "Der {band_name}Hz wurde auf {band_value} gesetzt."
|
msgstr "Der {band_name}Hz wurde auf {band_value} gesetzt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1869,37 +1869,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java Ausführungsdatei zurückgesetzt"
|
msgstr "Java Ausführungsdatei zurückgesetzt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Audio wird nun `Java` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}`, damit dieser wirksam wird."
|
msgstr "Audio wird nun `Java` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}`, damit dieser wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` ist keine gültige ausführbare Datei"
|
msgstr "`{java_path}` ist keine gültige ausführbare Datei"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java Ausführungsdatei geändert"
|
msgstr "Java Ausführungsdatei geändert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Audio wird nun `{exc}` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}` aus, damit dieser wirksam wird."
|
msgstr "Audio wird nun `{exc}` verwenden, um deinen verwalteten Lavalink-Knoten auszuführen. Führe `{p}{cmd}` aus, damit dieser wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1908,66 +1908,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Fehler beim Herunterfahren von Lavalink"
|
msgstr "Fehler beim Herunterfahren von Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1975,121 +1975,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Einstellung nicht geändert"
|
msgstr "Einstellung nicht geändert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Lavalink Verbindungseinstellungen anzeigen."
|
msgstr "Lavalink Verbindungseinstellungen anzeigen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Verbindungseinstellungen"
|
msgstr "Verbindungseinstellungen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Port: [{port}]\n"
|
msgstr "Port: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Passwort: [{password}]\n"
|
msgstr "Passwort: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Gesichert: [{state}]\n"
|
msgstr "Gesichert: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Einstellungen für Lavalink Knoten"
|
msgstr "Einstellungen für Lavalink Knoten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
|
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Maximale Heapsize: [{xmx}]\n"
|
msgstr "Maximale Heapsize: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
|
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir diese Info zu senden."
|
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir diese Info zu senden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2097,12 +2097,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2110,95 +2110,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
|
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
|
||||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
|
||||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2207,82 +2207,82 @@ msgstr "`Gefährlicher Befehl` schaltet die YouTube als Quelle ein oder aus (die
|
|||||||
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
|
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
|
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
|
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
|
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
|
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
390
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Reproducción automatica cuando termine la cola: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activado"
|
msgstr "Activado"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Activado"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Configuración cambiada"
|
msgstr "Configuración cambiada"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "Desconexión automática del canal cuando el bot está solo en él duran
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Hora inválida"
|
msgstr "Hora inválida"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Los segundos no pueden ser menos de cero."
|
msgstr "Los segundos no pueden ser menos de cero."
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Ámbito de la playlist: [{pscope}]\n"
|
msgstr "Ámbito de la playlist: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Ajustes de caché"
|
msgstr "Ajustes de caché"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Caché local de Lavalink: [{lavalink_status}]\n"
|
msgstr "Caché local de Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "días"
|
msgstr "días"
|
||||||
|
|
||||||
@@ -1004,66 +1004,66 @@ msgstr "Ruta local: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Envía los registros del servidor Lavalink a tus DMs."
|
msgstr "Envía los registros del servidor Lavalink a tus DMs."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "No se encontraron registros en su carpeta de datos."
|
msgstr "No se encontraron registros en su carpeta de datos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Los registros son demasiado grandes, puedes encontrarlos en {path}"
|
msgstr "Los registros son demasiado grandes, puedes encontrarlos en {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Necesito ser capaz de DM para enviarte los registros."
|
msgstr "Necesito ser capaz de DM para enviarte los registros."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Activar/desactivar los títulos de las pistas como estado."
|
msgstr "Activar/desactivar los títulos de las pistas como estado."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Títulos de canciones como estado: {true_or_false}."
|
msgstr "Títulos de canciones como estado: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Cambiar a mostrar una miniatura en los mensajes de audio."
|
msgstr "Cambiar a mostrar una miniatura en los mensajes de audio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Visualización de miniatura: {true_or_false}."
|
msgstr "Visualización de miniatura: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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."
|
msgstr "Porcentaje necesario para que los no-mods se salten las pistas, 0 para desactivar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
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."
|
msgstr "Votación deshabilitada. Todos los usuarios pueden usar comandos de gestión de colas."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Porcentaje de voto establecido a {percent}%."
|
msgstr "Porcentaje de voto establecido a {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instrucciones para establecer la clave API de YouTube."
|
msgstr "Instrucciones para establecer la clave API de YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instrucciones para establecer los tokens de la API de Spotify."
|
msgstr "Instrucciones para establecer los tokens de la API de Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1081,28 +1081,28 @@ msgstr "1. Ve a los desarrolladores de Spotify y inicia sesión con tu cuenta de
|
|||||||
"6. Copia tu ID de cliente y tu secreto de cliente en:\n"
|
"6. Copia tu ID de cliente y tu secreto de cliente en:\n"
|
||||||
"`{prefix}establece api spotify client_id,<your_client_id_here> client_secret,<your_client_secret_here>`"
|
"`{prefix}establece api spotify client_id,<your_client_id_here> client_secret,<your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Establece el código de país para las búsquedas de Spotify."
|
msgstr "Establece el código de país para las búsquedas de Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Código de país no válido"
|
msgstr "Código de país no válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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)."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Código de país establecido a {country}."
|
msgstr "Código de país establecido a {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1123,27 +1123,27 @@ msgstr "Establece el nivel de caché.\n\n"
|
|||||||
" Si desea desactivar un caché específico use un número negativo.\n"
|
" Si desea desactivar un caché específico use un número negativo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Edad máxima: [{max_age}]\n"
|
msgstr "Edad máxima: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Caché de Spotifify: [{spotify_status}]\n"
|
msgstr "Caché de Spotifify: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Caché de YouTube: [{youtube_status}]\n"
|
msgstr "Caché de YouTube: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Caché Lavalink: [{lavalink_status}]\n"
|
msgstr "Caché Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1154,15 +1154,15 @@ msgstr "Establece la edad máxima del caché.\n\n"
|
|||||||
" inválida.\n"
|
" inválida.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "He establecido la edad de caché a {age} días"
|
msgstr "He establecido la edad de caché a {age} días"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1171,57 +1171,57 @@ msgstr "Alternar colas persistentes.\n\n"
|
|||||||
" Las colas persistentes permiten restaurar la cola actual cuando la cola se cierre.\n"
|
" Las colas persistentes permiten restaurar la cola actual cuando la cola se cierre.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Persistentes en colas: {true_or_false}."
|
msgstr "Persistentes en colas: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Reinicia la conexión de lavalink."
|
msgstr "Reinicia la conexión de lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Error al apagar el nodo Lavalink"
|
msgstr "Error al apagar el nodo Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Por favor, recarga Audio (`{prefix}recargar audio`)."
|
msgstr "Por favor, recarga Audio (`{prefix}recargar audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Reiniciando Lavalink"
|
msgstr "Reiniciando Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
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."
|
msgstr "Lavalink puede tardar un par de minutos en ponerse en marcha completamente."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Establece el volumen máximo permitido en este servidor."
|
msgstr "Establece el volumen máximo permitido en este servidor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Error"
|
msgstr "Error"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "La música sin sonido no es música en absoluto. Intenta ajustar el volumen a un valor mayor que 0%."
|
msgstr "La música sin sonido no es música en absoluto. Intenta ajustar el volumen a un valor mayor que 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Ajustes modificados"
|
msgstr "Ajustes modificados"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "El volumen máximo se ha limitado a 150%, tenga cuidado con sus oídos."
|
msgstr "El volumen máximo se ha limitado a 150%, tenga cuidado con sus oídos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "El volumen máximo ha sido limitado a {max_volume}%."
|
msgstr "El volumen máximo ha sido limitado a {max_volume}%."
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ msgstr "Modificado preajuste"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "La banda Hz {band_name}se ha establecido en {band_value}."
|
msgstr "La banda Hz {band_name}se ha establecido en {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1914,37 +1914,37 @@ msgstr "`Comandos peligrosos` Administra la configuración del nodo Lavalink.\n\
|
|||||||
" Todos los comandos aquí presentes tienen el potencial de romper el cog de audio.\n"
|
" Todos los comandos aquí presentes tienen el potencial de romper el cog de audio.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Reiniciar ejecutable de Java"
|
msgstr "Reiniciar ejecutable de Java"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El cog de audio utilizará ahora `java` para ejecutar tu nodo Lavalink administrado. Ejecuta `{p}{cmd}` para que esto surta efecto."
|
msgstr "El cog de audio utilizará ahora `java` para ejecutar tu nodo Lavalink administrado. Ejecuta `{p}{cmd}` para que esto surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` no es un ejecutable válido"
|
msgstr "`{java_path}` no es un ejecutable válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java Ejecutable cambiado"
|
msgstr "Java Ejecutable cambiado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El Cog de audio ahora usará `{exc}` para ejecutar tu nodo Lavalink administrado. Ejecuta `{p}{cmd}` para que surta efecto."
|
msgstr "El Cog de audio ahora usará `{exc}` para ejecutar tu nodo Lavalink administrado. Ejecuta `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1957,29 +1957,29 @@ msgstr "Establece el tamaño máximo heap-size del nodo Lavalink administrado.\n
|
|||||||
" Para restablecer este valor por defecto, ejecuta el comando sin ninguna entrada.\n"
|
" Para restablecer este valor por defecto, ejecuta el comando sin ninguna entrada.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr "El tamaño del montón debe ser una medida válida del tamaño, por ejemplo, 256M, 256G"
|
msgstr "El tamaño del montón debe ser una medida válida del tamaño, por ejemplo, 256M, 256G"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr "El Heap-size debe ser de al menos 64M, sin embargo se recomienda que se ajuste a al menos 1G."
|
msgstr "El Heap-size debe ser de al menos 64M, sin embargo se recomienda que se ajuste a al menos 1G."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr "El heap-size debe ser inferior a {limit} debido a las limitaciones de su sistema."
|
msgstr "El heap-size debe ser inferior a {limit} debido a las limitaciones de su sistema."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El heap-size de nodo administrado se ha establecido en {bytes}.\n\n"
|
msgstr "El heap-size de nodo administrado se ha establecido en {bytes}.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -1988,16 +1988,16 @@ msgstr "Alternar el uso de nodos Lavalink externos (no administrados) - requiere
|
|||||||
" Este comando desactiva el servidor Lavalink administrado, si no tiene un nodo Lavalink externo no podrá usar Audio mientras esté activado.\n"
|
" Este comando desactiva el servidor Lavalink administrado, si no tiene un nodo Lavalink externo no podrá usar Audio mientras esté activado.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr "Servidor Lavalink no administrado: {true_or_false}."
|
msgstr "Servidor Lavalink no administrado: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Fallo al apagar Lavalink"
|
msgstr "Fallo al apagar Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2006,11 +2006,11 @@ msgstr "Establece el host del nodo Lavalink.\n\n"
|
|||||||
" Este comando establece el host de conexión que Audio usará para conectarse a un nodo Lavalink externo.\n"
|
" Este comando establece el host de conexión que Audio usará para conectarse a un nodo Lavalink externo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El host de nodo Lavalink externo fue establecido a {host}. Ejecuta `{p}{cmd}` para que surta efecto."
|
msgstr "El host de nodo Lavalink externo fue establecido a {host}. Ejecuta `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2019,11 +2019,11 @@ msgstr "Establece la contraseña del nodo Lavalink.\n\n"
|
|||||||
" Este comando establece la contraseña de conexión que Audio utilizará para conectarse a un nodo Lavalink externo.\n"
|
" Este comando establece la contraseña de conexión que Audio utilizará para conectarse a un nodo Lavalink externo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El puerto de nodo Lavalink externo fue establecido a {password}. Ejecute `{p}{cmd}` para que surta efecto."
|
msgstr "El puerto de nodo Lavalink externo fue establecido a {password}. Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2031,22 +2031,22 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Configuración no cambiada"
|
msgstr "Configuración no cambiada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El puerto de nodo Lavalink externo fue establecido a {port}. Ejecuta `{p}{cmd}` para que surta efecto."
|
msgstr "El puerto de nodo Lavalink externo fue establecido a {port}. Ejecuta `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2055,76 +2055,76 @@ msgstr "Establece la conexión del nodo Lavalink a seguro.\n\n"
|
|||||||
" Este comando establece el tipo de conexión a asegurado cuando se conecta a un nodo Lavalink externo.\n"
|
" Este comando establece el tipo de conexión a asegurado cuando se conecta a un nodo Lavalink externo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo Lavalink no-gestionado ahora se conectará usando el protocolo seguro {secured_protocol}.\n\n"
|
msgstr "El nodo Lavalink no-gestionado ahora se conectará usando el protocolo seguro {secured_protocol}.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Mostrar configuración de conexión Lavalink."
|
msgstr "Mostrar configuración de conexión Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Configuración de conexión"
|
msgstr "Configuración de conexión"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Puerto: [{port}]\n"
|
msgstr "Puerto: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr "Puerto HTTP/HTTPS por defecto"
|
msgstr "Puerto HTTP/HTTPS por defecto"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Contraseña: [{password}]\n"
|
msgstr "Contraseña: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Seguro: [{state}]\n"
|
msgstr "Seguro: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Configuración del nodo Lavalink"
|
msgstr "Configuración del nodo Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Heapsize Inicial: [{xms}]\n"
|
msgstr "Heapsize Inicial: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Heapsize máximo: [{xmx}]\n"
|
msgstr "Heapsize máximo: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Ruta del ejecutable de Java: [{java_exc_path}]\n"
|
msgstr "Ruta del ejecutable de Java: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
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."
|
msgstr "Necesito ser capaz de DM para enviarte esta información."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "Sube una copia del archivo application.yml utilizado por el nodo Lavalink administrado."
|
msgstr "Sube una copia del archivo application.yml utilizado por el nodo Lavalink administrado."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2133,12 +2133,12 @@ msgstr "Configura las opciones de ejecución del nodo Lavalink.\n\n"
|
|||||||
" Es probable que todos los ajustes de este grupo provoquen un mal funcionamiento del audio si se cambia de sus valores predeterminados, sólo cambie la configuración de aquí si ha sido sugerido por el soporte.\n"
|
" Es probable que todos los ajustes de este grupo provoquen un mal funcionamiento del audio si se cambia de sus valores predeterminados, sólo cambie la configuración de aquí si ha sido sugerido por el soporte.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "Configura la autorización de nodo administrado y la configuración de conexión."
|
msgstr "Configura la autorización de nodo administrado y la configuración de conexión."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2147,13 +2147,13 @@ msgstr "`Comando peligroso` Establece la dirección IP de enlace del nodo Lavali
|
|||||||
" Este valor por defecto es `localhost` que restringirá el servidor a sólo las aplicaciones localhost por defecto, cambiar esto probablemente romperá el nodo Lavalink administrado si no sabe lo que está haciendo.\n"
|
" Este valor por defecto es `localhost` que restringirá el servidor a sólo las aplicaciones localhost por defecto, cambiar esto probablemente romperá el nodo Lavalink administrado si no sabe lo que está haciendo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ahora aceptará la conexión en {host}.\n\n"
|
msgstr "El nodo administrado ahora aceptará la conexión en {host}.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2164,13 +2164,13 @@ msgstr "Establecer la contraseña de conexión del nodo Lavalink administrado\n\
|
|||||||
" El valor por defecto es `youshallnotpass`.\n"
|
" El valor por defecto es `youshallnotpass`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ahora aceptará {password} como el token de autorización.\n\n"
|
msgstr "El nodo administrado ahora aceptará {password} como el token de autorización.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2181,17 +2181,17 @@ msgstr "`Comando peligroso` Establece el puerto de conexión de nodo Lavalink ad
|
|||||||
" El valor por defecto es `2333`.\n"
|
" El valor por defecto es `2333`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "El puerto debe ser entre 1024 y 49151."
|
msgstr "El puerto debe ser entre 1024 y 49151."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ahora aceptará conexiones en el puerto {port}.\n\n"
|
msgstr "El nodo administrado ahora aceptará conexiones en el puerto {port}.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2200,7 +2200,7 @@ msgstr "`Comando peligroso` Activa o desactiva las fuentes de audio.\n\n"
|
|||||||
" Por defecto, todas las fuentes están habilitadas, solo debes usar comandos aquí para desactivar una fuente específica si has sido avisado de, desactivar las fuentes sin conocimiento de fondo puede causar que el audio se rompa.\n"
|
" Por defecto, todas las fuentes están habilitadas, solo debes usar comandos aquí para desactivar una fuente específica si has sido avisado de, desactivar las fuentes sin conocimiento de fondo puede causar que el audio se rompa.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2209,19 +2209,19 @@ msgstr "Activa o desactiva el uso de URLs directas HTTP.\n\n"
|
|||||||
" Esta fuente se utiliza para permitir la reproducción de streams HTTP directos (esto no afecta la reproducción directa de URL para las otras fuentes).\n"
|
" Esta fuente se utiliza para permitir la reproducción de streams HTTP directos (esto no afecta la reproducción directa de URL para las otras fuentes).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde las URL directas.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde las URL directas.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde las URLs directas.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde las URLs directas.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2230,19 +2230,19 @@ msgstr "Activa o desactiva Bandcamp como fuente.\n\n"
|
|||||||
" Esta función controla la reproducción de todo el contenido relacionado con Bandcamping.\n"
|
" Esta función controla la reproducción de todo el contenido relacionado con Bandcamping.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde Bandcamp.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde Bandcamp.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde Bandcamp.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde Bandcamp.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que surta efecto."
|
"Ejecuta `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2251,19 +2251,19 @@ msgstr "Activa o desactiva el uso de archivos locales.\n\n"
|
|||||||
" Esta opción controla la reproducción de pistas locales, generalmente se encuentran dentro de la carpeta `localtracks`.\n"
|
" Esta opción controla la reproducción de pistas locales, generalmente se encuentran dentro de la carpeta `localtracks`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde archivos locales.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde archivos locales.\n\n"
|
||||||
"Ejecutar `{p}{cmd}` para que surta efecto."
|
"Ejecutar `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no se reproducirá desde archivos locales.\n\n"
|
msgstr "El nodo administrado ya no se reproducirá desde archivos locales.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2272,19 +2272,19 @@ msgstr "Activa o desactiva la fuente de SoundCloud.\n\n"
|
|||||||
" Esto activa o desactiva la reproducción de todo el contenido relacionado con SoundCloud.\n"
|
" Esto activa o desactiva la reproducción de todo el contenido relacionado con SoundCloud.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde Url directas.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde Url directas.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde Soundcloud.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde Soundcloud.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2293,19 +2293,19 @@ msgstr "`Comando peligroso` activa o desactiva la fuente de YouTube (esto incluy
|
|||||||
" Esta opción controla la reproducción de todo el contenido relacionado con YouTube y Spotify.\n"
|
" Esta opción controla la reproducción de todo el contenido relacionado con YouTube y Spotify.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde YouTube.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde YouTube.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde YouTube.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde YouTube.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2314,19 +2314,19 @@ msgstr "Activa o desactiva la fuente de Twitch.\n\n"
|
|||||||
" Esta función controla la reproducción de todo el contenido relacionado con Twitch.\n"
|
" Esta función controla la reproducción de todo el contenido relacionado con Twitch.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde Twitch.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde Twitch.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde Twitch.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde Twitch.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que surta efecto."
|
"Ejecuta `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2335,19 +2335,19 @@ msgstr "Activa o desactiva la fuente Vimeo.\n\n"
|
|||||||
" Esta función controla la reproducción de todo el contenido relacionado con Vimeo.\n"
|
" Esta función controla la reproducción de todo el contenido relacionado con Vimeo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado permitirá la reproducción desde Vimeo.\n\n"
|
msgstr "El nodo administrado permitirá la reproducción desde Vimeo.\n\n"
|
||||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "El nodo administrado ya no reproducirá desde Vimeo.\n\n"
|
msgstr "El nodo administrado ya no reproducirá desde Vimeo.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2356,18 +2356,18 @@ msgstr "`Comando peligroso` Establece el tamaño del framebuffer del nodo admini
|
|||||||
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "El valor más bajo al que se puede ajustar el framebuffer es 100ms."
|
msgstr "El valor más bajo al que se puede ajustar el framebuffer es 100ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Se han cambiado el bufferDurationMs de los nodos administrados a {milliseconds}.\n\n"
|
msgstr "Se han cambiado el bufferDurationMs de los nodos administrados a {milliseconds}.\n\n"
|
||||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2376,11 +2376,11 @@ msgstr "`Comando peligroso` Establece el tamaño del búfer JDA-NAS gestionado d
|
|||||||
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "El valor más bajo que puede tener el buffer es de 100ms."
|
msgstr "El valor más bajo que puede tener el buffer es de 100ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "Restablece todos los cambios de `llset` a sus valores predeterminados."
|
msgstr "Restablece todos los cambios de `llset` a sus valores predeterminados."
|
||||||
|
|||||||
3400
redbot/cogs/audio/core/commands/locales/et-EE.po
generated
Normal file
3400
redbot/cogs/audio/core/commands/locales/et-EE.po
generated
Normal file
File diff suppressed because it is too large
Load Diff
390
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
390
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Toista automaattisesti, kun jono loppuu: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Käytössä"
|
msgstr "Käytössä"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Käytössä"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Ei käytössä"
|
msgstr "Ei käytössä"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Asetus muutettu"
|
msgstr "Asetus muutettu"
|
||||||
|
|
||||||
@@ -586,13 +586,13 @@ msgstr "Katkaise yhteys puhekanavaan kun botti on ollut sillä yksin x sekuntia,
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Virheellinen ajanmääre"
|
msgstr "Virheellinen ajanmääre"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Sekuntien määrän tulee olla suurempi kuin nolla."
|
msgstr "Sekuntien määrän tulee olla suurempi kuin nolla."
|
||||||
|
|
||||||
@@ -693,7 +693,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` ei ole olemassa. Polku tallennetaan joka tapauksessa, mutta tarkista polku ja luo localtracks -kansio sijaintiin`{localfolder}` ennen paikallisten kappaleiden toistamista."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -882,8 +882,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Soittolistan taso: [{pscope}]\n"
|
msgstr "Soittolistan taso: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Välimuistin asetukset"
|
msgstr "Välimuistin asetukset"
|
||||||
|
|
||||||
@@ -904,8 +904,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Paikallinen Lavalink-välimuisti: [{lavalink_status}]\n"
|
msgstr "Paikallinen Lavalink-välimuisti: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "päivää"
|
msgstr "päivää"
|
||||||
|
|
||||||
@@ -952,66 +952,66 @@ msgstr "Paikallisten kappaleiden polku: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Logeja ei löytynyt datakansiostasi."
|
msgstr "Logeja ei löytynyt datakansiostasi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Logit ovat liian suuret, voit löytää ne täältä: {path}"
|
msgstr "Logit ovat liian suuret, voit löytää ne täältä: {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
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."
|
msgstr "Minun pitää pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää logit."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Ota käyttöön/Poista käyttöön kappaleiden nimet botin tilana."
|
msgstr "Ota käyttöön/Poista käyttöön kappaleiden nimet botin tilana."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Kappaleiden nimet tilana: {true_or_false}."
|
msgstr "Kappaleiden nimet tilana: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Vaihda näytetäänkö pikkukuvat viesteissä."
|
msgstr "Vaihda näytetäänkö pikkukuvat viesteissä."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Pikkukuvien näyttäminen: {true_or_false}."
|
msgstr "Pikkukuvien näyttäminen: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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ä."
|
msgstr "Äänestysprosentti joka tarvitaan että ei-moderaattorit voivat ohittaa kappaleita, 0 poistaa ominaisuuden käytöstä."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
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."
|
msgstr "Äänestys on poistettu käytöstä. Kaikki käyttäjät voivat käyttää jononhallintakomentoja."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Tarvittavaksi ääniprosentiksi asetettiin {percent}%."
|
msgstr "Tarvittavaksi ääniprosentiksi asetettiin {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Ohjeet YouTube API -avaimen asettamiseksi."
|
msgstr "Ohjeet YouTube API -avaimen asettamiseksi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Ohjeet Spotify API -tokenien asettamiseksi."
|
msgstr "Ohjeet Spotify API -tokenien asettamiseksi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1029,28 +1029,28 @@ msgstr "1. Mene Spotify kehittäjäsivustolle ja kirjaudu sisään.\n"
|
|||||||
"6. Kopioi client ID ja client secret komentoon:\n"
|
"6. Kopioi client ID ja client secret komentoon:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Aseta Spotify-hauissa käytettävä maakoodi."
|
msgstr "Aseta Spotify-hauissa käytettävä maakoodi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Virheellinen maakoodi"
|
msgstr "Virheellinen maakoodi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Maakoodiksi asetettiin {country}."
|
msgstr "Maakoodiksi asetettiin {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1071,27 +1071,27 @@ msgstr "Asettaa välimuistin tason.\n\n"
|
|||||||
" Jos haluat poistaa tietyn välimuistin käytöstä, käytä negatiivista numeroa.\n"
|
" Jos haluat poistaa tietyn välimuistin käytöstä, käytä negatiivista numeroa.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Maksimi-ikä: [{max_age}]\n"
|
msgstr "Maksimi-ikä: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify-välimuisti: [{spotify_status}]\n"
|
msgstr "Spotify-välimuisti: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Youtube-välimuisti: [{youtube_status}]\n"
|
msgstr "Youtube-välimuisti: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink-välimuisti: [{lavalink_status}]\n"
|
msgstr "Lavalink-välimuisti: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1102,15 +1102,15 @@ msgstr "Asettaa välimuistin maksimi-iän.\n\n"
|
|||||||
" kelvoton.\n"
|
" kelvoton.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Välimuistin pituus asetettiin {age} päivään"
|
msgstr "Välimuistin pituus asetettiin {age} päivään"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1119,57 +1119,57 @@ msgstr "Vaihda säilyvien jonojen tilaa.\n\n"
|
|||||||
" Säilyvät jonot mahdollistavat jonon palautuksen sen sulkemisen jälkeen.\n"
|
" Säilyvät jonot mahdollistavat jonon palautuksen sen sulkemisen jälkeen.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Jonojen säilytys: {true_or_false}."
|
msgstr "Jonojen säilytys: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Käynnistää Lavalink-yhteyden uudelleen."
|
msgstr "Käynnistää Lavalink-yhteyden uudelleen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)."
|
msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Käynnistetetään Lavalink uudelleen"
|
msgstr "Käynnistetetään Lavalink uudelleen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Lavalinkin käynnistyminen voi kestää muutaman minuutin."
|
msgstr "Lavalinkin käynnistyminen voi kestää muutaman minuutin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1840,7 +1840,7 @@ msgstr "Esiasetusta muokattu"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "Taajuusalueelle {band_name}Hz asetettiin arvo {band_value}."
|
msgstr "Taajuusalueelle {band_name}Hz asetettiin arvo {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1850,37 +1850,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java-ajotiedosto nollattu"
|
msgstr "Java-ajotiedosto nollattu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` ei ole kelvollinen ajotiedosto"
|
msgstr "`{java_path}` ei ole kelvollinen ajotiedosto"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java-ajotiedostoa muutettu"
|
msgstr "Java-ajotiedostoa muutettu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1889,66 +1889,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Lavalinkin sammutus epäonnistui"
|
msgstr "Lavalinkin sammutus epäonnistui"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1956,121 +1956,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Näytä Lavalink-yhteysasetukset."
|
msgstr "Näytä Lavalink-yhteysasetukset."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Yhteysasetukset"
|
msgstr "Yhteysasetukset"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Osoite: [{host}]\n"
|
msgstr "Osoite: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Salasana: [{password}]\n"
|
msgstr "Salasana: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
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."
|
msgstr "Minun tulee pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää nämä tiedot."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2078,12 +2078,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2091,170 +2091,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
390
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Lecture automatique à la fin de la file d'attente: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activé"
|
msgstr "Activé"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Activé"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Désactivé"
|
msgstr "Désactivé"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Paramètre modifié"
|
msgstr "Paramètre modifié"
|
||||||
|
|
||||||
@@ -608,13 +608,13 @@ msgstr "Déconnexion automatique du salon lorsque le bot est seul pendant x seco
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Temps invalide"
|
msgstr "Temps invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Les secondes ne peuvent être inférieures à zéro."
|
msgstr "Les secondes ne peuvent être inférieures à zéro."
|
||||||
|
|
||||||
@@ -726,7 +726,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` n'existe pas. Le chemin de sauvegarde sera malgré tout enregistré, mais vérifier ce chemin et créer un dossier pour les musiques locales dans `{localfolder}`avant d'essayer de jouer des pistes locales."
|
msgstr "`{localtracks}` n'existe pas. Le chemin de sauvegarde sera malgré tout enregistré, mais vérifier ce chemin et créer un dossier pour les musiques locales dans `{localfolder}`avant d'essayer de jouer des pistes locales."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -925,8 +925,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Portée de la playlist : [{pscope}]\n"
|
msgstr "Portée de la playlist : [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Paramètres du cache"
|
msgstr "Paramètres du cache"
|
||||||
|
|
||||||
@@ -947,8 +947,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Cache Lavalink local : [{lavalink_status}]\n"
|
msgstr "Cache Lavalink local : [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "jours"
|
msgstr "jours"
|
||||||
|
|
||||||
@@ -1002,66 +1002,66 @@ msgstr "Chemin d'accès des musiques locales : [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Aucun log trouvé dans votre dossier de données."
|
msgstr "Aucun log trouvé dans votre dossier de données."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Les logs sont trop volumineux, vous pouvez les trouver dans {path}"
|
msgstr "Les logs sont trop volumineux, vous pouvez les trouver dans {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
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."
|
msgstr "Je dois pouvoir vous envoyer des messages privés pour envoyer les logs."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Activer/désactiver titres des pistes comme statut."
|
msgstr "Activer/désactiver titres des pistes comme statut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Titres de musiques comme statut : {true_or_false}."
|
msgstr "Titres de musiques comme statut : {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Activer/désactiver l’affichage d’une vignette sur les messages de l'audio."
|
msgstr "Activer/désactiver l’affichage d’une vignette sur les messages de l'audio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Affichage des vignettes : {true_or_false}."
|
msgstr "Affichage des vignettes : {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
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."
|
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:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Pourcentage de vote défini à {percent} %."
|
msgstr "Pourcentage de vote défini à {percent} %."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instructions pour définir la clé de l'API YouTube."
|
msgstr "Instructions pour définir la clé de l'API YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instructions pour définir les tokens de l'API Spotify."
|
msgstr "Instructions pour définir les tokens de l'API Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1079,28 +1079,28 @@ msgstr "1. Allez sur les développeurs Spotify et connectez-vous avec votre comp
|
|||||||
"6. Copiez votre identifiant client et votre secret client dans:\n"
|
"6. Copiez votre identifiant client et votre secret client dans:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Définit l'indicatif du pays pour les recherches Spotify."
|
msgstr "Définit l'indicatif du pays pour les recherches Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Code pays invalide"
|
msgstr "Code pays invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Code pays défini sur {country}."
|
msgstr "Code pays défini sur {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1121,27 +1121,27 @@ msgstr "Définit le niveau de mise en cache.\n\n"
|
|||||||
" Si vous souhaitez désactiver un cache spécifique, utilisez un nombre négatif.\n"
|
" Si vous souhaitez désactiver un cache spécifique, utilisez un nombre négatif.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Âge max : [{max_age}]\n"
|
msgstr "Âge max : [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Cache Spotify : [{spotify_status}]\n"
|
msgstr "Cache Spotify : [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Cache YouTube: [{youtube_status}]\n"
|
msgstr "Cache YouTube: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Cache Lavalink : [{lavalink_status}]\n"
|
msgstr "Cache Lavalink : [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1152,72 +1152,72 @@ msgstr "Définit l'âge maximum du cache.\n\n"
|
|||||||
" invalide.\n"
|
" invalide.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "L'âge du cache a été défini sur {age} jours"
|
msgstr "L'âge du cache a été défini sur {age} jours"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Liste de lecture permanentes: {true_or_false}."
|
msgstr "Liste de lecture permanentes: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Redémarrage de la connection à Lavalink."
|
msgstr "Redémarrage de la connection à Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Veuillez recharger l'Audio (`{prefix}reload audio`)."
|
msgstr "Veuillez recharger l'Audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Redémarrage de Lavalink"
|
msgstr "Redémarrage de Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erreur"
|
msgstr "Erreur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "La musique sans son n'est pas du tout de la musique. Essayez de définir le volume plus élevé que 0%."
|
msgstr "La musique sans son n'est pas du tout de la musique. Essayez de définir le volume plus élevé que 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Paramètre modifié"
|
msgstr "Paramètre modifié"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Le volume maximum a été limité à 150%, soyez gentil avec vos oreilles."
|
msgstr "Le volume maximum a été limité à 150%, soyez gentil avec vos oreilles."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Le volume maximum a été limité à {max_volume}%."
|
msgstr "Le volume maximum a été limité à {max_volume}%."
|
||||||
|
|
||||||
@@ -1893,7 +1893,7 @@ msgstr "Préréglage modifié"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "La bande {band_name}Hz a été réglée sur {band_value}."
|
msgstr "La bande {band_name}Hz a été réglée sur {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1903,37 +1903,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "L'exécutable de Java a été réinitialisé"
|
msgstr "L'exécutable de Java a été réinitialisé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "L'audio va maintenant utiliser `java` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
msgstr "L'audio va maintenant utiliser `java` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` n'est pas un exécutable valide"
|
msgstr "`{java_path}` n'est pas un exécutable valide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "L'exécutable de Java a changé"
|
msgstr "L'exécutable de Java a changé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "L'audio va maintenant utiliser `{exc}` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
msgstr "L'audio va maintenant utiliser `{exc}` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1942,66 +1942,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Échec de l'arrêt de Lavalink"
|
msgstr "Échec de l'arrêt de Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2009,22 +2009,22 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2033,99 +2033,99 @@ msgstr "Définir la connexion du noeud Lavalink à sécuriser.\n\n"
|
|||||||
" Cette option permet de régler le type de connexion à non géré ou sécurisé lors de la connexion à un noeud Lavalink non géré.\n"
|
" Cette option permet de régler le type de connexion à non géré ou sécurisé lors de la connexion à un noeud Lavalink non géré.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Affiche les paramètres de connexion de Lavalink."
|
msgstr "Affiche les paramètres de connexion de Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Paramètres de connexion"
|
msgstr "Paramètres de connexion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Hôte : [{host}]\n"
|
msgstr "Hôte : [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Port : [{port}]\n"
|
msgstr "Port : [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr "Port HTTP/HTTPS par défaut"
|
msgstr "Port HTTP/HTTPS par défaut"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Mot de passe : [{password}]\n"
|
msgstr "Mot de passe : [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Sécurisé : [{state}]\n"
|
msgstr "Sécurisé : [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Paramètres du noeud Lavalink"
|
msgstr "Paramètres du noeud Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Je dois être en mesure de vous envoyer cette information par MP."
|
msgstr "Je dois être en mesure de vous envoyer cette information par MP."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "Télécharge une copie du fichier application.yml utilisé par le noeud Lavalink géré."
|
msgstr "Télécharge une copie du fichier application.yml utilisé par le noeud Lavalink géré."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2133,12 +2133,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2146,23 +2146,23 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "Le port doit être compris entre 1024 et 49151."
|
msgstr "Le port doit être compris entre 1024 et 49151."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2171,17 +2171,17 @@ msgstr "Activer/désactiver la source HTTP.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié au stream direct HTTP (n'affecte pas la lecture directe d'URL pour les autres sources).\n"
|
" Permet de contrôler la lecture de tout le contenu lié au stream direct HTTP (n'affecte pas la lecture directe d'URL pour les autres sources).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2190,17 +2190,17 @@ msgstr "Activer/désactiver la source Bandcamp.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié à Bandcamp.\n"
|
" Permet de contrôler la lecture de tout le contenu lié à Bandcamp.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2209,17 +2209,17 @@ msgstr "Activer/désactiver les fichiers locaux.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié aux fichiers locaux.\n"
|
" Permet de contrôler la lecture de tout le contenu lié aux fichiers locaux.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2228,17 +2228,17 @@ msgstr "Activer/désactiver la source Soundcloud.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié à SoundCloud.\n"
|
" Permet de contrôler la lecture de tout le contenu lié à SoundCloud.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2247,17 +2247,17 @@ msgstr "`Commande dangereuse` Activer/désactiver la source Youtube (inclus Spot
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié à Youtube et Spotify.\n"
|
" Permet de contrôler la lecture de tout le contenu lié à Youtube et Spotify.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2266,17 +2266,17 @@ msgstr "Activer/désactiver la source Twitch.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié à Twitch.\n"
|
" Permet de contrôler la lecture de tout le contenu lié à Twitch.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2285,45 +2285,45 @@ msgstr "Activer/désactiver la source Vimeo.\n\n"
|
|||||||
" Permet de contrôler la lecture de tout le contenu lié à Vimeo.\n"
|
" Permet de contrôler la lecture de tout le contenu lié à Vimeo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
388
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hindi\n"
|
"Language-Team: Hindi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "दिन"
|
msgstr "दिन"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
388
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivirano"
|
msgstr "Aktivirano"
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr "Aktivirano"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivirano"
|
msgstr "Deaktivirano"
|
||||||
|
|
||||||
@@ -324,44 +324,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Postavka je promijenjena"
|
msgstr "Postavka je promijenjena"
|
||||||
|
|
||||||
@@ -574,13 +574,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -679,7 +679,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -864,8 +864,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Opseg popisa za reprodukciju: [{pscope}]\n"
|
msgstr "Opseg popisa za reprodukciju: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Postavke predmemorije"
|
msgstr "Postavke predmemorije"
|
||||||
|
|
||||||
@@ -886,8 +886,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dana"
|
msgstr "dana"
|
||||||
|
|
||||||
@@ -934,66 +934,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1004,28 +1004,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1038,27 +1038,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1066,72 +1066,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Greška"
|
msgstr "Greška"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Postavka promijenjena"
|
msgstr "Postavka promijenjena"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1794,7 +1794,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1804,37 +1804,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1843,66 +1843,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1910,121 +1910,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2032,12 +2032,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2045,170 +2045,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
388
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Letiltva"
|
msgstr "Letiltva"
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "nap"
|
msgstr "nap"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
388
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Putar otomatis saat antrian berakhir: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Diaktifkan"
|
msgstr "Diaktifkan"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Diaktifkan"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Dinonaktifkan"
|
msgstr "Dinonaktifkan"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Pengaturan Diubah"
|
msgstr "Pengaturan Diubah"
|
||||||
|
|
||||||
@@ -575,13 +575,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -680,7 +680,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -865,8 +865,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -887,8 +887,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "hari"
|
msgstr "hari"
|
||||||
|
|
||||||
@@ -935,66 +935,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1005,28 +1005,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1039,27 +1039,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1067,72 +1067,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1794,7 +1794,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1804,37 +1804,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1843,66 +1843,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1910,121 +1910,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2032,12 +2032,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2045,170 +2045,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
388
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -234,20 +234,20 @@ msgstr "Riproduci automaticamente alla fine della coda: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Abilitato"
|
msgstr "Abilitato"
|
||||||
|
|
||||||
@@ -275,20 +275,20 @@ msgstr "Abilitato"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Disabilitato"
|
msgstr "Disabilitato"
|
||||||
|
|
||||||
@@ -325,44 +325,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Impostazione modificata"
|
msgstr "Impostazione modificata"
|
||||||
|
|
||||||
@@ -585,13 +585,13 @@ msgstr "Disconnetti automaticamente dal canale quando il bot è da solo per x se
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "I secondi non possono essere inferiori a zero."
|
msgstr "I secondi non possono essere inferiori a zero."
|
||||||
|
|
||||||
@@ -703,7 +703,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -891,8 +891,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -913,8 +913,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "giorni"
|
msgstr "giorni"
|
||||||
|
|
||||||
@@ -961,66 +961,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1031,28 +1031,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1065,27 +1065,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1093,72 +1093,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1820,7 +1820,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1830,37 +1830,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1869,66 +1869,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1936,121 +1936,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2058,12 +2058,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2071,170 +2071,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
388
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "日間"
|
msgstr "日間"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "サムネイルを表示するかどうかを切り替えます。"
|
msgstr "サムネイルを表示するかどうかを切り替えます。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "サムネイルを表示: {true_or_false}"
|
msgstr "サムネイルを表示: {true_or_false}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
392
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
392
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "큐가 끝날때 자동으로 재생: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "활성화됨"
|
msgstr "활성화됨"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "활성화됨"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "비활성화됨"
|
msgstr "비활성화됨"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "설정 변경됨"
|
msgstr "설정 변경됨"
|
||||||
|
|
||||||
@@ -579,13 +579,13 @@ msgstr "봇이 x초 이상 체널에 환자 있을때 체널에서 자동으로
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "잘못된 입력값"
|
msgstr "잘못된 입력값"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "0보다 작을수 없습니다."
|
msgstr "0보다 작을수 없습니다."
|
||||||
|
|
||||||
@@ -684,7 +684,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -869,8 +869,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "캐시 설정"
|
msgstr "캐시 설정"
|
||||||
|
|
||||||
@@ -891,14 +891,14 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "날"
|
msgstr "날"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1107
|
#: redbot/cogs/audio/core/commands/audioset.py:1107
|
||||||
msgid "User Settings"
|
msgid "User Settings"
|
||||||
msgstr ""
|
msgstr "사용자 설정"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1109
|
#: redbot/cogs/audio/core/commands/audioset.py:1109
|
||||||
msgid "Spotify search: [{country_code}]\n"
|
msgid "Spotify search: [{country_code}]\n"
|
||||||
@@ -939,66 +939,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "데이터 폴더에서 로그를 찾을 수 없습니다."
|
msgstr "데이터 폴더에서 로그를 찾을 수 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "로그를 보내려면 DM을 보낼수 있어야 합니다."
|
msgstr "로그를 보내려면 DM을 보낼수 있어야 합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "썸네일 표시: {true_or_false}."
|
msgstr "썸네일 표시: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1009,28 +1009,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "올바른 국가번호를 입력하세요"
|
msgstr "올바른 국가번호를 입력하세요"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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) 코드를 사용해주세요."
|
msgstr "공식 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 코드를 사용해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "국가 코드 설정 - {country}"
|
msgstr "국가 코드 설정 - {country}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1051,27 +1051,27 @@ msgstr "캐싱 레벨 설정\n\n"
|
|||||||
" 특정 캐시를 사용하지 않으려면 음수를 사용하세요.\n"
|
" 특정 캐시를 사용하지 않으려면 음수를 사용하세요.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "최대 저장기간: [{max_age}]\n"
|
msgstr "최대 저장기간: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify 캐시: [{spotify_status}]\n"
|
msgstr "Spotify 캐시: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "유튜브 캐시: [{youtube_status}]\n"
|
msgstr "유튜브 캐시: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "라바링크 캐시: [{lavalink_status}]\n"
|
msgstr "라바링크 캐시: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1079,72 +1079,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
msgstr "캐시 기간은 7일 미만일 수 없습니다. 사용하지 않으려면 {prefix}audioset cache를 실행하십시오.\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "캐시 사용 기간을 {age} 일로 설정했습니다."
|
msgstr "캐시 사용 기간을 {age} 일로 설정했습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "라바링크 연결 재시작"
|
msgstr "라바링크 연결 재시작"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "라바링크 재시작중"
|
msgstr "라바링크 재시작중"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "이 서버에서 허용되는 최대 볼륨을 설정합니다."
|
msgstr "이 서버에서 허용되는 최대 볼륨을 설정합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "오류"
|
msgstr "오류"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "소리 없는 음악은 전혀 음악이 아닙니다. 볼륨을 0%보다 높게 설정해주세요."
|
msgstr "소리 없는 음악은 전혀 음악이 아닙니다. 볼륨을 0%보다 높게 설정해주세요."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "설정 변경됨"
|
msgstr "설정 변경됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "최대 불륨이 {max_volume}%로 제한되었습니다."
|
msgstr "최대 불륨이 {max_volume}%로 제한되었습니다."
|
||||||
|
|
||||||
@@ -1807,7 +1807,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1817,37 +1817,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1856,66 +1856,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1923,121 +1923,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2045,12 +2045,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2058,170 +2058,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
397
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
397
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Norwegian Bokmal\n"
|
"Language-Team: Norwegian Bokmal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Spill av automatisk når køen slutter: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivert"
|
msgstr "Aktivert"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Aktivert"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivert"
|
msgstr "Deaktivert"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Innstilling endret"
|
msgstr "Innstilling endret"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "Automatisk frakobling fra kanal når det er alene i x sekunder, 0 for å
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Ugyldig Tid"
|
msgstr "Ugyldig Tid"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Sekunder kan ikke være mindre enn null."
|
msgstr "Sekunder kan ikke være mindre enn null."
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Spillelistens omfang: [{pscope}]\n"
|
msgstr "Spillelistens omfang: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Innstillinger for hurtigbuffer"
|
msgstr "Innstillinger for hurtigbuffer"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Lokal Lavalink bufret [{lavalink_status}]\n"
|
msgstr "Lokal Lavalink bufret [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dager"
|
msgstr "dager"
|
||||||
|
|
||||||
@@ -1004,66 +1004,66 @@ msgstr "Lokalspor vei: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Sender de administrerte Lavalink-nodeloggene til DM-ene dine."
|
msgstr "Sender de administrerte Lavalink-nodeloggene til DM-ene dine."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Ingen logger i din datamappe."
|
msgstr "Ingen logger i din datamappe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Loggene er for store, du finner dem i {path}"
|
msgstr "Loggene er for store, du finner dem i {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
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."
|
msgstr "Jeg må være i stand til å sende deg loggene."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Aktivere/deaktiver trekk-titler som status."
|
msgstr "Aktivere/deaktiver trekk-titler som status."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Sang titler som status: {true_or_false}."
|
msgstr "Sang titler som status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Bytt visning av et miniatyrbilde på lydmeldinger."
|
msgstr "Bytt visning av et miniatyrbilde på lydmeldinger."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Miniatyrvisning: {true_or_false}."
|
msgstr "Miniatyrvisning: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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."
|
msgstr "Prosentandel som trengs for ikke-mods å hoppe over spor, 0 for å deaktivere."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Avstemning deaktivert. Alle brukere kan bruke kommandoer for køstyring."
|
msgstr "Avstemning deaktivert. Alle brukere kan bruke kommandoer for køstyring."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Stemme prosentandel satt til {percent}%."
|
msgstr "Stemme prosentandel satt til {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instruksjoner for å angi YouTube API-nøkkel."
|
msgstr "Instruksjoner for å angi YouTube API-nøkkel."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instruksjoner for å angi Spotify API tokenene."
|
msgstr "Instruksjoner for å angi Spotify API tokenene."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1081,28 +1081,28 @@ msgstr "1. Gå til Spotify-utviklere og logg inn med Spotify-kontoen din.\n"
|
|||||||
"6. Kopier din klient-ID og din klient hemmelighet:\n"
|
"6. Kopier din klient-ID og din klient hemmelighet:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Angi landkoden for Spotify-søk."
|
msgstr "Angi landkoden for Spotify-søk."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Ugyldig landskode"
|
msgstr "Ugyldig landskode"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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)."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Landskoden ble satt til {country}."
|
msgstr "Landskoden ble satt til {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1123,27 +1123,27 @@ msgstr "Angir nivå for hurtigbufring.\n\n"
|
|||||||
" Hvis du vil deaktivere en bestemt hurtigbuffer bruker et negativt tall.\n"
|
" Hvis du vil deaktivere en bestemt hurtigbuffer bruker et negativt tall.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Maks alder: [{max_age}]\n"
|
msgstr "Maks alder: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify-bufret: [{spotify_status}]\n"
|
msgstr "Spotify-bufret: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Youtube-bufret: [{youtube_status}]\n"
|
msgstr "Youtube-bufret: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink bufret [{lavalink_status}]\n"
|
msgstr "Lavalink bufret [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1154,15 +1154,15 @@ msgstr "Stiller inn maksalder for hurtigbufferen.\n\n"
|
|||||||
" ugyldig.\n"
|
" ugyldig.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Jeg har satt hurtigbufferalderen til {age} dager"
|
msgstr "Jeg har satt hurtigbufferalderen til {age} dager"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1171,57 +1171,57 @@ msgstr "Veksle vedvarende køer.\n\n"
|
|||||||
" Vedvarende køer gjør at gjeldende kø gjenopprettes når køen stenges.\n"
|
" Vedvarende køer gjør at gjeldende kø gjenopprettes når køen stenges.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Vedvarer køer: {true_or_false}."
|
msgstr "Vedvarer køer: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Gjenoppretter tilkoblingen med lavalink."
|
msgstr "Gjenoppretter tilkoblingen med lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Kunne ikke slå av Lavalink-noden"
|
msgstr "Kunne ikke slå av Lavalink-noden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Last lyd på nytt (`{prefix}reload audio`)."
|
msgstr "Last lyd på nytt (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Omstart Lavalink"
|
msgstr "Omstart Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
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."
|
msgstr "Det kan ta et par minutter før Lavalink har startet opp."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Angi maksimalt volum tillatt på denne serveren."
|
msgstr "Angi maksimalt volum tillatt på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Feil"
|
msgstr "Feil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Musikk uten lyd er ikke musikk i det hele tatt. Prøv å sette volumet høyere enn 0 %."
|
msgstr "Musikk uten lyd er ikke musikk i det hele tatt. Prøv å sette volumet høyere enn 0 %."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Innstillingene er endret"
|
msgstr "Innstillingene er endret"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Maksimumsvolumet er begrenset til 150%, og være lett for ørene dine."
|
msgstr "Maksimumsvolumet er begrenset til 150%, og være lett for ørene dine."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Maksimalt volum er begrenset til {max_volume}%."
|
msgstr "Maksimalt volum er begrenset til {max_volume}%."
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ msgstr "Forhåndsinnstilt endret"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "{band_name}Hz-båndet er satt til {band_value}."
|
msgstr "{band_name}Hz-båndet er satt til {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1914,42 +1914,37 @@ msgstr "`Farlige kommandoer` Administrer konfigurasjonsinnstillinger for Lavalin
|
|||||||
" Alle kommandoene kan kræsje Lavalink noden.\n"
|
" Alle kommandoene kan kræsje Lavalink noden.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr "Endre Java fil lokasjon\n\n"
|
msgstr ""
|
||||||
" Denne kommandoen skal ikke trenge å brukes mesteparten av tiden, og er bare nyttig hvis vertsmaskinen har motstridende Java-versjoner.\n\n"
|
|
||||||
" Hvis du endrer dette, sørg for at den kjørbare Java-filen du angir støttes av Audio.\n"
|
|
||||||
" De gjeldende støttede versjonene er Java 17 og 11.\n\n"
|
|
||||||
" Skriv inn ingenting eller \"java\" for å tilbakestille den til standard.\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java kjørbar endret"
|
msgstr "Java kjørbar endret"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Lyd vil nå bruke \"java\" for å kjøre den administrerte Lavalink-noden. Kjør `{p}{cmd}` for at det skal tre i kraft."
|
msgstr "Lyd vil nå bruke \"java\" for å kjøre den administrerte Lavalink-noden. Kjør `{p}{cmd}` for at det skal tre i kraft."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path} er ikke en gyldig kjørbar fil"
|
msgstr "`{java_path} er ikke en gyldig kjørbar fil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java kjørbar endret"
|
msgstr "Java kjørbar endret"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Lyd vil nå bruke `{exc}` for å kjøre den administrerte Lavalink-noden. Kjør `{p}{cmd}` for at det skal tre i kraft."
|
msgstr "Lyd vil nå bruke `{exc}` for å kjøre den administrerte Lavalink-noden. Kjør `{p}{cmd}` for at det skal tre i kraft."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1958,66 +1953,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Mislyktes i å skru av Lavalink"
|
msgstr "Mislyktes i å skru av Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2025,121 +2020,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Vis tilkoblingsinnstillinger for Lavalink."
|
msgstr "Vis tilkoblingsinnstillinger for Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Tilkoblingsinnstillinger"
|
msgstr "Tilkoblingsinnstillinger"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Vert: [{host}]\n"
|
msgstr "Vert: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Passord: [{password}]\n"
|
msgstr "Passord: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
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."
|
msgstr "Jeg må være i stand til å sende deg denne info."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2147,12 +2142,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2160,170 +2155,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
390
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Automatisch afspelen wanneer de wachtrij eindigt: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ingeschakeld"
|
msgstr "Ingeschakeld"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Ingeschakeld"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Uitgeschakeld"
|
msgstr "Uitgeschakeld"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Instellingen aangepast"
|
msgstr "Instellingen aangepast"
|
||||||
|
|
||||||
@@ -586,13 +586,13 @@ msgstr "Verbreek automatisch de verbinding met het kanaal wanneer de bot alleen
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Ongeldige tijd"
|
msgstr "Ongeldige tijd"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Seconden kunnen niet minder zijn dan nul."
|
msgstr "Seconden kunnen niet minder zijn dan nul."
|
||||||
|
|
||||||
@@ -704,7 +704,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "'{localtracks}' bestaat niet. Het pad wordt nog steeds opgeslagen, maar controleer het pad en maak een map localtracks in '{localfolder}' voordat u probeert lokale tracks af te spelen."
|
msgstr "'{localtracks}' bestaat niet. Het pad wordt nog steeds opgeslagen, maar controleer het pad en maak een map localtracks in '{localfolder}' voordat u probeert lokale tracks af te spelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dagen"
|
msgstr "dagen"
|
||||||
|
|
||||||
@@ -974,66 +974,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Stuurt de beheerde Lavalink node logs naar uw DM's."
|
msgstr "Stuurt de beheerde Lavalink node logs naar uw DM's."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Geen logs gevonden in uw gegevensmap."
|
msgstr "Geen logs gevonden in uw gegevensmap."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Logboeken zijn te groot, je vindt ze in {path}"
|
msgstr "Logboeken zijn te groot, je vindt ze in {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Ik moet je een DM kunnen sturen om je de logs te kunnen sturen."
|
msgstr "Ik moet je een DM kunnen sturen om je de logs te kunnen sturen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Muziektitel als status aan of uit zetten."
|
msgstr "Muziektitel als status aan of uit zetten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Muziektitel als status: {true_or_false}."
|
msgstr "Muziektitel als status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Schakelen tussen weergave van een miniatuur op audioboodschappen."
|
msgstr "Schakelen tussen weergave van een miniatuur op audioboodschappen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Miniatuurweergave: {true_or_false}."
|
msgstr "Miniatuurweergave: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "Percentage dat nodig is voor niet-mods om tracks over te slaan. 0 om uit te schakelen."
|
msgstr "Percentage dat nodig is voor niet-mods om tracks over te slaan. 0 om uit te schakelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Stemmen uitgeschakeld. Alle gebruikers kunnen commando's voor wachtrijbeheer gebruiken."
|
msgstr "Stemmen uitgeschakeld. Alle gebruikers kunnen commando's voor wachtrijbeheer gebruiken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Stempercentage ingesteld op {percent}%."
|
msgstr "Stempercentage ingesteld op {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instructies voor het instellen van de YouTube API-sleutel."
|
msgstr "Instructies voor het instellen van de YouTube API-sleutel."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instructies voor het instellen van Spotify-API-tokens."
|
msgstr "Instructies voor het instellen van Spotify-API-tokens."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1051,28 +1051,28 @@ msgstr "1. Ga naar Spotify-ontwikkelaars en log in met uw Spotify-account.\n"
|
|||||||
"6. Kopieer uw client-ID en uw clientgeheim in:\n"
|
"6. Kopieer uw client-ID en uw clientgeheim in:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Stel de landcode in voor Spotify zoekopdrachten."
|
msgstr "Stel de landcode in voor Spotify zoekopdrachten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Ongeldige landcode"
|
msgstr "Ongeldige landcode"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr "Gebruik een officiële [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgstr "Gebruik een officiële [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Landcode ingesteld op {country}."
|
msgstr "Landcode ingesteld op {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1093,27 +1093,27 @@ msgstr "Stelt het cachingniveau in.\n\n"
|
|||||||
" Als je een specifieke cache wilt uitschakelen gebruik dan een negatief getal.\n"
|
" Als je een specifieke cache wilt uitschakelen gebruik dan een negatief getal.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Max leeftijd: [{max_age}]\n"
|
msgstr "Max leeftijd: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify cache: [{spotify_status}]\n"
|
msgstr "Spotify cache: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "YouTube cache: [{YouTube_status}]\n"
|
msgstr "YouTube cache: [{YouTube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink cache: [{lavalink_status}]\n"
|
msgstr "Lavalink cache: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1124,15 +1124,15 @@ msgstr "Stelt de maximale leeftijd van de cache in.\n\n"
|
|||||||
" ongeldig wordt.\n"
|
" ongeldig wordt.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr "De cache leeftijd kan niet minder dan 7 dagen zijn. Als je deze wilt uitschakelen, start dan de {prefix}audioset cache.\n"
|
msgstr "De cache leeftijd kan niet minder dan 7 dagen zijn. Als je deze wilt uitschakelen, start dan de {prefix}audioset cache.\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Ik heb de cache leeftijd ingesteld op {age} dagen"
|
msgstr "Ik heb de cache leeftijd ingesteld op {age} dagen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1141,57 +1141,57 @@ msgstr "Schakelen tussen aanhoudende wachtrijen.\n\n"
|
|||||||
" Aanhoudende wachtrijen maakt het mogelijk om de huidige wachtrij te herstellen wanneer de wachtrij wordt gesloten.\n"
|
" Aanhoudende wachtrijen maakt het mogelijk om de huidige wachtrij te herstellen wanneer de wachtrij wordt gesloten.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Dagelijkse wachtrijen: {true_or_false}."
|
msgstr "Dagelijkse wachtrijen: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Herstart de lavalink verbinding."
|
msgstr "Herstart de lavalink verbinding."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Lavalink uitschakelen mislukt"
|
msgstr "Lavalink uitschakelen mislukt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Herlaad audio (`{prefix}herlaad audio`)."
|
msgstr "Herlaad audio (`{prefix}herlaad audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Herstarten Lavalink"
|
msgstr "Herstarten Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Het kan een paar minuten duren voordat Lavalink volledig opstart."
|
msgstr "Het kan een paar minuten duren voordat Lavalink volledig opstart."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Stel het maximale volume in in deze server."
|
msgstr "Stel het maximale volume in in deze server."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Fout"
|
msgstr "Fout"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Muziek zonder geluid is helemaal geen muziek. Probeer het volume hoger dan 0 in te stellen."
|
msgstr "Muziek zonder geluid is helemaal geen muziek. Probeer het volume hoger dan 0 in te stellen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Instellingen Aangepast"
|
msgstr "Instellingen Aangepast"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Het maximale volume is beperkt tot 150%, wees voorzichtig met uw oren kieken."
|
msgstr "Het maximale volume is beperkt tot 150%, wees voorzichtig met uw oren kieken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Het maximale volume is beperkt tot {max_volume}%."
|
msgstr "Het maximale volume is beperkt tot {max_volume}%."
|
||||||
|
|
||||||
@@ -1864,7 +1864,7 @@ msgstr "Voorkeursinstelling gewijzigd"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "De {band_name}Hz-band is ingesteld op {band_value}."
|
msgstr "De {band_name}Hz-band is ingesteld op {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1874,37 +1874,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java Uitvoerbare Reset"
|
msgstr "Java Uitvoerbare Reset"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Audio zal nu `java` gebruiken om je beheerde Lavalink node uit te voeren. Voer `{p}{cmd}` uit om het effectief te maken."
|
msgstr "Audio zal nu `java` gebruiken om je beheerde Lavalink node uit te voeren. Voer `{p}{cmd}` uit om het effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` is niet een geldig uitvoerbaar programma"
|
msgstr "`{java_path}` is niet een geldig uitvoerbaar programma"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java Executable gewijzigd"
|
msgstr "Java Executable gewijzigd"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1913,66 +1913,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1980,121 +1980,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2102,12 +2102,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2115,95 +2115,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen van lokale bestanden toe.\n\n"
|
msgstr "Beheerde node staat het afspelen van lokale bestanden toe.\n\n"
|
||||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
|
msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen vanaf Soundcloud toe.\n\n"
|
msgstr "Beheerde node staat het afspelen vanaf Soundcloud toe.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node zal niet meer vanaf Soundcloud afspelen.\n\n"
|
msgstr "Beheerde node zal niet meer vanaf Soundcloud afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2212,19 +2212,19 @@ msgstr "`Gevaarlijk commando` Toggle YouTube bron aan of uit (dit omvat Spotify)
|
|||||||
" Deze optie bepaalt het afspelen van alle YouTube en Spotify gerelateerde content.\n"
|
" Deze optie bepaalt het afspelen van alle YouTube en Spotify gerelateerde content.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen vanaf YouTube toe.\n\n"
|
msgstr "Beheerde node staat het afspelen vanaf YouTube toe.\n\n"
|
||||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "De beheerde node zal niet meer vanaf YouTube afspelen.\n\n"
|
msgstr "De beheerde node zal niet meer vanaf YouTube afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2233,62 +2233,62 @@ msgstr "Zet Twitch bron aan of uit.\n\n"
|
|||||||
" Deze schakelaar bepaalt het afspelen van alle Twitch-gerelateerde inhoud.\n"
|
" Deze schakelaar bepaalt het afspelen van alle Twitch-gerelateerde inhoud.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
390
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Odtwarzaj automatycznie, gdy kolejka się zakończy: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Włączone"
|
msgstr "Włączone"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Włączone"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Wyłączone"
|
msgstr "Wyłączone"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Ustawienie zmienione"
|
msgstr "Ustawienie zmienione"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "Automatycznie odłącz od kanału, gdy bot jest w nim sam przez x sekund
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Nieprawidłowy czas"
|
msgstr "Nieprawidłowy czas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Ilość sekund nie może być mniejsza niż zero."
|
msgstr "Ilość sekund nie może być mniejsza niż zero."
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Zakres playlisty: [{pscope}]\n"
|
msgstr "Zakres playlisty: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Ustawienia pamięci podręcznej"
|
msgstr "Ustawienia pamięci podręcznej"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dni"
|
msgstr "dni"
|
||||||
|
|
||||||
@@ -1004,66 +1004,66 @@ msgstr "Ścieżka utworów lokalnych: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Wysyła dzienniki zarządzanego węzła Lavalink do Twoich DM."
|
msgstr "Wysyła dzienniki zarządzanego węzła Lavalink do Twoich DM."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Nie znaleziono logów w folderze danych."
|
msgstr "Nie znaleziono logów w folderze danych."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Logi są zbyt duże, możesz je znaleźć w {path}"
|
msgstr "Logi są zbyt duże, możesz je znaleźć w {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Muszę być w stanie wysłać ci wpisy do DM."
|
msgstr "Muszę być w stanie wysłać ci wpisy do DM."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Włącz/wyłącz tytuły ścieżek jako status."
|
msgstr "Włącz/wyłącz tytuły ścieżek jako status."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Tytuły utworów jako status: {true_or_false}."
|
msgstr "Tytuły utworów jako status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Przełącz wyświetlanie miniaturki w wiadomościach dźwiękowych."
|
msgstr "Przełącz wyświetlanie miniaturki w wiadomościach dźwiękowych."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Wyświetlanie miniatur: {true_or_false}."
|
msgstr "Wyświetlanie miniatur: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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ć."
|
msgstr "Procent wymagany do pominięcia utworów przez non-modów, 0 aby wyłączyć."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
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ą."
|
msgstr "Głosowanie wyłączone. Wszyscy użytkownicy mogą używać komend zarządzania kolejką."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Procent głosów ustawiony na {percent}%."
|
msgstr "Procent głosów ustawiony na {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instrukcje ustawiania klucza API YouTube."
|
msgstr "Instrukcje ustawiania klucza API YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instrukcje ustawiania tokenów Spotify API."
|
msgstr "Instrukcje ustawiania tokenów Spotify API."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1081,28 +1081,28 @@ msgstr "1. Przejdź do Spotify developers i zaloguj się na swoje konto Spotify.
|
|||||||
"6. Skopiuj swój identyfikator klienta i sekret klienta do:\n"
|
"6. Skopiuj swój identyfikator klienta i sekret klienta do:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Ustaw kod kraju dla wyszukiwań Spotify."
|
msgstr "Ustaw kod kraju dla wyszukiwań Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Nieprawidłowy kod kraju"
|
msgstr "Nieprawidłowy kod kraju"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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)."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Kod kraju ustawiony na {country}."
|
msgstr "Kod kraju ustawiony na {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1123,27 +1123,27 @@ msgstr "Ustawia poziom buforowania.\n\n"
|
|||||||
" Jeśli chcesz wyłączyć określoną pamięć podręczną zrób to używając liczby ujemnej.\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:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Maksymalny wiek: [{max_age}]\n"
|
msgstr "Maksymalny wiek: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\n"
|
msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\n"
|
msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1154,15 +1154,15 @@ msgstr "Ustawia maksymalny wiek pamięci podręcznej.\n\n"
|
|||||||
" nieprawidłowy.\n"
|
" nieprawidłowy.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Ustawiłem/am wiek skrzynki na {age} dni"
|
msgstr "Ustawiłem/am wiek skrzynki na {age} dni"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1171,57 +1171,57 @@ msgstr "Przełącz trwałe kolejki.\n\n"
|
|||||||
" Trwałe kolejki pozwalają przywrócić bieżącą kolejkę po zamknięciu kolejki.\n"
|
" Trwałe kolejki pozwalają przywrócić bieżącą kolejkę po zamknięciu kolejki.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Trwałe kolejki: {true_or_false}."
|
msgstr "Trwałe kolejki: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Ponownie uruchamia połączenie lavalink."
|
msgstr "Ponownie uruchamia połączenie lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Nie udało się wyłączyć Lavalink'a"
|
msgstr "Nie udało się wyłączyć Lavalink'a"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Proszę przeładować Audio (`{prefix}reload audio`)."
|
msgstr "Proszę przeładować Audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Ponowne uruchamianie Lavalink"
|
msgstr "Ponowne uruchamianie Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Pełne uruchomienie Lavalink może potrwać kilka minut."
|
msgstr "Pełne uruchomienie Lavalink może potrwać kilka minut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Ustaw maksymalną dozwoloną głośność na tym serwerze."
|
msgstr "Ustaw maksymalną dozwoloną głośność na tym serwerze."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Błąd"
|
msgstr "Błąd"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Muzyka bez dźwięku nie jest w ogóle muzyką. Spróbuj ustawić głośność wyższą niż 0%."
|
msgstr "Muzyka bez dźwięku nie jest w ogóle muzyką. Spróbuj ustawić głośność wyższą niż 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Ustawienia zmienione"
|
msgstr "Ustawienia zmienione"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Maksymalna głośność została ograniczona do 150%, bądźcie spokojni o swoje uszy."
|
msgstr "Maksymalna głośność została ograniczona do 150%, bądźcie spokojni o swoje uszy."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Maksymalna głośność została ograniczona do {max_volume}%."
|
msgstr "Maksymalna głośność została ograniczona do {max_volume}%."
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ msgstr "Zmodyfikowano ustawienie"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}."
|
msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1909,37 +1909,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Resetowanie Java Executable"
|
msgstr "Resetowanie Java Executable"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Dźwięk będzie teraz używał `java` do uruchamiania zarządzanego węzła Lavalink. Uruchom `{p}{cmd}`, aby zacząć działać."
|
msgstr "Dźwięk będzie teraz używał `java` do uruchamiania zarządzanego węzła Lavalink. Uruchom `{p}{cmd}`, aby zacząć działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` nie jest prawidłowym plikiem wykonywalnym"
|
msgstr "`{java_path}` nie jest prawidłowym plikiem wykonywalnym"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Zmieniono Java Executable"
|
msgstr "Zmieniono Java Executable"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Dźwięk użyje teraz `{exc}` do uruchomienia zarządzanego węzła Lavalink. Uruchom `{p}{cmd}`, aby zaczął działać."
|
msgstr "Dźwięk użyje teraz `{exc}` do uruchomienia zarządzanego węzła Lavalink. Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1952,67 +1952,67 @@ msgstr "Ustaw maksymalny rozmiar heapu zarządzanego węzła Lavalink.\n\n"
|
|||||||
" Aby zresetować tę wartość do wartości domyślnej, uruchom polecenie bez żadnych danych wejściowych.\n"
|
" Aby zresetować tę wartość do wartości domyślnej, uruchom polecenie bez żadnych danych wejściowych.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr "Rozmiar wspornika musi być prawidłową miarą wielkości, np. 256M, 256G"
|
msgstr "Rozmiar wspornika musi być prawidłową miarą wielkości, np. 256M, 256G"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr "Heap-size musi wynosić co najmniej 64M, jednak zaleca się ustawienie go na co najmniej 1G."
|
msgstr "Heap-size musi wynosić co najmniej 64M, jednak zaleca się ustawienie go na co najmniej 1G."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr "Heap-size musi być mniejszy niż {limit} z powodu ograniczeń twojego systemu."
|
msgstr "Heap-size musi być mniejszy niż {limit} z powodu ograniczeń twojego systemu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Wielkość node heap-size ustawiona na {bytes}.\n\n"
|
msgstr "Wielkość node heap-size ustawiona na {bytes}.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby to zadziałało."
|
"Uruchom `{p}{cmd}`, aby to zadziałało."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Nie udało się wyłączyć Lavalink'a"
|
msgstr "Nie udało się wyłączyć Lavalink'a"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2020,97 +2020,97 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Ustawienie nie zostało zmienione"
|
msgstr "Ustawienie nie zostało zmienione"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Wyświetl ustawienia połączenia Lavalink."
|
msgstr "Wyświetl ustawienia połączenia Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Ustawienia połączenia"
|
msgstr "Ustawienia połączenia"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Port: [{port}]\n"
|
msgstr "Port: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Hasło: [{password}]\n"
|
msgstr "Hasło: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Zabezpieczony: [{state}]\n"
|
msgstr "Zabezpieczony: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Ustawienia Lavalink"
|
msgstr "Ustawienia Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Początkowy Heapsize: [{xms}]\n"
|
msgstr "Początkowy Heapsize: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Maksymalny Heapsize: [{xmx}]\n"
|
msgstr "Maksymalny Heapsize: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Ekonwersja Javy: [{java_exc_path}]\n"
|
msgstr "Ekonwersja Javy: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Muszę być w stanie wysłać Ci te informacje."
|
msgstr "Muszę być w stanie wysłać Ci te informacje."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "Przesyła kopię pliku application.yml używanego przez zarządzany węzeł Lavalink."
|
msgstr "Przesyła kopię pliku application.yml używanego przez zarządzany węzeł Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2119,12 +2119,12 @@ msgstr "Skonfiguruj opcje zarządzanego węzła Lavalink.\n\n"
|
|||||||
" Wszystkie ustawienia w tej grupie prawdopodobnie spowodują awarię dźwięku w przypadku zmiany ich wartości domyślnych, zmień ustawienia tutaj, jeśli otrzymałeś polecenie wsparcia.\n"
|
" Wszystkie ustawienia w tej grupie prawdopodobnie spowodują awarię dźwięku w przypadku zmiany ich wartości domyślnych, zmień ustawienia tutaj, jeśli otrzymałeś polecenie wsparcia.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "Skonfiguruj autoryzację zarządzanego węzła i ustawienia połączenia."
|
msgstr "Skonfiguruj autoryzację zarządzanego węzła i ustawienia połączenia."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2133,13 +2133,13 @@ msgstr "`Niebezpieczna komenda` Ustawienie wiążącego adresu IP zarządzanego
|
|||||||
" Ta wartość domyślnie to `localhost`, co ograniczy serwer tylko do aplikacji localhost, zmiana tego spowoduje prawdopodobnie uszkodzenie zarządzanego węzła Lavalink, jeśli nie wiesz co robisz.\n"
|
" Ta wartość domyślnie to `localhost`, co ograniczy serwer tylko do aplikacji localhost, zmiana tego spowoduje prawdopodobnie uszkodzenie zarządzanego węzła Lavalink, jeśli nie wiesz co robisz.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł zaakceptuje połączenie {host}.\n\n"
|
msgstr "Zarządzany węzeł zaakceptuje połączenie {host}.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby stało się skuteczne."
|
"Uruchom `{p}{cmd}` aby stało się skuteczne."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2150,13 +2150,13 @@ msgstr "Ustaw hasło połączenia zarządzanego węzła Lavalink.\n\n"
|
|||||||
" Wartością domyślną jest `youshallnotpass`.\n"
|
" Wartością domyślną jest `youshallnotpass`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł zaakceptuje {password} jako token autoryzacyjny.\n\n"
|
msgstr "Zarządzany węzeł zaakceptuje {password} jako token autoryzacyjny.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby stał się skuteczny."
|
"Uruchom `{p}{cmd}` aby stał się skuteczny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2167,17 +2167,17 @@ msgstr "`Dangerous command` Ustaw port połączenia zarządzanego węzła Lavali
|
|||||||
" Wartość domyślna to `2333`.\n"
|
" Wartość domyślna to `2333`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "Port musi mieścić się w przedziale 1024–49151."
|
msgstr "Port musi mieścić się w przedziale 1024–49151."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł będzie teraz akceptować połączenia na {port}.\n\n"
|
msgstr "Zarządzany węzeł będzie teraz akceptować połączenia na {port}.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2186,7 +2186,7 @@ msgstr "`Niebezpieczne polecenie` Włącz/wyłącz źródła audio.\n\n"
|
|||||||
" Domyślnie wszystkie źródła są włączone, powinieneś używać poleceń tutaj, aby wyłączyć określone źródło, jeśli zostaniesz polecony, wyłączenie źródeł bez wiedzy w tle może spowodować uszkodzenie dźwięku.\n"
|
" Domyślnie wszystkie źródła są włączone, powinieneś używać poleceń tutaj, aby wyłączyć określone źródło, jeśli zostaniesz polecony, wyłączenie źródeł bez wiedzy w tle może spowodować uszkodzenie dźwięku.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2195,19 +2195,19 @@ msgstr "Włącz lub wyłącz bezpośrednie użycie adresu URL HTTP.\n\n"
|
|||||||
" To źródło jest używane do umożliwienia odtwarzania z bezpośrednich strumieni HTTP (nie ma to wpływu na bezpośrednie odtwarzanie URL dla innych źródeł).\n"
|
" To źródło jest używane do umożliwienia odtwarzania z bezpośrednich strumieni HTTP (nie ma to wpływu na bezpośrednie odtwarzanie URL dla innych źródeł).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z bezpośrednich adresów URL.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z bezpośrednich adresów URL.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z bezpośrednich adresów URL.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już odtwarzany z bezpośrednich adresów URL.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2216,19 +2216,19 @@ msgstr "Przełącz lub wyłącz źródło Bandcamp.\n\n"
|
|||||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Bandcamp.\n"
|
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Bandcamp.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Bandcamp.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Bandcamp.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już grał z Bandcamp.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już grał z Bandcamp.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2237,19 +2237,19 @@ msgstr "Przełącz lub wyłącz lokalne użycie plików.\n\n"
|
|||||||
" To przełącz kontroluje odtwarzanie całej lokalnej zawartości ścieżki, zazwyczaj znajdującej się w folderze `localtracks`.\n"
|
" To przełącz kontroluje odtwarzanie całej lokalnej zawartości ścieżki, zazwyczaj znajdującej się w folderze `localtracks`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z plików lokalnych.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z plików lokalnych.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z plików lokalnych.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już odtwarzany z plików lokalnych.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2258,19 +2258,19 @@ msgstr "Włącz lub wyłącz źródło Soundcloud.\n\n"
|
|||||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z SoundCloud.\n"
|
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z SoundCloud.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Soundcloud.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Soundcloud.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Soundcloud.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Soundcloud.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2279,19 +2279,19 @@ msgstr "`Niebezpieczne polecenie` Włącza lub wyłącz źródło YouTube (w tym
|
|||||||
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z YouTube i Spotify.\n"
|
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z YouTube i Spotify.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z YouTube.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z YouTube.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z YouTube.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już odtwarzany z YouTube.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2300,19 +2300,19 @@ msgstr "Włącz lub wyłącz źródło Twitcha.\n\n"
|
|||||||
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z Twitchem.\n"
|
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z Twitchem.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Twitcha.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Twitcha.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Twitcha.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Twitcha.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2321,19 +2321,19 @@ msgstr "Włącz lub wyłącz źródło Vimeo.\n\n"
|
|||||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Vimeo.\n"
|
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Vimeo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Vimeo.\n\n"
|
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Vimeo.\n\n"
|
||||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Zarządzany węzeł nie będzie już grał z Vimeo.\n\n"
|
msgstr "Zarządzany węzeł nie będzie już grał z Vimeo.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2342,18 +2342,18 @@ msgstr "`Niebezpieczna komenda` Ustaw rozmiar framebuffera zarządzanego węzła
|
|||||||
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "Najniższa wartość, jaką bufor ramki można ustawić na 100ms."
|
msgstr "Najniższa wartość, jaką bufor ramki można ustawić na 100ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Wielkość node heap-size ustawiona na {milliseconds}.\n\n"
|
msgstr "Wielkość node heap-size ustawiona na {milliseconds}.\n\n"
|
||||||
"Uruchom `{p}{cmd}`, aby to zadziałało."
|
"Uruchom `{p}{cmd}`, aby to zadziałało."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2362,11 +2362,11 @@ msgstr "`Niebezpieczna komenda` Ustawienie rozmiaru bufora zarządzanego węzła
|
|||||||
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "Najniższa wartość bufora może wynosić 100 ms."
|
msgstr "Najniższa wartość bufora może wynosić 100 ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "Zresetuj wszystkie `llset` z powrotem do ich wartości domyślnych."
|
msgstr "Zresetuj wszystkie `llset` z powrotem do ich wartości domyślnych."
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
390
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Reprodução automática ao final da fila: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Habilitado"
|
msgstr "Habilitado"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Habilitado"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desabilitado"
|
msgstr "Desabilitado"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Configuração alterada"
|
msgstr "Configuração alterada"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "Desconectar automaticamente do canal quando o bot estiver sozinho nele p
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Hora inválida"
|
msgstr "Hora inválida"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Os segundos não podem ser menos de 0."
|
msgstr "Os segundos não podem ser menos de 0."
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` não existe. O caminho ainda será salvo, mas por favor, verifique o caminho e crie uma pasta localtrack em `{localfolder}` antes de tentar reproduzir as faixas locais."
|
msgstr "`{localtracks}` não existe. O caminho ainda será salvo, mas por favor, verifique o caminho e crie uma pasta localtrack em `{localfolder}` antes de tentar reproduzir as faixas locais."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Escopo da lista: [{pscope}]\n"
|
msgstr "Escopo da lista: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Configurações de Cache"
|
msgstr "Configurações de Cache"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Cache local do Lavalink: [{lavalink_status}]\n"
|
msgstr "Cache local do Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dias"
|
msgstr "dias"
|
||||||
|
|
||||||
@@ -997,66 +997,66 @@ msgstr "Caminho das faixas locais: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Os registros são muito grandes, você pode encontrá-los em {path}"
|
msgstr "Os registros são muito grandes, você pode encontrá-los em {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Eu preciso ser capaz de mandar MDs para te enviar os registros."
|
msgstr "Eu preciso ser capaz de mandar MDs para te enviar os registros."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Ativar/desativar títulos das faixas como status."
|
msgstr "Ativar/desativar títulos das faixas como status."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Títulos da música como status: {true_or_false}."
|
msgstr "Títulos da música como status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Exiba uma miniatura em mensagens de áudio."
|
msgstr "Exiba uma miniatura em mensagens de áudio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Exibição de miniaturas: {true_or_false}."
|
msgstr "Exibição de miniaturas: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "Porcentagem necessária para que os não-mods pulem faixas, 0 para desativar."
|
msgstr "Porcentagem necessária para que os não-mods pulem faixas, 0 para desativar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Votação desativada. Todos os usuários podem usar comandos de gerenciamento de fila."
|
msgstr "Votação desativada. Todos os usuários podem usar comandos de gerenciamento de fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Porcentagem de votação definida para {percent}%."
|
msgstr "Porcentagem de votação definida para {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instruções para definir a chave API do YouTube."
|
msgstr "Instruções para definir a chave API do YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instruções para definir os tokens da API do Spotify."
|
msgstr "Instruções para definir os tokens da API do Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1074,28 +1074,28 @@ msgstr "1. Acesse Spotify developers e faça login com sua conta do Spotify.\n"
|
|||||||
"6. Copie seu ID de cliente e seu segredo de cliente para:\n"
|
"6. Copie seu ID de cliente e seu segredo de cliente para:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> cliente_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> cliente_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Defina o código do país para pesquisas do Spotify."
|
msgstr "Defina o código do país para pesquisas do Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Código de País Inválido"
|
msgstr "Código de País Inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr "Por favor, use um código [ISO 3166-1 alpha-2](https://pt.wikipedia.org/wiki/ISO_3166-1_alpha-2) oficial."
|
msgstr "Por favor, use um código [ISO 3166-1 alpha-2](https://pt.wikipedia.org/wiki/ISO_3166-1_alpha-2) oficial."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Código do País definido para {country}."
|
msgstr "Código do País definido para {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1116,27 +1116,27 @@ msgstr "Definir o nível de cache.\n\n"
|
|||||||
" se você deseja desativar um cache específico use um número negativo.\n"
|
" se você deseja desativar um cache específico use um número negativo.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Idade máxima: [{max_age}]\n"
|
msgstr "Idade máxima: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Cache do Spotify: [{spotify_status}]\n"
|
msgstr "Cache do Spotify: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Cache do Youtube: [{youtube_status}]\n"
|
msgstr "Cache do Youtube: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Cache do Lavalink: [{lavalink_status}]\n"
|
msgstr "Cache do Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1147,15 +1147,15 @@ msgstr "Definir a idade máxima do cache.\n\n"
|
|||||||
" inválida.\n"
|
" inválida.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr "A idade do cache não pode ser inferior a 7 dias. Se você deseja desativá-lo, execute {prefix}audioset cache.\n"
|
msgstr "A idade do cache não pode ser inferior a 7 dias. Se você deseja desativá-lo, execute {prefix}audioset cache.\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Eu defini a idade do cache para {age} dias"
|
msgstr "Eu defini a idade do cache para {age} dias"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1164,57 +1164,57 @@ msgstr "Alternar fila persistente.\n\n"
|
|||||||
" Filas persistentes permitem que a fila atual seja restaurada quando a fila é fechada.\n"
|
" Filas persistentes permitem que a fila atual seja restaurada quando a fila é fechada.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Filas persistentes: {true_or_false}."
|
msgstr "Filas persistentes: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Reinicia a conexão lavalink."
|
msgstr "Reinicia a conexão lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Reiniciando Lavalink"
|
msgstr "Reiniciando Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Defina o volume máximo permitido neste servidor."
|
msgstr "Defina o volume máximo permitido neste servidor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erro"
|
msgstr "Erro"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Música sem nenhum volume não é música. Tente definir o volume maior que 0%."
|
msgstr "Música sem nenhum volume não é música. Tente definir o volume maior que 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Configuração alterada"
|
msgstr "Configuração alterada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Agora o volume máximo é 150%, cuidado para não prejudicar seus ouvidos."
|
msgstr "Agora o volume máximo é 150%, cuidado para não prejudicar seus ouvidos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "O volume máximo é limitado a {max_volume}%."
|
msgstr "O volume máximo é limitado a {max_volume}%."
|
||||||
|
|
||||||
@@ -1882,7 +1882,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1892,37 +1892,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1931,66 +1931,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1998,121 +1998,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2120,12 +2120,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2133,170 +2133,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
402
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
402
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Reprodução automática quando a fila terminar, {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ativado"
|
msgstr "Ativado"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Ativado"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Definições alteradas"
|
msgstr "Definições alteradas"
|
||||||
|
|
||||||
@@ -600,13 +600,13 @@ msgstr "Desconecta-se automaticamente do canal quando o bot fica sozinho por x s
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Hora inválida"
|
msgstr "Hora inválida"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Os segundos não podem ser menores que zero."
|
msgstr "Os segundos não podem ser menores que zero."
|
||||||
|
|
||||||
@@ -718,7 +718,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` não existe. O caminho ainda será salvo, mas por favor, verifique o caminho e crie uma pasta faixas em `{localfolder}` antes de tentar reproduzir as faixas locais."
|
msgstr "`{localtracks}` não existe. O caminho ainda será salvo, mas por favor, verifique o caminho e crie uma pasta faixas em `{localfolder}` antes de tentar reproduzir as faixas locais."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -918,8 +918,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Nome da lista de reprodução: [{pscope}]\n"
|
msgstr "Nome da lista de reprodução: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Configurações da cache"
|
msgstr "Configurações da cache"
|
||||||
|
|
||||||
@@ -940,8 +940,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Cache Lavalink local: [{lavalink_status}]\n"
|
msgstr "Cache Lavalink local: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dias"
|
msgstr "dias"
|
||||||
|
|
||||||
@@ -995,66 +995,66 @@ msgstr "Caminho das faixas locais: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr "Versões do Plugin Lavalink"
|
msgstr "Versões do Plugin Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Envia os logs de nós de Lavalink gerenciados para seus DMs."
|
msgstr "Envia os logs de nós de Lavalink gerenciados para seus DMs."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Os logs são muito grandes, pode encontrá-los em {path}"
|
msgstr "Os logs são muito grandes, pode encontrá-los em {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Ativar/desativar títulos das faixas como status."
|
msgstr "Ativar/desativar títulos das faixas como status."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Títulos da música como status: {true_or_false}."
|
msgstr "Títulos da música como status: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Exiba uma miniatura em mensagens de áudio."
|
msgstr "Exiba uma miniatura em mensagens de áudio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Exibição de miniatura: {true_or_false}."
|
msgstr "Exibição de miniatura: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "Percentagem necessária para que os não mods saltem de faixas, 0 para desabilitar."
|
msgstr "Percentagem necessária para que os não mods saltem de faixas, 0 para desabilitar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Votação desabilitada. Todos os utilizadores podem usar comandos de gestão da fila."
|
msgstr "Votação desabilitada. Todos os utilizadores podem usar comandos de gestão da fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Porcentagem de votação definida para {percent}%."
|
msgstr "Porcentagem de votação definida para {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Instruções para definir a chave da API do YouTube."
|
msgstr "Instruções para definir a chave da API do YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Instruções para definir a chave da API do YouTube."
|
msgstr "Instruções para definir a chave da API do YouTube."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1065,28 +1065,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Defina o código do país para pesquisas no Spotify."
|
msgstr "Defina o código do país para pesquisas no Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Código de País Inválido"
|
msgstr "Código de País Inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Código do país definido para {country}."
|
msgstr "Código do país definido para {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1099,27 +1099,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Idade máxima: [{max_age}]\n"
|
msgstr "Idade máxima: [{max_age}]\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1127,72 +1127,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr "A idade do cache não pode ser inferior a 7 dias. Se deseja desativá-lo, execute {prefix}audioset cache.\n"
|
msgstr "A idade do cache não pode ser inferior a 7 dias. Se deseja desativá-lo, execute {prefix}audioset cache.\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Eu defini a idade do cache para {age} dias"
|
msgstr "Eu defini a idade do cache para {age} dias"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Reinicia a conexão lavalink."
|
msgstr "Reinicia a conexão lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Falha ao desligar Lavalink"
|
msgstr "Falha ao desligar Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Reiniciando Lavalink"
|
msgstr "Reiniciando Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Define o volume máximo permitido neste servidor."
|
msgstr "Define o volume máximo permitido neste servidor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Erro"
|
msgstr "Erro"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Música sem som não é música de forma nenhuma. Tente definir o volume para algo superior a 0%."
|
msgstr "Música sem som não é música de forma nenhuma. Tente definir o volume para algo superior a 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Definições alteradas"
|
msgstr "Definições alteradas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "O volume máximo foi limitado a 150%, tenha cuidado com os seus ouvidos."
|
msgstr "O volume máximo foi limitado a 150%, tenha cuidado com os seus ouvidos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "O volume máximo foi limitado a {max_volume}%."
|
msgstr "O volume máximo foi limitado a {max_volume}%."
|
||||||
|
|
||||||
@@ -1862,7 +1862,7 @@ msgstr "Predefinição Modificada"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "A banda de {band_name}Hz foi definida para {band_value}."
|
msgstr "A banda de {band_name}Hz foi definida para {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1877,41 +1877,37 @@ msgstr "`Comandos perigosos` Gerencie as configurações do nó Lavalink.\n\n"
|
|||||||
" Todos os comandos aqui têm o potencial de quebrar a engrenagem do áudio.\n"
|
" Todos os comandos aqui têm o potencial de quebrar a engrenagem do áudio.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr "Este comando não deve ser usado na maioria das vezes e só é útil se a máquina host tiver versões Java conflitantes.\n\n"
|
msgstr ""
|
||||||
" Se alterar isso, certifique-se de que o executável Java definido seja compatível com Áudio.\n"
|
|
||||||
" As versões atualmente suportadas são Java 17 e 11.\n\n"
|
|
||||||
" Não digite nada ou \"java\" para redefinir o padrão.\n\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Redefinição do Executável Java"
|
msgstr "Redefinição do Executável Java"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "O áudio agora usará `java` para executar o nó Lavalink gerenciado. Execute `{p}{cmd}` para que ele tenha efeito."
|
msgstr "O áudio agora usará `java` para executar o nó Lavalink gerenciado. Execute `{p}{cmd}` para que ele tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` não é um executável válido"
|
msgstr "`{java_path}` não é um executável válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Redefinição do Executável Java"
|
msgstr "Redefinição do Executável Java"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "O áudio agora usará `java` para executar o nó Lavalink gerenciado. Execute `{p}{cmd}` para ele ter efeito."
|
msgstr "O áudio agora usará `java` para executar o nó Lavalink gerenciado. Execute `{p}{cmd}` para ele ter efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1923,29 +1919,29 @@ msgstr "Por padrão, esse valor é 50% da RAM disponível na máquina host repre
|
|||||||
" Para redefinir esse valor para o padrão, execute o comando sem nenhuma entrada.\n"
|
" Para redefinir esse valor para o padrão, execute o comando sem nenhuma entrada.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr "O tamanho da pilha deve ser uma medida válida de tamanho, ex.: 256M, 256G"
|
msgstr "O tamanho da pilha deve ser uma medida válida de tamanho, ex.: 256M, 256G"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr "O tamanho do heap deve ser de pelo menos 64M, porém é recomendado configurá-lo para pelo menos 1G."
|
msgstr "O tamanho do heap deve ser de pelo menos 64M, porém é recomendado configurá-lo para pelo menos 1G."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr "O tamanho do heap deve ser menor que {limit} devido às limitações do seu sistema."
|
msgstr "O tamanho do heap deve ser menor que {limit} devido às limitações do seu sistema."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Tamanho do nó gerenciado definido como {bytes}.\n\n"
|
msgstr "Tamanho do nó gerenciado definido como {bytes}.\n\n"
|
||||||
"Execute `{p}{cmd}` para que ele tenha efeito."
|
"Execute `{p}{cmd}` para que ele tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -1954,16 +1950,16 @@ msgstr "Alterne usando nós Lavalink externos (não gerenciados) - requer um nó
|
|||||||
" Este comando desativa o servidor Lavalink gerenciado. Se não tiver outro nó Lavalink configurado, não poderá usar o áudio enquanto estiver ativado.\n"
|
" Este comando desativa o servidor Lavalink gerenciado. Se não tiver outro nó Lavalink configurado, não poderá usar o áudio enquanto estiver ativado.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr "Servidor Lavalink não gerenciado: {true_or_false}."
|
msgstr "Servidor Lavalink não gerenciado: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Falha ao desligar Lavalink"
|
msgstr "Falha ao desligar Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1972,11 +1968,11 @@ msgstr "Defina o host de nó Lavalink.\n\n"
|
|||||||
" Este comando define o host de conexão que o áudio usará para conectar a um nó Lavalink não gerenciado.\n"
|
" Este comando define o host de conexão que o áudio usará para conectar a um nó Lavalink não gerenciado.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Host de nó Lavalink não gerenciado definido como {host}. Execute `{p}{cmd}` para que ele tenha efeito."
|
msgstr "Host de nó Lavalink não gerenciado definido como {host}. Execute `{p}{cmd}` para que ele tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1985,11 +1981,11 @@ msgstr "Defina o host de nó Lavalink.\n\n"
|
|||||||
" Este comando define o host de conexão que o áudio usará para conectar a um nó Lavalink não gerenciado.\n"
|
" Este comando define o host de conexão que o áudio usará para conectar a um nó Lavalink não gerenciado.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "A senha de nó Lavalink não gerenciada definida como {password}. Execute `{p}{cmd}` para que ela tenha efeito."
|
msgstr "A senha de nó Lavalink não gerenciada definida como {password}. Execute `{p}{cmd}` para que ela tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2000,22 +1996,22 @@ msgstr "Define a porta do nó de Lavalink.\n\n"
|
|||||||
" Define a porta para -1 para desativar a porta e se conectar ao host especificado através das portas 80/443\n"
|
" Define a porta para -1 para desativar a porta e se conectar ao host especificado através das portas 80/443\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Configurações não alteradas"
|
msgstr "Configurações não alteradas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "A senha de nó Lavalink não gerenciada definida como {port}. Execute `{p}{cmd}` para que ela tenha efeito."
|
msgstr "A senha de nó Lavalink não gerenciada definida como {port}. Execute `{p}{cmd}` para que ela tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2024,76 +2020,76 @@ msgstr "Defina a conexão do nó Lavalink como segura.\n\n"
|
|||||||
" Esta alternância define o tipo de conexão como segura ou não segura ao conectar-se a um nó Lavalink não gerenciado.\n"
|
" Esta alternância define o tipo de conexão como segura ou não segura ao conectar-se a um nó Lavalink não gerenciado.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "O nó Lavalink não gerenciado irá se conectar usando o protocolo {secured_protocol} seguro.\n\n"
|
msgstr "O nó Lavalink não gerenciado irá se conectar usando o protocolo {secured_protocol} seguro.\n\n"
|
||||||
"Execute o `{p}{cmd}` para que ele tenha efeito."
|
"Execute o `{p}{cmd}` para que ele tenha efeito."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Exibir configurações de conexão Lava link."
|
msgstr "Exibir configurações de conexão Lava link."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Configurações de conexão"
|
msgstr "Configurações de conexão"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Porta: [{port}]\n"
|
msgstr "Porta: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr "Default HTTP/HTTPS port"
|
msgstr "Default HTTP/HTTPS port"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Senha: [{password}]\n"
|
msgstr "Senha: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Protegido: [{state}]\n"
|
msgstr "Protegido: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Configurações Node Lavalink"
|
msgstr "Configurações Node Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Tamanho inicial do heap: [{xms}]\n"
|
msgstr "Tamanho inicial do heap: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Tamanho Máximo: [{xmx}]\n"
|
msgstr "Tamanho Máximo: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Executar Java: [{java_exc_path}]\n"
|
msgstr "Executar Java: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "Carrega uma cópia do arquivo application.yml usado pelo nó Lavalink gerenciado."
|
msgstr "Carrega uma cópia do arquivo application.yml usado pelo nó Lavalink gerenciado."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2102,12 +2098,12 @@ msgstr "Configure as opções de tempo de execução do nó Lavalink gerenciado.
|
|||||||
" Todas as configurações neste grupo provavelmente causarão mau funcionamento do áudio se forem alteradas em relação aos padrões. Altere as configurações aqui apenas se for avisado pelo suporte.\n"
|
" Todas as configurações neste grupo provavelmente causarão mau funcionamento do áudio se forem alteradas em relação aos padrões. Altere as configurações aqui apenas se for avisado pelo suporte.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "Configure as configurações de autorização de nó gerenciado e conexão."
|
msgstr "Configure as configurações de autorização de nó gerenciado e conexão."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2116,13 +2112,13 @@ msgstr "`Comando perigoso` Defina o endereço IP de ligação do nó Lavalink ge
|
|||||||
" Este valor por padrão é `localhost` que restringirá o servidor apenas a aplicativos localhost por padrão, alterar isso provavelmente quebrará o nó Lavalink gerenciado se não souber o que está a fazer.\n"
|
" Este valor por padrão é `localhost` que restringirá o servidor apenas a aplicativos localhost por padrão, alterar isso provavelmente quebrará o nó Lavalink gerenciado se não souber o que está a fazer.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "O nó gerenciado irá agora aceitar a conexão em {host}.\n\n"
|
msgstr "O nó gerenciado irá agora aceitar a conexão em {host}.\n\n"
|
||||||
"Execute `{p}{cmd}` para que ele entre em vigor."
|
"Execute `{p}{cmd}` para que ele entre em vigor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2130,12 +2126,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2143,170 +2139,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -3477,7 +3473,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/queue.py:289
|
#: redbot/cogs/audio/core/commands/queue.py:289
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Search the queue."
|
msgid "Search the queue."
|
||||||
msgstr ""
|
msgstr "Pesquisar na fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:311
|
#: redbot/cogs/audio/core/commands/queue.py:311
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -3492,7 +3488,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/queue.py:368
|
#: redbot/cogs/audio/core/commands/queue.py:368
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:376
|
#: redbot/cogs/audio/core/commands/queue.py:376
|
||||||
msgid "Unable To Shuffle Queue"
|
msgid "Unable To Shuffle Queue"
|
||||||
msgstr ""
|
msgstr "Não é possível modificar a fila"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:324
|
#: redbot/cogs/audio/core/commands/queue.py:324
|
||||||
msgid "You need the DJ role to shuffle the queue."
|
msgid "You need the DJ role to shuffle the queue."
|
||||||
@@ -3500,5 +3496,5 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:381
|
#: redbot/cogs/audio/core/commands/queue.py:381
|
||||||
msgid "Queue has been shuffled."
|
msgid "Queue has been shuffled."
|
||||||
msgstr ""
|
msgstr "A fila foi embaralhada."
|
||||||
|
|
||||||
|
|||||||
395
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
395
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Авто-воспроизведение по окончании очер
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Включено"
|
msgstr "Включено"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Включено"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Отключено"
|
msgstr "Отключено"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Настройки изменены"
|
msgstr "Настройки изменены"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "Автоматическое отключение от канала, к
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Неверное время"
|
msgstr "Неверное время"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Секунды не могут быть меньше нуля."
|
msgstr "Секунды не могут быть меньше нуля."
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` не существует. Путь по-прежнему будет сохранен, но пожалуйста, проверьте путь и создайте папку local tracks в `{localfolder}` перед попыткой воспроизведения локальных треков."
|
msgstr "`{localtracks}` не существует. Путь по-прежнему будет сохранен, но пожалуйста, проверьте путь и создайте папку local tracks в `{localfolder}` перед попыткой воспроизведения локальных треков."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Размер плейлиста: [{pscope}]\n"
|
msgstr "Размер плейлиста: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Настройки кэша"
|
msgstr "Настройки кэша"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Локальный кэш Lavalink: [{lavalink_status}]\n"
|
msgstr "Локальный кэш Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "дней"
|
msgstr "дней"
|
||||||
|
|
||||||
@@ -1004,66 +1004,66 @@ msgstr "Путь к локальным трекам: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr "Версия плагинов Lavalink"
|
msgstr "Версия плагинов Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "Отправляет логи управляемого узла Lavalin в личные сообщения."
|
msgstr "Отправляет логи управляемого узла Lavalin в личные сообщения."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Журналы не найдены в папке данных."
|
msgstr "Журналы не найдены в папке данных."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Логи слишком большие, вы можете найти их в {path}"
|
msgstr "Логи слишком большие, вы можете найти их в {path}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "Мне нужно иметь возможность отправить вам отчеты."
|
msgstr "Мне нужно иметь возможность отправить вам отчеты."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Включить/отключить названия треков в статусе."
|
msgstr "Включить/отключить названия треков в статусе."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Названия песен в статусе: {true_or_false}."
|
msgstr "Названия песен в статусе: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Переключить отображение миниатюры на аудио сообщениях."
|
msgstr "Переключить отображение миниатюры на аудио сообщениях."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Отображение миниатюр: {true_or_false}."
|
msgstr "Отображение миниатюр: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "Процент, необходимый для пропуска трека для не модераторов. 0, чтобы отключить."
|
msgstr "Процент, необходимый для пропуска трека для не модераторов. 0, чтобы отключить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Голосование отключено. Все пользователи могут использовать команды управления очередью."
|
msgstr "Голосование отключено. Все пользователи могут использовать команды управления очередью."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Процент голосов установлен в {percent}%."
|
msgstr "Процент голосов установлен в {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Инструкции по установке ключа You_Tube API."
|
msgstr "Инструкции по установке ключа You_Tube API."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Инструкции по установке токенов Spotify API."
|
msgstr "Инструкции по установке токенов Spotify API."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1081,28 +1081,28 @@ msgstr "1. Перейдите на страницу Spotify для разраб
|
|||||||
"6. Скопируйте ваш ID клиента и секрет клиента в:\n"
|
"6. Скопируйте ваш ID клиента и секрет клиента в:\n"
|
||||||
"`{prefix}установите api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}установите api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Установите код страны для поиска в Spotify."
|
msgstr "Установите код страны для поиска в Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Неверный код страны"
|
msgstr "Неверный код страны"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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)."
|
msgstr "Пожалуйста, используйте официальный код [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Код страны установлен на {country}."
|
msgstr "Код страны установлен на {country}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1123,27 +1123,27 @@ msgstr "Устанавливает уровень кэширования.\n\n"
|
|||||||
" Если вы хотите отключить определенный кэш, используйте отрицательное число.\n"
|
" Если вы хотите отключить определенный кэш, используйте отрицательное число.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Макс. возраст: [{max_age}]\n"
|
msgstr "Макс. возраст: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Кэш Spotify: [{spotify_status}]\n"
|
msgstr "Кэш Spotify: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Кэш Youtube: [{youtube_status}]\n"
|
msgstr "Кэш Youtube: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Кэш Lavalink: [{lavalink_status}]\n"
|
msgstr "Кэш Lavalink: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1154,15 +1154,15 @@ msgstr "Устанавливает максимальный возраст кэ
|
|||||||
" недействительной.\n"
|
" недействительной.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
msgstr "Возраст кеширования не может быть менее 7 дней. Если вы хотите отключить его, запустите `{prefix}audioset cache`.\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Я установил возраст кэша на {age} дней"
|
msgstr "Я установил возраст кэша на {age} дней"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1171,57 +1171,57 @@ msgstr "Переключение постоянных очередей.\n\n"
|
|||||||
" Постоянные очереди позволяют восстановить текущую очередь при закрытии очереди.\n"
|
" Постоянные очереди позволяют восстановить текущую очередь при закрытии очереди.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Постоянные очереди {true_or_false}."
|
msgstr "Постоянные очереди {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Перезапуск соединение с lava link."
|
msgstr "Перезапуск соединение с lava link."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Не удалось выключить узел Lavalink"
|
msgstr "Не удалось выключить узел Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Пожалуйста, перезагрузите Audio (`{prefix}reload audio`)."
|
msgstr "Пожалуйста, перезагрузите Audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Перезапуск Lava link"
|
msgstr "Перезапуск Lava link"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Полный запуск Lava link может занять пару минут."
|
msgstr "Полный запуск Lava link может занять пару минут."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Установите максимальный объем, разрешенный на данном сервере."
|
msgstr "Установите максимальный объем, разрешенный на данном сервере."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Ошибка"
|
msgstr "Ошибка"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Музыка без звука - это не музыка вообще. Попробуйте установить громкость выше 0%."
|
msgstr "Музыка без звука - это не музыка вообще. Попробуйте установить громкость выше 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Настройка изменена"
|
msgstr "Настройка изменена"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Максимальная громкость была ограничена 150%, не напрягайте слух."
|
msgstr "Максимальная громкость была ограничена 150%, не напрягайте слух."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Максимальный объем был ограничен до {max_volume}%."
|
msgstr "Максимальный объем был ограничен до {max_volume}%."
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ msgstr "Preset изменен"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "Диапазон частот {band_name} был установлен на {band_value}."
|
msgstr "Диапазон частот {band_name} был установлен на {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1914,42 +1914,42 @@ msgstr "`Опасные команды` Управление настройка
|
|||||||
" Все приведенные здесь команды могут привести к поломке Audio cog'а.\n"
|
" Все приведенные здесь команды могут привести к поломке Audio cog'а.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr "Измение пути к исполняемому файлу Java.\n\n"
|
msgstr "Измение пути к исполняемому файлу Java.\n\n"
|
||||||
" В большинстве случаев эту команду использовать не нужно, она полезна только в том случае, если на хост-машине имеются конфликтующие версии Java.\n\n"
|
" В большинстве случаев эту команду использовать не нужно, она полезна только в том случае, если на хост-машине имеются конфликтующие версии Java.\n\n"
|
||||||
" При ее изменении убедитесь, что установленный вами исполняемый файл Java поддерживается Audio.\n"
|
" При ее изменении убедитесь, что установленный вами исполняемый файл Java поддерживается Audio.\n"
|
||||||
" В настоящее время поддерживаются следующие версии: Java 17 и 11.\n\n"
|
" Текущие поддерживаемые версии — Java {supported_java_versions}.\n\n"
|
||||||
" Введите \"java\" или оставьте пустым, чтобы вернуть значение по умолчанию.\n"
|
" Введите \"java\" или оставьте пустым, чтобы вернуть значение по умолчанию.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Сброс исполняемого файла Java"
|
msgstr "Сброс исполняемого файла Java"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Теперь Audio будет использовать `java` для запуска вашего управляемого узла Lavalink. Напишите `{p}{cmd}`, чтобы сохранить."
|
msgstr "Теперь Audio будет использовать `java` для запуска вашего управляемого узла Lavalink. Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "'{java_path}` не является допустимым исполняемым файлом"
|
msgstr "'{java_path}` не является допустимым исполняемым файлом"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Исполняемый файл Java изменен"
|
msgstr "Исполняемый файл Java изменен"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Теперь Audio будет использовать `{exc}` для запуска вашего управляемого узла Lavalink. Напишите `{p}{cmd}`, чтобы сохранить."
|
msgstr "Теперь Audio будет использовать `{exc}` для запуска вашего управляемого узла Lavalink. Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1961,29 +1961,29 @@ msgstr "Установите максимальный размер кучи дл
|
|||||||
" Это значение отражает только максимальный объем оперативной памяти, который может быть использован в любой момент, и не означает, что управляемый узел Lavalink всегда будет использовать этот объем оперативной памяти.\n\n"
|
" Это значение отражает только максимальный объем оперативной памяти, который может быть использован в любой момент, и не означает, что управляемый узел Lavalink всегда будет использовать этот объем оперативной памяти.\n\n"
|
||||||
" Чтобы вернуть это значение к значению по умолчанию, выполните команду без каких-либо вводных данных. "
|
" Чтобы вернуть это значение к значению по умолчанию, выполните команду без каких-либо вводных данных. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr "Размер кучи должен быть допустимым показателем размера. Например: 256M, 256G"
|
msgstr "Размер кучи должен быть допустимым показателем размера. Например: 256M, 256G"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr "Размер кучи должен быть не менее 64М, однако рекомендуется установить его равным не менее 1G."
|
msgstr "Размер кучи должен быть не менее 64М, однако рекомендуется установить его равным не менее 1G."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr "Размер кучи должен быть меньше, чем объем оперативной памяти вашей системы. В данный момент у вас доступно {ram_in_bytes} оперативной памяти."
|
msgstr "Размер кучи должен быть меньше, чем объем оперативной памяти вашей системы. В данный момент у вас доступно {ram_in_bytes} оперативной памяти."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr "Размер кучи должен быть меньше {limit} из-за ограничений вашей системы."
|
msgstr "Размер кучи должен быть меньше {limit} из-за ограничений вашей системы."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Размер кучи управляемого узла установлен на {bytes}.\n\n"
|
msgstr "Размер кучи управляемого узла установлен на {bytes}.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -1991,16 +1991,16 @@ msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing L
|
|||||||
msgstr "Переключение с помощью внешних (неуправляемых) узлов Lavalink - для работы аудио требуется существующий узел Lavalink, если он включен.\n\n"
|
msgstr "Переключение с помощью внешних (неуправляемых) узлов Lavalink - для работы аудио требуется существующий узел Lavalink, если он включен.\n\n"
|
||||||
" Эта команда отключает управляемый сервер Lavalink. Если у вас не настроен другой узел Lavalink, вы не сможете использовать аудио, пока он включен. "
|
" Эта команда отключает управляемый сервер Lavalink. Если у вас не настроен другой узел Lavalink, вы не сможете использовать аудио, пока он включен. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr "Неуправляемый сервер Lavalink: {true_or_false}."
|
msgstr "Неуправляемый сервер Lavalink: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Не удалось отключить Lava link"
|
msgstr "Не удалось отключить Lava link"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2008,11 +2008,11 @@ msgid "Set the Lavalink node host.\n\n"
|
|||||||
msgstr "Задайте хост узла Lavalink.\n\n"
|
msgstr "Задайте хост узла Lavalink.\n\n"
|
||||||
" Эта команда задает хост подключения, который Audio будет использовать для подключения к неуправляемому узлу Lavalink. "
|
" Эта команда задает хост подключения, который Audio будет использовать для подключения к неуправляемому узлу Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Хост неуправляемого узла Lavalink установлен на {host}. Напишите `{p}{cmd}`, чтобы сохранить."
|
msgstr "Хост неуправляемого узла Lavalink установлен на {host}. Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2020,11 +2020,11 @@ msgid "Set the Lavalink node password.\n\n"
|
|||||||
msgstr "Установите пароль для узла Lavalink.\n\n"
|
msgstr "Установите пароль для узла Lavalink.\n\n"
|
||||||
" Эта команда устанавливает пароль для подключения, который Audio будет использовать для подключения к неуправляемому узлу Lavalink. "
|
" Эта команда устанавливает пароль для подключения, который Audio будет использовать для подключения к неуправляемому узлу Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Пароль неуправляемого узла Lavalink установлен на {password}. Напишите `{p}{cmd}`, чтобы сохранить."
|
msgstr "Пароль неуправляемого узла Lavalink установлен на {password}. Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2035,22 +2035,22 @@ msgstr "Set the Lavalink node port.\n\n"
|
|||||||
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Настройки не изменены"
|
msgstr "Настройки не изменены"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr "Порт должен быть в диапазоне от 0 до 65535."
|
msgstr "Порт должен быть в диапазоне от 0 до 65535."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Неуправляемый порт узла Lavalink установлен на {port}. Напишите `{p}{cmd}`, чтобы сохранить."
|
msgstr "Неуправляемый порт узла Lavalink установлен на {port}. Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2059,77 +2059,77 @@ msgstr "Установить соединение Lavalink в защищенно
|
|||||||
" Этот меняет устанавливать тип подключения с защищённого на незащищенный и наоборот. Используется при подключении к неуправляемому узлу Lavalink.\n"
|
" Этот меняет устанавливать тип подключения с защищённого на незащищенный и наоборот. Используется при подключении к неуправляемому узлу Lavalink.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Неуправляемый узел Lavalink теперь будет подключаться по защищенному протоколу {secured_protocol}.\n\n"
|
msgstr "Неуправляемый узел Lavalink теперь будет подключаться по защищенному протоколу {secured_protocol}.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Неуправляемый узел Lavalink больше не будет подключаться по защищенному протоколу {secured_protocol} и будет использовать {unsecured_protocol} протокол.\n\n"
|
msgstr "Неуправляемый узел Lavalink больше не будет подключаться по защищенному протоколу {secured_protocol} и будет использовать {unsecured_protocol} протокол.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Отображение настроек соединения Lava link."
|
msgstr "Отображение настроек соединения Lava link."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Параметры подключения"
|
msgstr "Параметры подключения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Порт: [{port}]\n"
|
msgstr "Порт: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr "HTTP/HTTPS порт по умолчанию"
|
msgstr "HTTP/HTTPS порт по умолчанию"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Пароль: [{password}]\n"
|
msgstr "Пароль: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Защищён: [{state}]\n"
|
msgstr "Защищён: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Настройки узла Lavalink"
|
msgstr "Настройки узла Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Начальный размер кучи: [{xms}]\n"
|
msgstr "Начальный размер кучи: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Максимальный размер кучи: [{xmx}]\n"
|
msgstr "Максимальный размер кучи: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Путь к Java: [{java_exc_path}]\n"
|
msgstr "Путь к Java: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Я должен иметь возможность отправить вам эту информацию через ЛС."
|
msgstr "Я должен иметь возможность отправить вам эту информацию через ЛС."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "Отправляет копию файла application.yml, используемого управляемым узлом Lavalink."
|
msgstr "Отправляет копию файла application.yml, используемого управляемым узлом Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2138,12 +2138,12 @@ msgstr "Настройка параметров запуска управляе
|
|||||||
" Все настройки этой группы, скорее всего, вызовут неисправность звука, если звук будет изменен по умолчанию, изменить настройки только здесь, если вас посоветовала поддержка.\n"
|
" Все настройки этой группы, скорее всего, вызовут неисправность звука, если звук будет изменен по умолчанию, изменить настройки только здесь, если вас посоветовала поддержка.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "Настройка параметров авторизации и подключения управляемого узла."
|
msgstr "Настройка параметров авторизации и подключения управляемого узла."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2152,13 +2152,13 @@ msgstr "`Опасная команда` Установите IP-адрес пр
|
|||||||
" По умолчанию это значение равно `localhost`, что ограничит работу сервера только приложениями localhost по умолчанию, изменение этого значения может привести к поломке управляемого узла Lavalink, если вы не знаете, что делаете.\n"
|
" По умолчанию это значение равно `localhost`, что ограничит работу сервера только приложениями localhost по умолчанию, изменение этого значения может привести к поломке управляемого узла Lavalink, если вы не знаете, что делаете.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел теперь принимает подключение к {host}.\n\n"
|
msgstr "Управляемый узел теперь принимает подключение к {host}.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2169,13 +2169,13 @@ msgstr "Установите пароль подключения управля
|
|||||||
" По умолчанию используется значение `youshallnotpass`.\n"
|
" По умолчанию используется значение `youshallnotpass`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел теперь будет принимать {password} в качестве маркера авторизации.\n\n"
|
msgstr "Управляемый узел теперь будет принимать {password} в качестве маркера авторизации.\n\n"
|
||||||
"Выполните команду `{p}{cmd}`, чтобы она вступила в силу."
|
"Выполните команду `{p}{cmd}`, чтобы она вступила в силу."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2186,17 +2186,17 @@ msgstr "`Опасная команда` Установите порт подкл
|
|||||||
" По умолчанию используется значение `2333`.\n"
|
" По умолчанию используется значение `2333`.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "Порт должен находиться в диапазоне от 1024 до 49151."
|
msgstr "Порт должен находиться в диапазоне от 1024 до 49151."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел теперь будет принимать соединения через {port}.\n\n"
|
msgstr "Управляемый узел теперь будет принимать соединения через {port}.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2205,7 +2205,7 @@ msgstr "Команда `Опасно` Включает/выключает ист
|
|||||||
" По умолчанию все источники включены, вы должны использовать команды здесь для отключения конкретного источника только в том случае, если вам посоветовали это сделать, отключение источников без предварительных знаний может привести к поломке Audio.\n"
|
" По умолчанию все источники включены, вы должны использовать команды здесь для отключения конкретного источника только в том случае, если вам посоветовали это сделать, отключение источников без предварительных знаний может привести к поломке Audio.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2214,19 +2214,19 @@ msgstr "Переключение использования прямого URL-
|
|||||||
" Этот источник используется для разрешения воспроизведения с прямых HTTP-потоков (это не влияет на воспроизведение прямых URL для других источников).\n"
|
" Этот источник используется для разрешения воспроизведения с прямых HTTP-потоков (это не влияет на воспроизведение прямых URL для других источников).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел разрешит воспроизведение с прямых URL.\n\n"
|
msgstr "Управляемый узел разрешит воспроизведение с прямых URL.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить прямые URL-адреса.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить прямые URL-адреса.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2234,19 +2234,19 @@ msgid "Toggle Bandcamp source on or off.\n\n"
|
|||||||
msgstr "Включите или выключите источник Bandcamp.\n\n"
|
msgstr "Включите или выключите источник Bandcamp.\n\n"
|
||||||
" Этот переключатель управляет воспроизведением всего контента, связанного с Bandcamp. "
|
" Этот переключатель управляет воспроизведением всего контента, связанного с Bandcamp. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел позволит воспроизводить файлы с Bandcamp.\n\n"
|
msgstr "Управляемый узел позволит воспроизводить файлы с Bandcamp.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить с Bandcamp.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить с Bandcamp.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2254,19 +2254,19 @@ msgid "Toggle local file usage on or off.\n\n"
|
|||||||
msgstr "Включите или выключите использование локальных файлов.\n\n"
|
msgstr "Включите или выключите использование локальных файлов.\n\n"
|
||||||
" Этот переключатель управляет воспроизведением всего содержимого локальных треков, которые обычно находится в папке `localtracks`. "
|
" Этот переключатель управляет воспроизведением всего содержимого локальных треков, которые обычно находится в папке `localtracks`. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел позволит воспроизводить локальные файлы.\n\n"
|
msgstr "Управляемый узел позволит воспроизводить локальные файлы.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить локальные файлы.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить локальные файлы.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2274,19 +2274,19 @@ msgid "Toggle Soundcloud source on or off.\n\n"
|
|||||||
msgstr "Включите или выключите источник Soundcloud.\n\n"
|
msgstr "Включите или выключите источник Soundcloud.\n\n"
|
||||||
" Этот переключатель управляет воспроизведением всего контента, связанного с Soundcloud. "
|
" Этот переключатель управляет воспроизведением всего контента, связанного с Soundcloud. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел будет воспроизводить музыку из Soundcloud.\n\n"
|
msgstr "Управляемый узел будет воспроизводить музыку из Soundcloud.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить музыку из Soundcloud.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить музыку из Soundcloud.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2294,19 +2294,19 @@ msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotif
|
|||||||
msgstr "`Опасная команда` Позволяет включать или выключать источник YouTube и Spotify.\n\n"
|
msgstr "`Опасная команда` Позволяет включать или выключать источник YouTube и Spotify.\n\n"
|
||||||
" Этот параметр управляет воспроизведением всего контента, связанного с YouTube и Spotify. "
|
" Этот параметр управляет воспроизведением всего контента, связанного с YouTube и Spotify. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел будет воспроизводить музыку из YouTube.\n\n"
|
msgstr "Управляемый узел будет воспроизводить музыку из YouTube.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить музыку из YouTube.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить музыку из YouTube.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2314,19 +2314,19 @@ msgid "Toggle Twitch source on or off.\n\n"
|
|||||||
msgstr "Включите или выключите источник Twitch.\n\n"
|
msgstr "Включите или выключите источник Twitch.\n\n"
|
||||||
" Этот переключатель управляет воспроизведением всего контента, связанного с Twitch. "
|
" Этот переключатель управляет воспроизведением всего контента, связанного с Twitch. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел будет воспроизводить музыку из Twitch.\n\n"
|
msgstr "Управляемый узел будет воспроизводить музыку из Twitch.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить музыку из Twitch.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить музыку из Twitch.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2334,19 +2334,19 @@ msgid "Toggle Vimeo source on or off.\n\n"
|
|||||||
msgstr "Включите или выключите источник Vimeo.\n\n"
|
msgstr "Включите или выключите источник Vimeo.\n\n"
|
||||||
" Этот переключатель управляет воспроизведением всего контента, связанного с Vimeo. "
|
" Этот переключатель управляет воспроизведением всего контента, связанного с Vimeo. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел будет воспроизводить музыку из Vimeo.\n\n"
|
msgstr "Управляемый узел будет воспроизводить музыку из Vimeo.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Управляемый узел больше не будет воспроизводить музыку из Vimeo.\n\n"
|
msgstr "Управляемый узел больше не будет воспроизводить музыку из Vimeo.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2354,18 +2354,18 @@ msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
|||||||
msgstr "`Опасная команда` Устанавливает размер кадрового буфера управляемого узла Lavalink.\n\n"
|
msgstr "`Опасная команда` Устанавливает размер кадрового буфера управляемого узла Lavalink.\n\n"
|
||||||
" Изменяйте это значение только по прямому указанию, поскольку его изменение может привести к значительным проблемам с воспроизведением. "
|
" Изменяйте это значение только по прямому указанию, поскольку его изменение может привести к значительным проблемам с воспроизведением. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "Самое низкое значение, на которое может быть установлен кадровый буфер, составляет 100 мс."
|
msgstr "Самое низкое значение, на которое может быть установлен кадровый буфер, составляет 100 мс."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "bufferDurationMs управляемого узла установлен на {milliseconds}.\n\n"
|
msgstr "bufferDurationMs управляемого узла установлен на {milliseconds}.\n\n"
|
||||||
"Напишите `{p}{cmd}`, чтобы сохранить."
|
"Напишите `{p}{cmd}`, чтобы сохранить."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2373,11 +2373,11 @@ msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n
|
|||||||
msgstr "`Опасная команда` Устанавливает размер буфера JDA-NAS для управляемого узла Lavalink.\n\n"
|
msgstr "`Опасная команда` Устанавливает размер буфера JDA-NAS для управляемого узла Lavalink.\n\n"
|
||||||
"Изменяйте это значение только по прямому указанию, поскольку его изменение может привести к серьезным проблемам с воспроизведением. "
|
"Изменяйте это значение только по прямому указанию, поскольку его изменение может привести к серьезным проблемам с воспроизведением. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "Наименьшее значение, которое может иметь буфер, равно 100 мс."
|
msgstr "Наименьшее значение, которое может иметь буфер, равно 100 мс."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "Сбросьте все изменения в `llset` к их значениям по умолчанию."
|
msgstr "Сбросьте все изменения в `llset` к их значениям по умолчанию."
|
||||||
@@ -2513,7 +2513,8 @@ msgstr "Воспроизведение указанного трека или п
|
|||||||
#: redbot/cogs/audio/core/commands/player.py:53
|
#: redbot/cogs/audio/core/commands/player.py:53
|
||||||
msgid "That URL is not allowed.\n\n"
|
msgid "That URL is not allowed.\n\n"
|
||||||
"The bot owner can remove this restriction by using ``{prefix}audioset restrict``."
|
"The bot owner can remove this restriction by using ``{prefix}audioset restrict``."
|
||||||
msgstr ""
|
msgstr "Этот URL адрес не допускается.\n\n"
|
||||||
|
"Владелец бота может снять это ограничение, используя ``{prefix}audioset restrict``."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:59
|
#: redbot/cogs/audio/core/commands/player.py:59
|
||||||
#: redbot/cogs/audio/core/commands/player.py:167
|
#: redbot/cogs/audio/core/commands/player.py:167
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
388
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dní"
|
msgstr "dní"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
388
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovenian\n"
|
"Language-Team: Slovenian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dnevi"
|
msgstr "dnevi"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
388
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -322,44 +322,44 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -571,13 +571,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -676,7 +676,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "dagar"
|
msgstr "dagar"
|
||||||
|
|
||||||
@@ -931,66 +931,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1001,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1035,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1063,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1790,7 +1790,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1800,37 +1800,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1839,66 +1839,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1906,121 +1906,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2028,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2041,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
390
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "Sıradaki parçalar bittiğinde otomatik çalma: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Etkinleştirildi"
|
msgstr "Etkinleştirildi"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "Etkinleştirildi"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Devre dışı bırakıldı"
|
msgstr "Devre dışı bırakıldı"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Ayar Değiştirildi"
|
msgstr "Ayar Değiştirildi"
|
||||||
|
|
||||||
@@ -586,13 +586,13 @@ msgstr "Botun kanalda kaç saniye yalnız kalırsa kanaldan ayrılacağını aya
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "Geçersiz süre"
|
msgstr "Geçersiz süre"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Süre sıfır saniyeden daha düşük olamaz."
|
msgstr "Süre sıfır saniyeden daha düşük olamaz."
|
||||||
|
|
||||||
@@ -704,7 +704,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
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."
|
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:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Çalma listesi kapsamı: [{pscope}]\n"
|
msgstr "Çalma listesi kapsamı: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Önbellek Ayarları"
|
msgstr "Önbellek Ayarları"
|
||||||
|
|
||||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Yerel Lavalink önbelleği: [{lavalink_status}]\n"
|
msgstr "Yerel Lavalink önbelleği: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "gün"
|
msgstr "gün"
|
||||||
|
|
||||||
@@ -974,66 +974,66 @@ msgstr "Yerel parçalar klasörü: [{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "Veri klasörünüzde hiç kayıt bulunamadı."
|
msgstr "Veri klasörünüzde hiç kayıt bulunamadı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "Kayıtlar çok büyük, onları {path} konumunda bulabilirsiniz"
|
msgstr "Kayıtlar çok büyük, onları {path} konumunda bulabilirsiniz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
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."
|
msgstr "Sana kayıtları gönderebilmek için özel mesaj atabilmem gerek."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Şarkı isimlerini statüs olarak ayarlamayı açıp/kapatır."
|
msgstr "Şarkı isimlerini statüs olarak ayarlamayı açıp/kapatır."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Şarkı isimleri statüs olarak ayarlı:{true_or_false}."
|
msgstr "Şarkı isimleri statüs olarak ayarlı:{true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Thumbnail'leri şarkı bildirimlerinde göstermeyi açar/kapatır."
|
msgstr "Thumbnail'leri şarkı bildirimlerinde göstermeyi açar/kapatır."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Thumbnail gösterilmesi:"
|
msgstr "Thumbnail gösterilmesi:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
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."
|
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:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
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."
|
msgstr "Oylama devre dışı. Tüm kullanıcılar sıra yönetimi komutlarını kullanabilir."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Geçme oylama yüzdesi %{percent} olarak ayarlandı."
|
msgstr "Geçme oylama yüzdesi %{percent} olarak ayarlandı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "YouTube API tokenini ayarlamak için bilgiler."
|
msgstr "YouTube API tokenini ayarlamak için bilgiler."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Spotify API tokenini ayarlamak için bilgiler."
|
msgstr "Spotify API tokenini ayarlamak için bilgiler."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1051,28 +1051,28 @@ msgstr "1. Spotify developers sayfasına spotify hesabınızla giriş yapın.\n"
|
|||||||
"6. İstemci IDnizi ve istemcisi sırrınızı (client secret) kopyalayın ve gerekli yerlere yapıştırın:\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 <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "Spotify aramaları için ülke kodunu ayarlayın."
|
msgstr "Spotify aramaları için ülke kodunu ayarlayın."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "Geçersiz Ülke Kodu"
|
msgstr "Geçersiz Ülke Kodu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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."
|
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:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "Ülke Kodu {country} olarak ayarlandı."
|
msgstr "Ülke Kodu {country} olarak ayarlandı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1093,27 +1093,27 @@ msgstr "Önbellekleme düzeyini ayarla.\n\n"
|
|||||||
" Belirli bir önbelleği kapamak istiyorsanız negatif sayı kullanın.\n"
|
" Belirli bir önbelleği kapamak istiyorsanız negatif sayı kullanın.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Maksimum yaş: [{max_age}]\n"
|
msgstr "Maksimum yaş: [{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify önbelleği: [{spotify_status}]\n"
|
msgstr "Spotify önbelleği: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Youtube önbelleği: [{youtube_status}]\n"
|
msgstr "Youtube önbelleği: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink önbelleği: [{lavalink_status}]\n"
|
msgstr "Lavalink önbelleği: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1124,15 +1124,15 @@ msgstr "Maksimum önbellek yaşını ayarlar.\n\n"
|
|||||||
" sağlar.\n"
|
" sağlar.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
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:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "Önbellekleme süresi {age} gün olarak ayarlandı."
|
msgstr "Önbellekleme süresi {age} gün olarak ayarlandı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1141,57 +1141,57 @@ 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"
|
" Kalıcı sıralar mevcut sıranın sıra durdurulduğunda devam ettirilmesin sağlar.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "Kalıcı sıralar:{true_or_false}."
|
msgstr "Kalıcı sıralar:{true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "Lavalink bağlantısını yeniden başlatır."
|
msgstr "Lavalink bağlantısını yeniden başlatır."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Lavalink kapatılamadı"
|
msgstr "Lavalink kapatılamadı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Lütfen Audio'yu yeniden başlatın (`{prefix}reload audio`)."
|
msgstr "Lütfen Audio'yu yeniden başlatın (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "Lavalink yeniden başlatılıyor."
|
msgstr "Lavalink yeniden başlatılıyor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
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."
|
msgstr "Lavalink'in tamamen başlatılması bir kaç dakika sürebilir."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "Bu sunucuda izin verilen en yüksek sesi ayarlayın."
|
msgstr "Bu sunucuda izin verilen en yüksek sesi ayarlayın."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Hata"
|
msgstr "Hata"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Sessiz müzik müziğe benzemez. Sesi %0 dan yükseğe ayarlamayı deneyin."
|
msgstr "Sessiz müzik müziğe benzemez. Sesi %0 dan yükseğe ayarlamayı deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Ayar değiştirildi"
|
msgstr "Ayar değiştirildi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "En yüksek ses %150 ile sınırlıdır, kulaklarınıza iyi davranın."
|
msgstr "En yüksek ses %150 ile sınırlıdır, kulaklarınıza iyi davranın."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "En yüksek ses %{max_volume} ile sınırlıdır."
|
msgstr "En yüksek ses %{max_volume} ile sınırlıdır."
|
||||||
|
|
||||||
@@ -1869,7 +1869,7 @@ msgstr "Ön Ayar Değiştirildi"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "{band_name}Hz band {band_value} olarak ayarlandı."
|
msgstr "{band_name}Hz band {band_value} olarak ayarlandı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1879,37 +1879,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java konumu sıfırlandı"
|
msgstr "Java konumu sıfırlandı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` geçerli bir konum değil"
|
msgstr "`{java_path}` geçerli bir konum değil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java Konumu Değiştirildi"
|
msgstr "Java Konumu Değiştirildi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1918,66 +1918,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "Lavalink kapatılamadı"
|
msgstr "Lavalink kapatılamadı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1985,121 +1985,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Ayarlar Değiştirilmedi"
|
msgstr "Ayarlar Değiştirilmedi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Lavalink bağlantı ayarlarını göster."
|
msgstr "Lavalink bağlantı ayarlarını göster."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Bağlantı Ayarları"
|
msgstr "Bağlantı Ayarları"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Sunucu: [{host}]\n"
|
msgstr "Sunucu: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Şifre: [{password}]\n"
|
msgstr "Şifre: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Lavalink Ayarları"
|
msgstr "Lavalink Ayarları"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
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."
|
msgstr "Sana bu bilgiyi gönderebilmek için özel mesaj atabilmem gerek."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2107,12 +2107,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2120,170 +2120,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
431
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
431
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
File diff suppressed because it is too large
Load Diff
390
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
390
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -233,20 +233,20 @@ msgstr "Tự động phát nhạc khi hàng đợi hết thúc: {true_or_false}.
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Đã bật"
|
msgstr "Đã bật"
|
||||||
|
|
||||||
@@ -274,20 +274,20 @@ msgstr "Đã bật"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Đã tắt"
|
msgstr "Đã tắt"
|
||||||
|
|
||||||
@@ -324,44 +324,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Thiết lập đã được thay đổi"
|
msgstr "Thiết lập đã được thay đổi"
|
||||||
|
|
||||||
@@ -574,13 +574,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "Số giây không thể nhỏ hơn 0."
|
msgstr "Số giây không thể nhỏ hơn 0."
|
||||||
|
|
||||||
@@ -679,7 +679,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -867,8 +867,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "Phạm vi danh sách phát [{pscope}]\n"
|
msgstr "Phạm vi danh sách phát [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "Cài đặt bộ nhớ đệm"
|
msgstr "Cài đặt bộ nhớ đệm"
|
||||||
|
|
||||||
@@ -889,8 +889,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -937,66 +937,66 @@ msgstr ""
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "Bật/tắt tiêu đề của bản nhạc dưới dạng trạng thái."
|
msgstr "Bật/tắt tiêu đề của bản nhạc dưới dạng trạng thái."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "Tên bài hát dưới dạng trạng thái: {true_or_false}."
|
msgstr "Tên bài hát dưới dạng trạng thái: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "Thiết lập hiển thị hình thu nhỏ trên tin nhắn đính kèm."
|
msgstr "Thiết lập hiển thị hình thu nhỏ trên tin nhắn đính kèm."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "Hiển thị hình thu nhỏ: {true_or_false}."
|
msgstr "Hiển thị hình thu nhỏ: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "Tỷ lệ phần trăm cần thiết để người không phải mod skip bản nhạc, 0 để tắt."
|
msgstr "Tỷ lệ phần trăm cần thiết để người không phải mod skip bản nhạc, 0 để tắt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "Bỏ phiếu bị vô hiệu hóa. Tất cả người dùng đều có thể sử dụng các lệnh quản lý hàng đợi."
|
msgstr "Bỏ phiếu bị vô hiệu hóa. Tất cả người dùng đều có thể sử dụng các lệnh quản lý hàng đợi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "Phần trăm bỏ phiếu được đặt thành {percent}%."
|
msgstr "Phần trăm bỏ phiếu được đặt thành {percent}%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "Hướng dẫn lấy YouTube API key."
|
msgstr "Hướng dẫn lấy YouTube API key."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "Hướng dẫn lấy Spotify API tokens."
|
msgstr "Hướng dẫn lấy Spotify API tokens."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1007,28 +1007,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1041,27 +1041,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "Tuổi tối đa: [{max_age}]\n"
|
msgstr "Tuổi tối đa: [{max_age}]\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1069,72 +1069,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "Lỗi"
|
msgstr "Lỗi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "Âm nhạc không có âm thanh không phải là âm nhạc. Hãy thử đặt âm lượng cao hơn rồi đến 0%."
|
msgstr "Âm nhạc không có âm thanh không phải là âm nhạc. Hãy thử đặt âm lượng cao hơn rồi đến 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "Thiết lập đã được thay đổi"
|
msgstr "Thiết lập đã được thay đổi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "Âm lượng tối đa được giới hạn tới 150, hãy từ từ thôi."
|
msgstr "Âm lượng tối đa được giới hạn tới 150, hãy từ từ thôi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "Âm lượng cao nhất bị hạn ở {max_volume}%."
|
msgstr "Âm lượng cao nhất bị hạn ở {max_volume}%."
|
||||||
|
|
||||||
@@ -1797,7 +1797,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1807,37 +1807,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1846,66 +1846,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1913,121 +1913,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2035,12 +2035,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2048,170 +2048,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
388
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
388
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "队列结束时自动播放: {true_or_false}"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已启用"
|
msgstr "已启用"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "已启用"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已禁用"
|
msgstr "已禁用"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "设置已更改"
|
msgstr "设置已更改"
|
||||||
|
|
||||||
@@ -586,13 +586,13 @@ msgstr "当机器人单独在频道中 x 秒时自动断开与频道的连接,
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "无效时间"
|
msgstr "无效时间"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "秒数不能小于零"
|
msgstr "秒数不能小于零"
|
||||||
|
|
||||||
@@ -704,7 +704,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "{localtracks} 不存在。 路径仍将被保存, 但在尝试播放本地歌曲之前,请检查路径并在`{localfolder}`中创建一个本地歌曲文件夹。"
|
msgstr "{localtracks} 不存在。 路径仍将被保存, 但在尝试播放本地歌曲之前,请检查路径并在`{localfolder}`中创建一个本地歌曲文件夹。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "播放列表类型:[{pscope}]\n"
|
msgstr "播放列表类型:[{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "缓存设置"
|
msgstr "缓存设置"
|
||||||
|
|
||||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "本地Lavalink 缓存:[{lavalink_status}]\n"
|
msgstr "本地Lavalink 缓存:[{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "天"
|
msgstr "天"
|
||||||
|
|
||||||
@@ -974,66 +974,66 @@ msgstr "本地曲目路径:[{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "在您的数据文件夹中找不到日志。"
|
msgstr "在您的数据文件夹中找不到日志。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "日志太大,您可以在 {path} 中找到"
|
msgstr "日志太大,您可以在 {path} 中找到"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "我需要能够私信你给你发送日志。"
|
msgstr "我需要能够私信你给你发送日志。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "启用/禁用音轨标题作为状态。"
|
msgstr "启用/禁用音轨标题作为状态。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "歌曲标题作为状态: {true_or_false}"
|
msgstr "歌曲标题作为状态: {true_or_false}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "切换在音频信息上显示缩略图。"
|
msgstr "切换在音频信息上显示缩略图。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "缩略图显示: {true_or_false}"
|
msgstr "缩略图显示: {true_or_false}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "投票已禁用。所有用户都可以使用队列管理命令。"
|
msgstr "投票已禁用。所有用户都可以使用队列管理命令。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "投票百分比设置为 {percent}%。"
|
msgstr "投票百分比设置为 {percent}%。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "设置 YouTube API 密钥的说明"
|
msgstr "设置 YouTube API 密钥的说明"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "设置 Spotify API 令牌的说明"
|
msgstr "设置 Spotify API 令牌的说明"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1044,28 +1044,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
|||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "设置Spotify搜索的国家代码"
|
msgstr "设置Spotify搜索的国家代码"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "无效的国家代码"
|
msgstr "无效的国家代码"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "国家代码已设置为 {country}"
|
msgstr "国家代码已设置为 {country}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1078,27 +1078,27 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
|
msgid "Max age: [{max_age}]\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1106,72 +1106,72 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "请重新加载音频 (\"{prefix}重新加载音频)。"
|
msgstr "请重新加载音频 (\"{prefix}重新加载音频)。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1836,7 +1836,7 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1846,37 +1846,37 @@ msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java 可执行文件重置"
|
msgstr "Java 可执行文件重置"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java 可执行文件已更改"
|
msgstr "Java 可执行文件已更改"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1885,66 +1885,66 @@ msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "关闭Lavalink失败"
|
msgstr "关闭Lavalink失败"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -1952,121 +1952,121 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2074,12 +2074,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2087,170 +2087,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
390
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
390
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-12-24 14:22+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -235,20 +235,20 @@ msgstr "當佇列已空時的自動播放: {true_or_false}。"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已啟用"
|
msgstr "已啟用"
|
||||||
|
|
||||||
@@ -276,20 +276,20 @@ msgstr "已啟用"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||||
|
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:179
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:177
|
#: redbot/cogs/audio/core/commands/llset.py:188
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已停用"
|
msgstr "已停用"
|
||||||
|
|
||||||
@@ -326,44 +326,44 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
#: redbot/cogs/audio/core/commands/audioset.py:1218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
#: redbot/cogs/audio/core/commands/audioset.py:1254
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
#: redbot/cogs/audio/core/commands/audioset.py:1261
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
#: redbot/cogs/audio/core/commands/audioset.py:1343
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
#: redbot/cogs/audio/core/commands/audioset.py:1451
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1467
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:146
|
#: redbot/cogs/audio/core/commands/llset.py:157
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:166
|
#: redbot/cogs/audio/core/commands/llset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:186
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:215
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:237
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
#: redbot/cogs/audio/core/commands/llset.py:269
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
#: redbot/cogs/audio/core/commands/llset.py:293
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
#: redbot/cogs/audio/core/commands/llset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
#: redbot/cogs/audio/core/commands/llset.py:402
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
#: redbot/cogs/audio/core/commands/llset.py:426
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
#: redbot/cogs/audio/core/commands/llset.py:457
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
#: redbot/cogs/audio/core/commands/llset.py:486
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
#: redbot/cogs/audio/core/commands/llset.py:495
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
#: redbot/cogs/audio/core/commands/llset.py:513
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
#: redbot/cogs/audio/core/commands/llset.py:522
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
#: redbot/cogs/audio/core/commands/llset.py:540
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
#: redbot/cogs/audio/core/commands/llset.py:549
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
#: redbot/cogs/audio/core/commands/llset.py:567
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
#: redbot/cogs/audio/core/commands/llset.py:576
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
#: redbot/cogs/audio/core/commands/llset.py:594
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
#: redbot/cogs/audio/core/commands/llset.py:603
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
#: redbot/cogs/audio/core/commands/llset.py:621
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
#: redbot/cogs/audio/core/commands/llset.py:630
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
#: redbot/cogs/audio/core/commands/llset.py:648
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
#: redbot/cogs/audio/core/commands/llset.py:684
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
#: redbot/cogs/audio/core/commands/llset.py:715
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "已變更設定"
|
msgstr "已變更設定"
|
||||||
|
|
||||||
@@ -609,13 +609,13 @@ msgstr "當機器人單獨在頻道超過 x 秒,會自動從頻道斷開。設
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Invalid Time"
|
msgid "Invalid Time"
|
||||||
msgstr "無效的時間"
|
msgstr "無效的時間"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
#: redbot/cogs/audio/core/commands/audioset.py:1246
|
||||||
msgid "Seconds can't be less than zero."
|
msgid "Seconds can't be less than zero."
|
||||||
msgstr "秒數不能小於零。"
|
msgstr "秒數不能小於零。"
|
||||||
|
|
||||||
@@ -727,7 +727,7 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` 不存在。該路徑仍然會被儲存,但請確認該路徑並在嘗試播放本機歌曲前,於 `{localfolder}` 創建 localtracks 資料夾。"
|
msgstr "`{localtracks}` 不存在。該路徑仍然會被儲存,但請確認該路徑並在嘗試播放本機歌曲前,於 `{localfolder}` 創建 localtracks 資料夾。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:854
|
#: redbot/cogs/audio/core/commands/audioset.py:854
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
#: redbot/cogs/audio/core/commands/player.py:416
|
#: redbot/cogs/audio/core/commands/player.py:416
|
||||||
#: redbot/cogs/audio/core/commands/player.py:426
|
#: redbot/cogs/audio/core/commands/player.py:426
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
|||||||
msgstr "播放清單範圍: [{pscope}]\n"
|
msgstr "播放清單範圍: [{pscope}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
#: redbot/cogs/audio/core/commands/audioset.py:1385
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
#: redbot/cogs/audio/core/commands/audioset.py:1430
|
||||||
msgid "Cache Settings"
|
msgid "Cache Settings"
|
||||||
msgstr "快取設定"
|
msgstr "快取設定"
|
||||||
|
|
||||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
|||||||
msgstr "Lavalink 本機快取:[{lavalink_status}]\n"
|
msgstr "Lavalink 本機快取:[{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
#: redbot/cogs/audio/core/commands/audioset.py:1379
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||||
msgid "days"
|
msgid "days"
|
||||||
msgstr "日"
|
msgstr "日"
|
||||||
|
|
||||||
@@ -1004,66 +1004,66 @@ msgstr "本地歌曲路徑:[{localpath}]\n"
|
|||||||
msgid "Lavalink Plugin Versions"
|
msgid "Lavalink Plugin Versions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
#: redbot/cogs/audio/core/commands/audioset.py:1173
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||||
msgstr "傳送 Lavalink server 日誌到你的私訊。"
|
msgstr "傳送 Lavalink server 日誌到你的私訊。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
#: redbot/cogs/audio/core/commands/audioset.py:1180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
#: redbot/cogs/audio/core/commands/audioset.py:1182
|
||||||
msgid "No logs found in your data folder."
|
msgid "No logs found in your data folder."
|
||||||
msgstr "沒有在你的資料夾中找到日誌紀錄。"
|
msgstr "沒有在你的資料夾中找到日誌紀錄。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
#: redbot/cogs/audio/core/commands/audioset.py:1194
|
||||||
msgid "Logs are too large, you can find them in {path}"
|
msgid "Logs are too large, you can find them in {path}"
|
||||||
msgstr "日誌記錄過大,不過你可以在 {path} 找到。"
|
msgstr "日誌記錄過大,不過你可以在 {path} 找到。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
#: redbot/cogs/audio/core/commands/audioset.py:1204
|
||||||
msgid "I need to be able to DM you to send you the logs."
|
msgid "I need to be able to DM you to send you the logs."
|
||||||
msgstr "我需要能夠私訊你才能傳日誌紀錄給你。"
|
msgstr "我需要能夠私訊你才能傳日誌紀錄給你。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
#: redbot/cogs/audio/core/commands/audioset.py:1213
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Enable/disable tracks' titles as status."
|
msgid "Enable/disable tracks' titles as status."
|
||||||
msgstr "啟用/停用歌曲標題作為狀態。"
|
msgstr "啟用/停用歌曲標題作為狀態。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||||
msgid "Song titles as status: {true_or_false}."
|
msgid "Song titles as status: {true_or_false}."
|
||||||
msgstr "歌曲標題作為狀態: {true_or_false}。"
|
msgstr "歌曲標題作為狀態: {true_or_false}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
#: redbot/cogs/audio/core/commands/audioset.py:1228
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle displaying a thumbnail on audio messages."
|
msgid "Toggle displaying a thumbnail on audio messages."
|
||||||
msgstr "切換在播放消息上顯示縮圖。"
|
msgstr "切換在播放消息上顯示縮圖。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||||
msgid "Thumbnail display: {true_or_false}."
|
msgid "Thumbnail display: {true_or_false}."
|
||||||
msgstr "縮圖顯示: {true_or_false}。"
|
msgstr "縮圖顯示: {true_or_false}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
#: redbot/cogs/audio/core/commands/audioset.py:1243
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||||
msgstr "須設定 百分比 給非管理的成員略過曲目,設定 0 以取消該功能。"
|
msgstr "須設定 百分比 給非管理的成員略過曲目,設定 0 以取消該功能。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||||
msgid "Voting disabled. All users can use queue management commands."
|
msgid "Voting disabled. All users can use queue management commands."
|
||||||
msgstr "停用投票功能。 所有使用者都可以使用播放清單管理命令。"
|
msgstr "停用投票功能。 所有使用者都可以使用播放清單管理命令。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||||
msgid "Vote percentage set to {percent}%."
|
msgid "Vote percentage set to {percent}%."
|
||||||
msgstr "投票比率 已設定為 {percent}%。"
|
msgstr "投票比率 已設定為 {percent}%。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
#: redbot/cogs/audio/core/commands/audioset.py:1271
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the YouTube API key."
|
msgid "Instructions to set the YouTube API key."
|
||||||
msgstr "設定 YouTube API key 的指示說明。"
|
msgstr "設定 YouTube API key 的指示說明。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
#: redbot/cogs/audio/core/commands/audioset.py:1290
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Instructions to set the Spotify API tokens."
|
msgid "Instructions to set the Spotify API tokens."
|
||||||
msgstr "設定Spotify API token的說明。"
|
msgstr "設定Spotify API token的說明。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||||
"2. Click \"Create An App\".\n"
|
"2. Click \"Create An App\".\n"
|
||||||
@@ -1081,28 +1081,28 @@ msgstr "1. 前往 Spotify developers 並 登入你的 Spotify 帳號。\n"
|
|||||||
"6. 複製你的 client ID 和你的 client secret 到:\n"
|
"6. 複製你的 client ID 和你的 client secret 到:\n"
|
||||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the country code for Spotify searches."
|
msgid "Set the country code for Spotify searches."
|
||||||
msgstr "設定Spotify搜索的國家/地區代碼。"
|
msgstr "設定Spotify搜索的國家/地區代碼。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
#: redbot/cogs/audio/core/commands/audioset.py:1312
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
#: redbot/cogs/audio/core/commands/audioset.py:1334
|
||||||
msgid "Invalid Country Code"
|
msgid "Invalid Country Code"
|
||||||
msgstr "無效的國碼"
|
msgstr "無效的國碼"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
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) 代碼。"
|
msgstr "請使用官方 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 代碼。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||||
msgid "Country Code set to {country}."
|
msgid "Country Code set to {country}."
|
||||||
msgstr "國碼已設為 {country}。"
|
msgstr "國碼已設為 {country}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
#: redbot/cogs/audio/core/commands/audioset.py:1352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the caching level.\n\n"
|
msgid "Sets the caching level.\n\n"
|
||||||
" Level can be one of the following:\n\n"
|
" Level can be one of the following:\n\n"
|
||||||
@@ -1123,27 +1123,27 @@ msgstr "設定快取等級。\n\n"
|
|||||||
" 如果您想停用指定的快取,可使用負數。\n"
|
" 如果您想停用指定的快取,可使用負數。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
msgid "Max age: [{max_age}]\n"
|
msgid "Max age: [{max_age}]\n"
|
||||||
msgstr "最長期限:[{max_age}]\n"
|
msgstr "最長期限:[{max_age}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr "Spotify快取: [{spotify_status}]\n"
|
msgstr "Spotify快取: [{spotify_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr "Youtube快取: [{youtube_status}]\n"
|
msgstr "Youtube快取: [{youtube_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr "Lavalink快取: [{lavalink_status}]\n"
|
msgstr "Lavalink快取: [{lavalink_status}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Sets the cache max age.\n\n"
|
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"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
@@ -1154,15 +1154,15 @@ msgstr "設定快取最長期限:\n\n"
|
|||||||
" \n"
|
" \n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
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"
|
msgstr "快取期限不得少於 7 天。如果您要停用它,請執行 {prefix}audioset cache。\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
#: redbot/cogs/audio/core/commands/audioset.py:1449
|
||||||
msgid "I've set the cache age to {age} days"
|
msgid "I've set the cache age to {age} days"
|
||||||
msgstr "我已將快取期限設定為 {age} 天"
|
msgstr "我已將快取期限設定為 {age} 天"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
@@ -1171,57 +1171,57 @@ msgstr "切換持久隊列。\n\n"
|
|||||||
" 持久隊列允許在隊列關閉時恢復當前隊列。\n"
|
" 持久隊列允許在隊列關閉時恢復當前隊列。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr "永久佇列:{true_or_false}"
|
msgstr "永久佇列:{true_or_false}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr "重啟Lavalink連接。"
|
msgstr "重啟Lavalink連接。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
#: redbot/cogs/audio/core/commands/llset.py:745
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "關閉 Lavalink 節點失敗!"
|
msgstr "關閉 Lavalink 節點失敗!"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "請重新加載Audio (`{prefix}reload audio`)。"
|
msgstr "請重新加載Audio (`{prefix}reload audio`)。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "正在重新啟動 Lavalink"
|
msgstr "正在重新啟動 Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr "Lavalink完全開啟可能需要幾分鐘。"
|
msgstr "Lavalink完全開啟可能需要幾分鐘。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the maximum volume allowed in this server."
|
msgid "Set the maximum volume allowed in this server."
|
||||||
msgstr "設置此服務器允許的最大音量。"
|
msgstr "設置此服務器允許的最大音量。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
#: redbot/cogs/audio/core/commands/audioset.py:1504
|
||||||
msgid "Error"
|
msgid "Error"
|
||||||
msgstr "錯誤"
|
msgstr "錯誤"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr "沒有聲音的音樂并不是音樂,請嘗試將音量提高至大於0的數字。"
|
msgstr "沒有聲音的音樂并不是音樂,請嘗試將音量提高至大於0的數字。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
#: redbot/cogs/audio/core/commands/audioset.py:1513
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
#: redbot/cogs/audio/core/commands/audioset.py:1521
|
||||||
msgid "Setting changed"
|
msgid "Setting changed"
|
||||||
msgstr "已變更設定。"
|
msgstr "已變更設定。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||||
msgstr "最大音量已被限制至150%,音量過大可能對聽力造成損害。"
|
msgstr "最大音量已被限制至150%,音量過大可能對聽力造成損害。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||||
msgid "The maximum volume has been limited to {max_volume}%."
|
msgid "The maximum volume has been limited to {max_volume}%."
|
||||||
msgstr "最大音量已被限制至{max_volume}%。"
|
msgstr "最大音量已被限制至{max_volume}%。"
|
||||||
|
|
||||||
@@ -1899,7 +1899,7 @@ msgstr "設定檔修改"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "{band_name}Hz 波段已設置為 {band_value}。"
|
msgstr "{band_name}Hz 波段已設置為 {band_value}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:48
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
msgid "`Dangerous commands` Manage Lavalink node configuration settings.\n\n"
|
||||||
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
" This command block holds all commands to configure an unmanaged (user maintained) or managed (bot maintained) Lavalink node.\n\n"
|
||||||
@@ -1914,37 +1914,37 @@ msgstr "`Dangerous commands` 管理 Lavalink 節點配置設置。\n\n"
|
|||||||
" 這裡的所有命令都有可能破壞音頻齒輪。\n"
|
" 這裡的所有命令都有可能破壞音頻齒輪。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:49
|
#: redbot/cogs/audio/core/commands/llset.py:60
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported versions are Java 17 and 11.\n\n"
|
" The current supported versions are Java {supported_java_versions}.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr "Java 可執行文件重置"
|
msgstr "Java 可執行文件重置"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:74
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "音頻現在將使用 `java` 來運行您的託管 Lavalink 節點。 運行 `{p}{cmd}` 使其生效。"
|
msgstr "音頻現在將使用 `java` 來運行您的託管 Lavalink 節點。 運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr "`{java_path}` 不是有效的可執行文件變數"
|
msgstr "`{java_path}` 不是有效的可執行文件變數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:82
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr "Java 可執行文件已更變"
|
msgstr "Java 可執行文件已更變"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:94
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Audio現在將使用 `{exc}` 來運行您的託管 Lavalink 節點。 運行 `{p}{cmd}` 使其生效。"
|
msgstr "Audio現在將使用 `{exc}` 來運行您的託管 Lavalink 節點。 運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:107
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
msgid "Set the managed Lavalink node maximum heap-size.\n\n"
|
||||||
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
" By default, this value is 50% of available RAM in the host machine represented by [1-1024][M|G] (256M, 256G for example)\n\n"
|
||||||
@@ -1957,29 +1957,29 @@ msgstr "設置受管 Lavalink 節點的最大記憶體大小。\n\n"
|
|||||||
" 要將此值重置為默認值,請在不輸入任何內容的情況下運行命令。\n"
|
" 要將此值重置為默認值,請在不輸入任何內容的情況下運行命令。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:108
|
#: redbot/cogs/audio/core/commands/llset.py:119
|
||||||
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
msgid "Heap-size must be a valid measure of size, e.g. 256M, 256G"
|
||||||
msgstr "記憶體大小必須是有效的大小度量,例如 256M, 256G"
|
msgstr "記憶體大小必須是有效的大小度量,例如 256M, 256G"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:115
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
msgid "Heap-size must be at least 64M, however it is recommended to have it set to at least 1G."
|
||||||
msgstr "記憶體大小必須至少為 64M,但建議至少設置為 1G。"
|
msgstr "記憶體大小必須至少為 64M,但建議至少設置為 1G。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:137
|
||||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
#: redbot/cogs/audio/core/commands/llset.py:144
|
||||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||||
msgstr "由於您的系統限制,記憶體大小必須小於 {limit}。"
|
msgstr "由於您的系統限制,記憶體大小必須小於 {limit}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:147
|
#: redbot/cogs/audio/core/commands/llset.py:158
|
||||||
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
msgid "Managed node's heap-size set to {bytes}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "管理節點的記憶體大小設置為 {bytes}。\n\n"
|
msgstr "管理節點的記憶體大小設置為 {bytes}。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:157
|
#: redbot/cogs/audio/core/commands/llset.py:168
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
msgid "Toggle using external (unmanaged) Lavalink nodes - requires an existing Lavalink node for Audio to work, if enabled.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -1988,16 +1988,16 @@ msgstr "Toggle using external (unmanaged) Lavalink nodes - 如果啟用,音頻
|
|||||||
" 此命令禁用託管的 Lavalink 服務器。 如果您沒有設置另一個 Lavalink 節點,則在啟用此功能時您將無法使用音頻。\n"
|
" 此命令禁用託管的 Lavalink 服務器。 如果您沒有設置另一個 Lavalink 節點,則在啟用此功能時您將無法使用音頻。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:167
|
#: redbot/cogs/audio/core/commands/llset.py:178
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
msgid "Unmanaged Lavalink server: {true_or_false}."
|
msgid "Unmanaged Lavalink server: {true_or_false}."
|
||||||
msgstr "非託管 Lavalink 服務器:{true_or_false}。"
|
msgstr "非託管 Lavalink 服務器:{true_or_false}。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
#: redbot/cogs/audio/core/commands/llset.py:197
|
||||||
msgid "Failed To Shutdown Lavalink"
|
msgid "Failed To Shutdown Lavalink"
|
||||||
msgstr "無法關閉 Lavalink"
|
msgstr "無法關閉 Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:208
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node host.\n\n"
|
msgid "Set the Lavalink node host.\n\n"
|
||||||
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection host which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2006,11 +2006,11 @@ msgstr "設置 Lavalink 節點主機。\n\n"
|
|||||||
" 此命令設置音頻將用於連接到非託管 Lavalink 節點的連接主機。\n"
|
" 此命令設置音頻將用於連接到非託管 Lavalink 節點的連接主機。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:205
|
#: redbot/cogs/audio/core/commands/llset.py:216
|
||||||
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node host set to {host}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點主機設置為 {host}。 運行 `{p}{cmd}` 使其生效。"
|
msgstr "非託管 Lavalink 節點主機設置為 {host}。 運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
#: redbot/cogs/audio/core/commands/llset.py:229
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node password.\n\n"
|
msgid "Set the Lavalink node password.\n\n"
|
||||||
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection password which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2019,11 +2019,11 @@ msgstr "設置 Lavalink 節點密碼。\n\n"
|
|||||||
" 此命令設置音頻將用於連接到非託管 Lavalink 節點的連接密碼。\n"
|
" 此命令設置音頻將用於連接到非託管 Lavalink 節點的連接密碼。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:227
|
#: redbot/cogs/audio/core/commands/llset.py:238
|
||||||
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node password set to {password}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點密碼設置為 {password}。運行 `{p}{cmd}` 使其生效。"
|
msgstr "非託管 Lavalink 節點密碼設置為 {password}。運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:242
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
@@ -2031,22 +2031,22 @@ msgid "Set the Lavalink node port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
#: redbot/cogs/audio/core/commands/llset.py:263
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:450
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
#: redbot/cogs/audio/core/commands/llset.py:678
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
#: redbot/cogs/audio/core/commands/llset.py:709
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "設置未更變"
|
msgstr "設置未更變"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:264
|
||||||
msgid "A port must be between 0 and 65535."
|
msgid "A port must be between 0 and 65535."
|
||||||
msgstr "端口必須介於 0 和 65535 之間。"
|
msgstr "端口必須介於 0 和 65535 之間。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
#: redbot/cogs/audio/core/commands/llset.py:270
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點端口設置為 {port}。運行 `{p}{cmd}` 使其生效。"
|
msgstr "非託管 Lavalink 節點端口設置為 {port}。運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:272
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2055,76 +2055,76 @@ msgstr "將 Lavalink 節點連接設置為安全。\n\n"
|
|||||||
" 當連接到非託管 Lavalink 節點時,此切換將連接類型設置為安全或不安全。\n"
|
" 當連接到非託管 Lavalink 節點時,此切換將連接類型設置為安全或不安全。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:283
|
#: redbot/cogs/audio/core/commands/llset.py:294
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點現在將使用安全的 {secured_protocol} 協議進行連接。\n\n"
|
msgstr "非託管 Lavalink 節點現在將使用安全的 {secured_protocol} 協議進行連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "顯示 Lavalink 連接設置。"
|
msgstr "顯示 Lavalink 連接設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "連接設置"
|
msgstr "連接設置"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:326
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:335
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "主機:[{host}]\n"
|
msgstr "主機:[{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "端口: [{port}]\n"
|
msgstr "端口: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Default HTTP/HTTPS port"
|
msgid "Default HTTP/HTTPS port"
|
||||||
msgstr "默認 HTTP/HTTPS port"
|
msgstr "默認 HTTP/HTTPS port"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
#: redbot/cogs/audio/core/commands/llset.py:339
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "密碼:[{password}]\n"
|
msgstr "密碼:[{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "安全:[{state}]\n"
|
msgstr "安全:[{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:334
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Lavalink 節點設定"
|
msgstr "Lavalink 節點設定"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
#: redbot/cogs/audio/core/commands/llset.py:342
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "初始記憶體大小:[{xms}]\n"
|
msgstr "初始記憶體大小:[{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "最大記憶體大小:[{xmx}]\n"
|
msgstr "最大記憶體大小:[{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:344
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Java 執行程序:[{java_exc_path}]\n"
|
msgstr "Java 執行程序:[{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
#: redbot/cogs/audio/core/commands/llset.py:352
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "我需要能夠通過 DM 向您發送此信息。"
|
msgstr "我需要能夠通過 DM 向您發送此信息。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
#: redbot/cogs/audio/core/commands/llset.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "上傳託管 Lavalink 節點使用的 application.yml 文件的副本。"
|
msgstr "上傳託管 Lavalink 節點使用的 application.yml 文件的副本。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
#: redbot/cogs/audio/core/commands/llset.py:381
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2133,12 +2133,12 @@ msgstr "配置託管 Lavalink 節點運行時選項。\n\n"
|
|||||||
" 如果隨意更改此類別下的所有設置,可能會導致Audio出現故障,只有在官方人員建議您更改此處的設置時更改。\n"
|
" 如果隨意更改此類別下的所有設置,可能會導致Audio出現故障,只有在官方人員建議您更改此處的設置時更改。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "配置受管理節點授權和連接設置。"
|
msgstr "配置受管理節點授權和連接設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:394
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2147,13 +2147,13 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的綁定 IP 地址。\n
|
|||||||
" 默認情況下此數值是 localhost ,默認情況下會將服務器限制為僅本地主機應用程序,如果您不知道如何設置,隨意更改此值可能會破壞原託管的 Lavalink 節點。\n"
|
" 默認情況下此數值是 localhost ,默認情況下會將服務器限制為僅本地主機應用程序,如果您不知道如何設置,隨意更改此值可能會破壞原託管的 Lavalink 節點。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
#: redbot/cogs/audio/core/commands/llset.py:403
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {host} 上的連接。\n\n"
|
msgstr "託管節點現在將接受 {host} 上的連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:418
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2164,13 +2164,13 @@ msgstr "設置託管 Lavalink 節點的連接密碼。\n\n"
|
|||||||
" 默認數值為“youshallnotpass”。\n"
|
" 默認數值為“youshallnotpass”。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {password} 作為授權令牌。\n\n"
|
msgstr "託管節點現在將接受 {password} 作為授權令牌。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
#: redbot/cogs/audio/core/commands/llset.py:441
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" 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.\n\n"
|
" 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.\n\n"
|
||||||
@@ -2181,17 +2181,17 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的連接端口。\n\n"
|
|||||||
" 默認數值為“2333”。\n"
|
" 默認數值為“2333”。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
#: redbot/cogs/audio/core/commands/llset.py:451
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "端口必須介於 1024 和 49151 之間。"
|
msgstr "端口必須介於 1024 和 49151 之間。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
#: redbot/cogs/audio/core/commands/llset.py:458
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {port} 上的連接。\n\n"
|
msgstr "託管節點現在將接受 {port} 上的連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
#: redbot/cogs/audio/core/commands/llset.py:470
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" 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.\n"
|
" 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.\n"
|
||||||
@@ -2200,7 +2200,7 @@ msgstr "`Dangerous command` 打開/關閉音頻來源。\n\n"
|
|||||||
" 默認情況下,所有源都已啟用,您應該只在被開發人員建議的情況下使用此處的命令來禁用特定源,在沒有相關知識的情況下禁用源可能會導致Audio中斷損壞。\n"
|
" 默認情況下,所有源都已啟用,您應該只在被開發人員建議的情況下使用此處的命令來禁用特定源,在沒有相關知識的情況下禁用源可能會導致Audio中斷損壞。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
#: redbot/cogs/audio/core/commands/llset.py:477
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2209,19 +2209,19 @@ msgstr "打開或關閉 HTTP 直接 URL 使用。\n\n"
|
|||||||
" 此用於允許從直接 HTTP 直播播放(這不影響其他源的直接 URL 播放)。\n"
|
" 此用於允許從直接 HTTP 直播播放(這不影響其他源的直接 URL 播放)。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:487
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許直接從 URL 播放。\n\n"
|
msgstr "託管節點將允許直接從 URL 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:496
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再直接從 URL 播放。\n\n"
|
msgstr "託管節點將不再直接從 URL 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
#: redbot/cogs/audio/core/commands/llset.py:504
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2230,19 +2230,19 @@ msgstr "打開或關閉 Bandcamp 來源。\n\n"
|
|||||||
" 此切換控制開關所有 Bandcamp 相關來源內容的播放。\n"
|
" 此切換控制開關所有 Bandcamp 相關來源內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:514
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Bandcamp 播放。\n\n"
|
msgstr "託管節點將允許從 Bandcamp 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:523
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Bandcamp 播放。\n\n"
|
msgstr "託管節點將不再從 Bandcamp 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
#: redbot/cogs/audio/core/commands/llset.py:531
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2251,19 +2251,19 @@ msgstr "啟用或關閉本地文件使用。\n\n"
|
|||||||
" 此切換控制所有本地軌道內容的播放,通常位於“localtracks”文件夾中。\n"
|
" 此切換控制所有本地軌道內容的播放,通常位於“localtracks”文件夾中。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:541
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從本地文件播放。\n\n"
|
msgstr "託管節點將允許從本地文件播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:550
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從本地文件播放。\n\n"
|
msgstr "託管節點將不再從本地文件播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
#: redbot/cogs/audio/core/commands/llset.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2272,19 +2272,19 @@ msgstr "啟用或關閉 Soundcloud 來源。\n\n"
|
|||||||
" 此切換控制所有 SoundCloud 相關內容的播放。\n"
|
" 此切換控制所有 SoundCloud 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:568
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Soundcloud 播放。\n\n"
|
msgstr "託管節點將允許從 Soundcloud 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:577
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Soundcloud 播放。\n\n"
|
msgstr "託管節點將不再從 Soundcloud 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
#: redbot/cogs/audio/core/commands/llset.py:585
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2293,19 +2293,19 @@ msgstr "`Dangerous command` 打開或關閉 YouTube 來源(包括 Spotify)。\n\
|
|||||||
" 此切換控制所有 YouTube 和 Spotify 相關內容的播放。\n"
|
" 此切換控制所有 YouTube 和 Spotify 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:595
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 YouTube 播放。\n\n"
|
msgstr "託管節點將允許從 YouTube 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:604
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 YouTube 播放。\n\n"
|
msgstr "託管節點將不再從 YouTube 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
#: redbot/cogs/audio/core/commands/llset.py:612
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2314,19 +2314,19 @@ msgstr "打開或關閉 Twitch 來源。\n\n"
|
|||||||
" 此切換控制所有 Twitch 相關內容的播放。\n"
|
" 此切換控制所有 Twitch 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:622
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Twitch 播放。\n\n"
|
msgstr "託管節點將允許從 Twitch 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:631
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Twitch 播放。\n\n"
|
msgstr "託管節點將不再從 Twitch 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
#: redbot/cogs/audio/core/commands/llset.py:639
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2335,19 +2335,19 @@ msgstr "打開或關閉 Vimeo 來源。\n\n"
|
|||||||
" 此切換控制所有 Vimeo 相關內容的播放。\n"
|
" 此切換控制所有 Vimeo 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:649
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Vimeo 播放。\n\n"
|
msgstr "託管節點將允許從 Vimeo 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
#: redbot/cogs/audio/core/commands/llset.py:658
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Vimeo 播放。\n\n"
|
msgstr "託管節點將不再從 Vimeo 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2356,18 +2356,18 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點幀緩衝區大小。\n\
|
|||||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
#: redbot/cogs/audio/core/commands/llset.py:679
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
#: redbot/cogs/audio/core/commands/llset.py:685
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
#: redbot/cogs/audio/core/commands/llset.py:716
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "受管節點的 bufferDurationMs 設置為 {milliseconds}。\n\n"
|
msgstr "受管節點的 bufferDurationMs 設置為 {milliseconds}。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2376,11 +2376,11 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點 JDA-NAS 緩衝區大小
|
|||||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
#: redbot/cogs/audio/core/commands/llset.py:710
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
#: redbot/cogs/audio/core/commands/llset.py:728
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "將所有 `llset` 更改重置為默認值。"
|
msgstr "將所有 `llset` 更改重置為默認值。"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ from redbot.core.utils.antispam import AntiSpam
|
|||||||
from redbot.core.utils.chat_formatting import box, humanize_list, underline, bold
|
from redbot.core.utils.chat_formatting import box, humanize_list, underline, bold
|
||||||
|
|
||||||
from ...errors import TrackEnqueueError, AudioError
|
from ...errors import TrackEnqueueError, AudioError
|
||||||
|
from ...managed_node import version_pins
|
||||||
from ..abc import MixinMeta
|
from ..abc import MixinMeta
|
||||||
from ..cog_utils import CompositeMetaClass
|
from ..cog_utils import CompositeMetaClass
|
||||||
|
|
||||||
@@ -87,7 +88,7 @@ DANGEROUS_COMMANDS = {
|
|||||||
"This command will change the executable path of 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. "
|
"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. "
|
"Please don't change this unless you are certain that the Java version you are specifying is supported by Red. "
|
||||||
"The default and supported versions are currently Java 17 and 11."
|
"The supported versions are currently Java {supported_java_versions}."
|
||||||
),
|
),
|
||||||
"command_llset_heapsize": _(
|
"command_llset_heapsize": _(
|
||||||
"This command will change the maximum RAM allocation for the managed Lavalink node, "
|
"This command will change the maximum RAM allocation for the managed Lavalink node, "
|
||||||
@@ -279,7 +280,11 @@ class DpyEvents(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message."
|
"If you wish to continue, enter this case sensitive token without spaces as your next message."
|
||||||
"\n\n{confirm_token}"
|
"\n\n{confirm_token}"
|
||||||
).format(
|
).format(
|
||||||
template=_(DANGEROUS_COMMANDS[ctx.command.callback.__name__]),
|
template=_(DANGEROUS_COMMANDS[ctx.command.callback.__name__]).format(
|
||||||
|
supported_java_versions=humanize_list(
|
||||||
|
list(map(str, version_pins.SUPPORTED_JAVA_VERSIONS))
|
||||||
|
),
|
||||||
|
),
|
||||||
confirm_token=box(confirm_token, lang="py"),
|
confirm_token=box(confirm_token, lang="py"),
|
||||||
)
|
)
|
||||||
sent = await ctx.send(message)
|
sent = await ctx.send(message)
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
182
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "تمكين"
|
msgstr "تمكين"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "معطل"
|
msgstr "معطل"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ."
|
msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "بيئة غير صالحة"
|
msgstr "بيئة غير صالحة"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
182
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
182
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Povoleno"
|
msgstr "Povoleno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Zakázáno"
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/da-DK.po
generated
182
redbot/cogs/audio/core/events/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
184
redbot/cogs/audio/core/events/locales/de-DE.po
generated
184
redbot/cogs/audio/core/events/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automatische Wiedergabe gestartet."
|
msgstr "Automatische Wiedergabe gestartet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Soforteinladung erstellen"
|
msgstr "Soforteinladung erstellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Mitglieder kicken"
|
msgstr "Mitglieder kicken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Mitglieder bannen"
|
msgstr "Mitglieder bannen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Kanäle verwalten"
|
msgstr "Kanäle verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Server verwalten"
|
msgstr "Server verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Reaktionen hinzufügen"
|
msgstr "Reaktionen hinzufügen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Audit-Log einsehen"
|
msgstr "Audit-Log einsehen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Priorisierter Sprecher"
|
msgstr "Priorisierter Sprecher"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Text-Kanäle lesen & Sprachkanäle ansehen"
|
msgstr "Text-Kanäle lesen & Sprachkanäle ansehen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Nachrichten senden"
|
msgstr "Nachrichten senden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Nachrichten verwalten"
|
msgstr "Nachrichten verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Links einbetten"
|
msgstr "Links einbetten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Dateien anhängen"
|
msgstr "Dateien anhängen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Nachrichtenverlauf lesen"
|
msgstr "Nachrichtenverlauf lesen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Erwähne @everyone, @here und alle Rollen"
|
msgstr "Erwähne @everyone, @here und alle Rollen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Externe Emojis verwenden"
|
msgstr "Externe Emojis verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Server-Einblicke anzeigen"
|
msgstr "Server-Einblicke anzeigen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "Verbinden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Sprechen"
|
msgstr "Sprechen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Mitglieder Stummschalten"
|
msgstr "Mitglieder Stummschalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Ein- und Ausgabe von Mitgliedern deaktivieren"
|
msgstr "Ein- und Ausgabe von Mitgliedern deaktivieren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Mitglieder verschieben"
|
msgstr "Mitglieder verschieben"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Sprachaktivität verwenden"
|
msgstr "Sprachaktivität verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Spitznamen ändern"
|
msgstr "Spitznamen ändern"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Spitznamen verwalten"
|
msgstr "Spitznamen verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Rollen verwalten"
|
msgstr "Rollen verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Webhooks verwalten"
|
msgstr "Webhooks verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "Ausdrücke verwalten"
|
msgstr "Ausdrücke verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Anwendungsbefehle verwenden"
|
msgstr "Anwendungsbefehle verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Sprechanfrage"
|
msgstr "Sprechanfrage"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Events verwalten"
|
msgstr "Events verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Threads verwalten"
|
msgstr "Threads verwalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Öffentliche Threads erstellen"
|
msgstr "Öffentliche Threads erstellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Private Threads erstellen"
|
msgstr "Private Threads erstellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Externe Sticker verwenden"
|
msgstr "Externe Sticker verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Nachrichten in Threads senden"
|
msgstr "Nachrichten in Threads senden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Soundboard verwenden"
|
msgstr "Soundboard verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "Ausdrücke erstellen"
|
msgstr "Ausdrücke erstellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Externe Sounds verwenden"
|
msgstr "Externe Sounds verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Sprachnachrichten senden"
|
msgstr "Sprachnachrichten senden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Dieser Befehl ändert den ausführbaren Pfad von Java, Dies ist nützlich, wenn Sie mehrere Installationen von Java haben und die Standardinstallation Probleme verursacht. Bitte ändern Sie dies nicht, außer Sie sind sicher, dass die von Ihnen angegebene Java-Version von Red unterstützt wird. Die Standard- und unterstützten Versionen sind derzeit Java 17 und 11."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl wird die maximale RAM-Zuordnung für den verwalteten Lavalink-Knoten ändern In der Regel müssen Sie dies nie ändern, bevor Sie eine Änderung in Erwägung ziehen, wenden Sie sich bitte an unser Support-Team."
|
msgstr "Dieser Befehl wird die maximale RAM-Zuordnung für den verwalteten Lavalink-Knoten ändern In der Regel müssen Sie dies nie ändern, bevor Sie eine Änderung in Erwägung ziehen, wenden Sie sich bitte an unser Support-Team."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl wird den gemanagten Lavalink-Knoten deaktivieren, wenn Sie diesen Befehl umschalten, müssen Sie einen externen Lavalink-Knoten angeben, mit dem eine Verbindung hergestellt werden soll. Falls Sie dies nicht tun, wird Audio nicht mehr funktionieren."
|
msgstr "Dieser Befehl wird den gemanagten Lavalink-Knoten deaktivieren, wenn Sie diesen Befehl umschalten, müssen Sie einen externen Lavalink-Knoten angeben, mit dem eine Verbindung hergestellt werden soll. Falls Sie dies nicht tun, wird Audio nicht mehr funktionieren."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Dieser Befehl wird verwendet, um die IP anzugeben, die Red für die Verbindung zu einem externen Lavalink-Knoten verwendet. "
|
msgstr "Dieser Befehl wird verwendet, um die IP anzugeben, die Red für die Verbindung zu einem externen Lavalink-Knoten verwendet. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird verwendet, um das Authentifizierungspasswort anzugeben, das Red verwendet, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
msgstr "Dieser Befehl wird verwendet, um das Authentifizierungspasswort anzugeben, das Red verwendet, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird zwischen gesicherten und ungesicherten Verbindungen zu einem externen Lavalink-Knoten umgeschaltet."
|
msgstr "Dieser Befehl wird zwischen gesicherten und ungesicherten Verbindungen zu einem externen Lavalink-Knoten umgeschaltet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird verwendet, um den Verbindungsport anzugeben, der von Red verwendet wird, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
msgstr "Dieser Befehl wird verwendet, um den Verbindungsport anzugeben, der von Red verwendet wird, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl legt fest, an welche Netzwerkschnittstelle und IP der Knoten Lavalink sich binden wird standardmäßig ist dies 'localhost', ändern Sie dies nur, wenn der verwaltete Lavalink-Knoten an eine bestimmte IP/Schnittstelle gebunden werden soll."
|
msgstr "Dieser Befehl legt fest, an welche Netzwerkschnittstelle und IP der Knoten Lavalink sich binden wird standardmäßig ist dies 'localhost', ändern Sie dies nur, wenn der verwaltete Lavalink-Knoten an eine bestimmte IP/Schnittstelle gebunden werden soll."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Dieser Befehl ändert das Authentifizierungspasswort, das benötigt wird, um sich mit diesem verwalteten Knoten zu verbinden. Der Standardwert ist 'youshallnotpass'."
|
msgstr "Dieser Befehl ändert das Authentifizierungspasswort, das benötigt wird, um sich mit diesem verwalteten Knoten zu verbinden. Der Standardwert ist 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl ändert den Verbindungs-Port, um sich mit diesem verwalteten Knoten zu verbinden. Ändern Sie dies nur, wenn der Standardport '2333' Konflikte mit bestehenden Anwendungen verursacht."
|
msgstr "Dieser Befehl ändert den Verbindungs-Port, um sich mit diesem verwalteten Knoten zu verbinden. Ändern Sie dies nur, wenn der Standardport '2333' Konflikte mit bestehenden Anwendungen verursacht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung von direkten Url-Streams wie Icecast oder Shoutcast-Streams um. Ein Beispiel ist <http://ice1.somafm.com/gsclassic-128-mp3>; das Deaktivieren dieser Option macht es den Bot unmöglich, einen direkten Url-Stream zu spielen."
|
msgstr "Dieser Befehl schaltet die Unterstützung von direkten Url-Streams wie Icecast oder Shoutcast-Streams um. Ein Beispiel ist <http://ice1.somafm.com/gsclassic-128-mp3>; das Deaktivieren dieser Option macht es den Bot unmöglich, einen direkten Url-Stream zu spielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der lokalen Audiowiedergabe um. Ein Beispiel ist `/mnt/data/my_super_funky_track. p3`; Deaktivieren dieser Option führt dazu, dass der Bot keine lokalen Track-Inhalte abspielen kann."
|
msgstr "Dieser Befehl schaltet die Unterstützung der lokalen Audiowiedergabe um. Ein Beispiel ist `/mnt/data/my_super_funky_track. p3`; Deaktivieren dieser Option führt dazu, dass der Bot keine lokalen Track-Inhalte abspielen kann."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der SoundCloud-Wiedergabe um. Ein Beispiel ist <https://soundcloud.com/user-103858850/tilla>; die Deaktivierung wird es den Bot unmöglich machen, SoundCloud-Inhalte abzuspielen."
|
msgstr "Dieser Befehl schaltet die Unterstützung der SoundCloud-Wiedergabe um. Ein Beispiel ist <https://soundcloud.com/user-103858850/tilla>; die Deaktivierung wird es den Bot unmöglich machen, SoundCloud-Inhalte abzuspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der YouTube-Wiedergabe um (Spotify hängt von YouTube ab). Wenn Sie dies deaktivieren, wird der Bot nicht in der Lage sein, YouTube-Inhalte abzuspielen: Dies schließt Spotify ein."
|
msgstr "Dieser Befehl schaltet die Unterstützung der YouTube-Wiedergabe um (Spotify hängt von YouTube ab). Wenn Sie dies deaktivieren, wird der Bot nicht in der Lage sein, YouTube-Inhalte abzuspielen: Dies schließt Spotify ein."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Twitch-Inhalten. Ein Beispiel dafür ist https://twitch.tv/monstercat; Wenn Sie dies deaktivieren, kann der Bot keinen Twitch-Inhalt abspielen."
|
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Twitch-Inhalten. Ein Beispiel dafür ist https://twitch.tv/monstercat; Wenn Sie dies deaktivieren, kann der Bot keinen Twitch-Inhalt abspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Vimeo-Inhalten. Ein Beispiel dafür ist https://vimeo.com/157743578; Wenn Sie dies deaktivieren, kann der Bot keinen Vimeo-Inhalt abspielen."
|
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Vimeo-Inhalten. Ein Beispiel dafür ist https://vimeo.com/157743578; Wenn Sie dies deaktivieren, kann der Bot keinen Vimeo-Inhalt abspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Diese Einstellung steuert den Framebuffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
msgstr "Diese Einstellung steuert den Framebuffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Diese Einstellung steuert den JDA-NAS-Puffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
msgstr "Diese Einstellung steuert den JDA-NAS-Puffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Dieser Befehl wird alle Einstellungen zurücksetzen, die von `[p]llset` geändert wurden."
|
msgstr "Dieser Befehl wird alle Einstellungen zurücksetzen, die von `[p]llset` geändert wurden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Sie haben versucht, den verwalteten Lavalink-Knoten von Audio auf einer nicht unterstützten Architektur auszuführen. Es stehen nur Einstellungsbefehle zur Verfügung."
|
msgstr "Sie haben versucht, den verwalteten Lavalink-Knoten von Audio auf einer nicht unterstützten Architektur auszuführen. Es stehen nur Einstellungsbefehle zur Verfügung."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Mir fehlen die Berechtigungen, um Nachrichten in diesem Server zu senden. Bitte kümmern Sie sich so bald wie möglich darum."
|
msgstr "Mir fehlen die Berechtigungen, um Nachrichten in diesem Server zu senden. Bitte kümmern Sie sich so bald wie möglich darum."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Mir fehlen Berechtigungen auf diesem Server, bitte richten Sie dies so bald wie möglich an.\n\n"
|
msgstr "Mir fehlen Berechtigungen auf diesem Server, bitte richten Sie dies so bald wie möglich an.\n\n"
|
||||||
"Erwartete Berechtigungen:\n"
|
"Erwartete Berechtigungen:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
msgstr "Aktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktiviert"
|
msgstr "Deaktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Sie sollten diesen Kommand nicht nutzen."
|
msgstr "Sie sollten diesen Kommand nicht nutzen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"Wenn Sie fortfahren möchten, geben Sie dieses token, Groß- und Kleinschreibung beachtend und ohne Leerzeichen, in Ihrer nächsten Nachricht ein.\n\n"
|
"Wenn Sie fortfahren möchten, geben Sie dieses token, Groß- und Kleinschreibung beachtend und ohne Leerzeichen, in Ihrer nächsten Nachricht ein.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert."
|
msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` ist kein gültiger Wert für `{command}`"
|
msgstr "`{user_input}` ist kein gültiger Wert für `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argument kann nicht analysiert werden"
|
msgstr "Argument kann nicht analysiert werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Ungültiges Argument"
|
msgstr "Ungültiges Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
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 `{}`."
|
msgstr "Das Argument, das du für `{}` angegeben hast, ist ungültig: Ich erwartete ein `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ungültige Umgebung"
|
msgstr "Ungültige Umgebung"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Die Verbindung zum Lavalink Knoten ist verloren gegangen."
|
msgstr "Die Verbindung zum Lavalink Knoten ist verloren gegangen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Keine Player verfügbar"
|
msgstr "Keine Player verfügbar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden."
|
msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Tracks können nicht abgerufen werden"
|
msgstr "Tracks können nicht abgerufen werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Ich bin momentan nicht in der Lage, einen Titel von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut."
|
msgstr "Ich bin momentan nicht in der Lage, einen Titel von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Es gab ein Problem bei der Kommunikation mit Discord."
|
msgstr "Es gab ein Problem bei der Kommunikation mit Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/es-ES.po
generated
182
redbot/cogs/audio/core/events/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Auto reproducción iniciada."
|
msgstr "Auto reproducción iniciada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Crear invitación instantánea"
|
msgstr "Crear invitación instantánea"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Expulsar miembros"
|
msgstr "Expulsar miembros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Banear miembros"
|
msgstr "Banear miembros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrador"
|
msgstr "Administrador"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Administrar canales"
|
msgstr "Administrar canales"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Administrar servidor"
|
msgstr "Administrar servidor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Añadir reacciones"
|
msgstr "Añadir reacciones"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Ver auditoría"
|
msgstr "Ver auditoría"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Orador prioritario"
|
msgstr "Orador prioritario"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Leer canales de texto y ver canales de voz"
|
msgstr "Leer canales de texto y ver canales de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Enviar mensajes"
|
msgstr "Enviar mensajes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Administrar mensajes"
|
msgstr "Administrar mensajes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Incrustar enlaces"
|
msgstr "Incrustar enlaces"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Adjuntar archivos"
|
msgstr "Adjuntar archivos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Leer historial de mensajes"
|
msgstr "Leer historial de mensajes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Mencionar a @everyone, @here, y todos los roles"
|
msgstr "Mencionar a @everyone, @here, y todos los roles"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Usar Emojis Externos"
|
msgstr "Usar Emojis Externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Ver Información del Servidor"
|
msgstr "Ver Información del Servidor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Conectar"
|
msgstr "Conectar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Hablar"
|
msgstr "Hablar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Silenciar Miembros"
|
msgstr "Silenciar Miembros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Ensordecer miembros"
|
msgstr "Ensordecer miembros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Mover Miembros"
|
msgstr "Mover Miembros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Usar actividad de voz"
|
msgstr "Usar actividad de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Cambiar apodo"
|
msgstr "Cambiar apodo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Administrar apodos"
|
msgstr "Administrar apodos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Administrar roles"
|
msgstr "Administrar roles"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Administrar Webhooks"
|
msgstr "Administrar Webhooks"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "Administrar Expresiones"
|
msgstr "Administrar Expresiones"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Usar Comandos de Aplicación"
|
msgstr "Usar Comandos de Aplicación"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Solicitud para hablar"
|
msgstr "Solicitud para hablar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Administrar Eventos"
|
msgstr "Administrar Eventos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Administrar hilos"
|
msgstr "Administrar hilos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Crear hilos públicos"
|
msgstr "Crear hilos públicos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Crear hilos privados"
|
msgstr "Crear hilos privados"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Usar stickers externos"
|
msgstr "Usar stickers externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Enviar mensajes en hilos"
|
msgstr "Enviar mensajes en hilos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Usar panel de sonidos"
|
msgstr "Usar panel de sonidos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "Crear Expresiones"
|
msgstr "Crear Expresiones"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Usar sonidos externos"
|
msgstr "Usar sonidos externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Enviar mensajes de voz"
|
msgstr "Enviar mensajes de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando cambiará la asignación máxima de RAM para el nodo de Lavalink administrado, por lo general nunca tendría que cambiar esto, antes de considerarlo por favor consulte a nuestro equipo de soporte."
|
msgstr "Este comando cambiará la asignación máxima de RAM para el nodo de Lavalink administrado, por lo general nunca tendría que cambiar esto, antes de considerarlo por favor consulte a nuestro equipo de soporte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando desactivará el nodo Lavalink administrado, si activa este comando debe especificar un nodo Lavalink externo al que conectar, si no lo hace, Audio dejará de funcionar."
|
msgstr "Este comando desactivará el nodo Lavalink administrado, si activa este comando debe especificar un nodo Lavalink externo al que conectar, si no lo hace, Audio dejará de funcionar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Este comando se utiliza para especificar la IP que será utilizada por Red para conectarse a un nodo Lavalink externo. "
|
msgstr "Este comando se utiliza para especificar la IP que será utilizada por Red para conectarse a un nodo Lavalink externo. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando se utiliza para especificar la contraseña de autenticación usada por Red para conectarse a un nodo Lavalink externo."
|
msgstr "Este comando se utiliza para especificar la contraseña de autenticación usada por Red para conectarse a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Este comando se usa para alternar entre conexiones seguras y no seguras a un nodo Lavalink externo."
|
msgstr "Este comando se usa para alternar entre conexiones seguras y no seguras a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando se utiliza para especificar el puerto de conexión utilizado por Red para conectarse a un nodo Lavalink externo."
|
msgstr "Este comando se utiliza para especificar el puerto de conexión utilizado por Red para conectarse a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando especifica a qué interfaz de red e IP se enlazará el nodo Lavalink administrado, por defecto esto es 'localhost', sólo cambie esto si desea que el nodo Lavalink administrado se conecte a una IP/interfaz específica."
|
msgstr "Este comando especifica a qué interfaz de red e IP se enlazará el nodo Lavalink administrado, por defecto esto es 'localhost', sólo cambie esto si desea que el nodo Lavalink administrado se conecte a una IP/interfaz específica."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Este comando cambia la contraseña de autenticación necesaria para conectarse a este nodo administrado. El valor por defecto es 'youshallnotpass'."
|
msgstr "Este comando cambia la contraseña de autenticación necesaria para conectarse a este nodo administrado. El valor por defecto es 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando cambia el puerto de conexión usado para conectarse a este nodo administrado, sólo cambiar esto si el puerto por defecto '2333' está causando conflictos con aplicaciones existentes."
|
msgstr "Este comando cambia el puerto de conexión usado para conectarse a este nodo administrado, sólo cambiar esto si el puerto por defecto '2333' está causando conflictos con aplicaciones existentes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Este comando activa el soporte de streams de url directos como los streams Icecast o Shoutcast. Un ejemplo es <http://ice1.somafm.com/gsclassic-128-mp3>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido directo de vapor de url."
|
msgstr "Este comando activa el soporte de streams de url directos como los streams Icecast o Shoutcast. Un ejemplo es <http://ice1.somafm.com/gsclassic-128-mp3>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido directo de vapor de url."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando activa el soporte para la reproducción de audio de pistas locales. Un ejemplo es `/mnt/data/my_super_funky_track.mp3`; deshabilitar esto hará que el bot no pueda reproducir ningún contenido local de la pista."
|
msgstr "Este comando activa el soporte para la reproducción de audio de pistas locales. Un ejemplo es `/mnt/data/my_super_funky_track.mp3`; deshabilitar esto hará que el bot no pueda reproducir ningún contenido local de la pista."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de SoundCloud. Un ejemplo es <https://soundcloud.com/user-103858850/tilla>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de SoundCloud."
|
msgstr "Este comando activa el soporte de la reproducción de SoundCloud. Un ejemplo es <https://soundcloud.com/user-103858850/tilla>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de YouTube (Spotify depende de YouTube). Desactivar esto hará que el bot no pueda reproducir ningún contenido de YouTube: esto incluye Spotify."
|
msgstr "Este comando activa el soporte de la reproducción de YouTube (Spotify depende de YouTube). Desactivar esto hará que el bot no pueda reproducir ningún contenido de YouTube: esto incluye Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de Twitch. Un ejemplo de esto es <https://twitch.tv/monstercat>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Twitch."
|
msgstr "Este comando activa el soporte de la reproducción de Twitch. Un ejemplo de esto es <https://twitch.tv/monstercat>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de Vimeo. Un ejemplo de esto es <https://vimeo.com/157743578>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Vimeo."
|
msgstr "Este comando activa el soporte de la reproducción de Vimeo. Un ejemplo de esto es <https://vimeo.com/157743578>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuración controla el framebuffer del nodo administrado, no cambie esto a menos que se lo indique."
|
msgstr "Esta configuración controla el framebuffer del nodo administrado, no cambie esto a menos que se lo indique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuración controla el buffer JDA-NAS del nodo administrado, no cambie esto a menos que se le indique."
|
msgstr "Esta configuración controla el buffer JDA-NAS del nodo administrado, no cambie esto a menos que se le indique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Este comando reiniciará todas las configuraciónes cambiada por `[p]llset`."
|
msgstr "Este comando reiniciará todas las configuraciónes cambiada por `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Has intentado ejecutar el nodo Lavalink administrado del Cog Audio en una arquitectura no soportada. Sólo los comandos relacionados con la configuración estarán disponibles."
|
msgstr "Has intentado ejecutar el nodo Lavalink administrado del Cog 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:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "No tengo permisos para enviar mensajes en este servidor. Por favor, solucione tan pronto como pueda."
|
msgstr "No tengo permisos para enviar mensajes en este servidor. Por favor, solucione tan pronto como pueda."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n"
|
msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n"
|
||||||
"Permisos esperados:\n"
|
"Permisos esperados:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activado"
|
msgstr "Activado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "No deberías estar ejecutando este comando."
|
msgstr "No deberías estar ejecutando este comando."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"Si desea continuar, introduzca este token sensible a mayúsculas y minúsculas sin espacios como su siguiente mensaje.\n\n"
|
"Si desea continuar, introduzca este token sensible a mayúsculas y minúsculas sin espacios como su siguiente mensaje.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "No se ha encontrado el rol de DJ. Desactivando el modo DJ."
|
msgstr "No se ha encontrado el rol de DJ. Desactivando el modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` no es un valor válido para `{command}`"
|
msgstr "`{user_input}` no es un valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "No se puede analizar el argumento"
|
msgstr "No se puede analizar el argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento no válido"
|
msgstr "Argumento no válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
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 `{}`."
|
msgstr "El argumento que has dado para `{}` no es válido: esperaba un `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Entorno no válido"
|
msgstr "Entorno no válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "La conexión al nodo Lavalink se ha perdido."
|
msgstr "La conexión al nodo Lavalink se ha perdido."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Jugador no disponible"
|
msgstr "Jugador no disponible"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "El bot no está conectado a un canal de voz."
|
msgstr "El bot no está conectado a un canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "No se puede cargar la canción"
|
msgstr "No se puede cargar la canción"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "No puedo obtener una canción desde el nodo de Lavalink en este momento, inténtalo de nuevo en unos minutos."
|
msgstr "No puedo obtener una canción desde el nodo de Lavalink en este momento, inténtalo de nuevo en unos minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Hubo un problema de comunicación con Discord."
|
msgstr "Hubo un problema de comunicación con Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este error ha sido reportado al propietario del bot."
|
msgstr "Este error ha sido reportado al propietario del bot."
|
||||||
|
|
||||||
|
|||||||
417
redbot/cogs/audio/core/events/locales/et-EE.po
generated
Normal file
417
redbot/cogs/audio/core/events/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,417 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 670\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/cog.py:218
|
||||||
|
msgid "Auto Play started."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
|
msgid "Create Instant Invite"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
|
msgid "Kick Members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
|
msgid "Ban Members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
|
msgid "Administrator"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
|
msgid "Manage Channels"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
|
msgid "Manage Server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
|
msgid "Add Reactions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
|
msgid "View Audit Log"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
|
msgid "Priority Speaker"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
|
msgid "Video"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
|
msgid "Send Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
|
msgid "Send Text-to-speech Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
|
msgid "Manage Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
|
msgid "Embed Links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
|
msgid "Attach Files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
|
msgid "Read Message History"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
|
msgid "Use External Emojis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
|
msgid "View Server Insights"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
|
msgid "Speak"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
|
msgid "Mute Members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
|
msgid "Deafen Members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
|
msgid "Move Members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
|
msgid "Use Voice Activity"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
|
msgid "Change Nickname"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
|
msgid "Manage Nicknames"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
|
msgid "Manage Roles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
|
msgid "Manage Webhooks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
|
msgid "Manage Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
|
msgid "Use Application Commands"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
|
msgid "Request to Speak"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
|
msgid "Manage Events"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
|
msgid "Manage Threads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
|
msgid "Create Public Threads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
|
msgid "Create Private Threads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
|
msgid "Use External Stickers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
|
msgid "Send Messages in Threads"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
|
msgid "Use Activities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
|
msgid "Time out members"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "View Creator Monetization Analytics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use Soundboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
|
msgid "Create Events"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Use External Apps"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
|
msgid "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."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
|
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:244
|
||||||
|
msgid "Enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
|
msgid "Disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
|
msgid "You should not be running this command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
|
msgid "\n"
|
||||||
|
"{template}\n"
|
||||||
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
|
"{confirm_token}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
|
msgid "Unable To Parse Argument"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
|
msgid "Invalid Argument"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
|
msgid "Invalid Environment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
|
msgid "Connection to Lavalink node has been lost."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
|
msgid "No Player Available"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
|
msgid "The bot is not connected to a voice channel."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
|
msgid "Unable to Get Track"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
|
msgid "There was an issue communicating with Discord."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
|
msgid "This error has been reported to the bot owner."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:175
|
||||||
|
msgid "Couldn't get a valid track."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:210
|
||||||
|
msgid "Now Playing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:235
|
||||||
|
msgid "Queue ended."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:301
|
||||||
|
msgid "Multiple Errors Detected"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:302
|
||||||
|
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:316
|
||||||
|
msgid "Track Stuck"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:317
|
||||||
|
msgid "Playback of the song has stopped due to an unexpected error.\n"
|
||||||
|
"{error}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/lavalink.py:323
|
||||||
|
msgid "Track Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
182
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
182
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automaattinen toisto aloitettu."
|
msgstr "Automaattinen toisto aloitettu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n"
|
msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n"
|
||||||
"Puuttuvat oikeudet:\n"
|
"Puuttuvat oikeudet:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Käytössä"
|
msgstr "Käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Ei käytössä"
|
msgstr "Ei käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä."
|
msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`"
|
msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argumentin käsittely epäonnistui"
|
msgstr "Argumentin käsittely epäonnistui"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Virheellinen argumentti"
|
msgstr "Virheellinen argumentti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argumentti jonka annoit kohteelle `{}` ei ole kelvollinen: Oletin että saan`{}`."
|
msgstr "Argumentti jonka annoit kohteelle `{}` ei ole kelvollinen: Oletin että saan`{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Virheellinen ympäristö"
|
msgstr "Virheellinen ympäristö"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Toistinta ei saatavilla"
|
msgstr "Toistinta ei saatavilla"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Botti ei ole yhdistettynä puhekanavaan."
|
msgstr "Botti ei ole yhdistettynä puhekanavaan."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Kappaletta ei voitu hakea"
|
msgstr "Kappaletta ei voitu hakea"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Ongelma Discordin kanssa kommunikoitaessa."
|
msgstr "Ongelma Discordin kanssa kommunikoitaessa."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
||||||
|
|
||||||
|
|||||||
184
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
184
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Lecture automatique démarrée."
|
msgstr "Lecture automatique démarrée."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Créer une invitation"
|
msgstr "Créer une invitation"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Expulser des membres"
|
msgstr "Expulser des membres"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Bannir des membres"
|
msgstr "Bannir des membres"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrateur"
|
msgstr "Administrateur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Gérer les salons"
|
msgstr "Gérer les salons"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Gérer le serveur"
|
msgstr "Gérer le serveur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Ajouter des réactions"
|
msgstr "Ajouter des réactions"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Voir les logs du serveur"
|
msgstr "Voir les logs du serveur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Voix prioritaire"
|
msgstr "Voix prioritaire"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Voir les salons"
|
msgstr "Voir les salons"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Envoyer des messages"
|
msgstr "Envoyer des messages"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Gérer les Messages"
|
msgstr "Gérer les Messages"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Liens intégrés (embed)"
|
msgstr "Liens intégrés (embed)"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Joindre des fichiers"
|
msgstr "Joindre des fichiers"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Voir l'historique des messages"
|
msgstr "Voir l'historique des messages"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Mentionnez @everyone, @here et tous les rôles"
|
msgstr "Mentionnez @everyone, @here et tous les rôles"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Utiliser des émojis externes"
|
msgstr "Utiliser des émojis externes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Voir les analyses du serveur"
|
msgstr "Voir les analyses du serveur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Se connecter"
|
msgstr "Se connecter"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Parler"
|
msgstr "Parler"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Rendre muet les membres"
|
msgstr "Rendre muet les membres"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Mettre en sourdine les membres"
|
msgstr "Mettre en sourdine les membres"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Déplacer les membres"
|
msgstr "Déplacer les membres"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Utiliser la Détection de la voix"
|
msgstr "Utiliser la Détection de la voix"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Modifier le Surnom"
|
msgstr "Modifier le Surnom"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Gérer les Pseudos"
|
msgstr "Gérer les Pseudos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Gérer les rôles"
|
msgstr "Gérer les rôles"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Gérer les webhook"
|
msgstr "Gérer les webhook"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "Gérer les expressions"
|
msgstr "Gérer les expressions"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Utiliser les commandes de l'application"
|
msgstr "Utiliser les commandes de l'application"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Demande de prise de parole"
|
msgstr "Demande de prise de parole"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Gérer les événements"
|
msgstr "Gérer les événements"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Gérer les fils de discussion"
|
msgstr "Gérer les fils de discussion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Créer des fils de discussion publics"
|
msgstr "Créer des fils de discussion publics"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Créer des fils de discussion privés"
|
msgstr "Créer des fils de discussion privés"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Utilise des autocollants externes"
|
msgstr "Utilise des autocollants externes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Envoyer des messages dans des fils de discussion"
|
msgstr "Envoyer des messages dans des fils de discussion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Utiliser le soundboard"
|
msgstr "Utiliser le soundboard"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "Créer des expressions"
|
msgstr "Créer des expressions"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Utiliser des sons externes"
|
msgstr "Utiliser des sons externes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Envoyer des messages vocaux"
|
msgstr "Envoyer des messages vocaux"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Cette commande va changer le chemin de l'exécutable de Java, est utile si vous avez plusieurs installations de Java et que celle par défaut pose des problèmes. Veuillez ne pas modifier cela à moins que vous soyez certain que la version Java que vous spécifiez est prise en charge par Red. Les versions par défaut et supportées sont actuellement Java 17 et 11."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Cette commande va changer l'allocation maximale de RAM pour le noeud Lavalink géré, généralement vous n'aurez jamais à changer cela, avant d'envisager de le modifier, veuillez consulter notre équipe d'assistance."
|
msgstr "Cette commande va changer l'allocation maximale de RAM pour le noeud Lavalink géré, généralement vous n'aurez jamais à changer cela, avant d'envisager de le modifier, veuillez consulter notre équipe d'assistance."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Cette commande désactivera le noeud Lavalink géré, Si vous activez cette commande, vous devez spécifier un noeud Lavalink externe auquel vous devez vous connecter, si vous ne le faites pas, Audio arrêtera de fonctionner."
|
msgstr "Cette commande désactivera le noeud Lavalink géré, Si vous activez cette commande, vous devez spécifier un noeud Lavalink externe auquel vous devez vous connecter, si vous ne le faites pas, Audio arrêtera de fonctionner."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Cette commande est utilisée pour spécifier l'adresse IP qui sera utilisée par Red pour se connecter à un noeud Lavalink externe. "
|
msgstr "Cette commande est utilisée pour spécifier l'adresse IP qui sera utilisée par Red pour se connecter à un noeud Lavalink externe. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour spécifier le mot de passe d'authentification utilisé par Red pour se connecter à un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour spécifier le mot de passe d'authentification utilisé par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour basculer entre les connexions sécurisées et non sécurisées vers un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour basculer entre les connexions sécurisées et non sécurisées vers un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour spécifier le port de connexion qui sera utilisée par Red pour se connecter à un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour spécifier le port de connexion qui sera utilisée par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Cette commande spécifie à quelle interface réseau et à quelle adresse IP le noeud Lavalink géré sera lié, par défaut, c'est 'localhost', seulement changer cela si vous voulez que le noeud Lavalink géré soit lié à une adresse IP/interface spécifique."
|
msgstr "Cette commande spécifie à quelle interface réseau et à quelle adresse IP le noeud Lavalink géré sera lié, par défaut, c'est 'localhost', seulement changer cela si vous voulez que le noeud Lavalink géré soit lié à une adresse IP/interface spécifique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Cette commande modifie le mot de passe requis pour se connecter à ce nœud géré. La valeur par défaut est 'youshallnotpass'."
|
msgstr "Cette commande modifie le mot de passe requis pour se connecter à ce nœud géré. La valeur par défaut est 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Cette commande modifie le port de connexion utilisé pour se connecter à ce nœud géré. À changer seulement si le port par défaut '2333' provoque des bugs avec des applications existantes."
|
msgstr "Cette commande modifie le port de connexion utilisé pour se connecter à ce nœud géré. À changer seulement si le port par défaut '2333' provoque des bugs avec des applications existantes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Cette commande active le support des URL directes comme les flux Icecast ou Shoutcast. Par exemple :<http://ice1.somafm.com/gsclassic-128-mp3>. Le désactiver rendra le bot incapable de jouer le contenu d'une URL directe."
|
msgstr "Cette commande active le support des URL directes comme les flux Icecast ou Shoutcast. Par exemple :<http://ice1.somafm.com/gsclassic-128-mp3>. Le désactiver rendra le bot incapable de jouer le contenu d'une URL directe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\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"
|
msgstr "Il me manque des permissions sur ce serveur. Veuillez régler ce problème dès que possible.\n\n"
|
||||||
"Permissions attendues :\n"
|
"Permissions attendues :\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activé"
|
msgstr "Activé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Désactivé"
|
msgstr "Désactivé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ."
|
msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`"
|
msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Impossible d'analyser l'argument"
|
msgstr "Impossible d'analyser l'argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argument invalide"
|
msgstr "Argument invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
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 à `{}`."
|
msgstr "L'argument que vous avez donné pour `{}` n'est pas valide : je m'attendais à `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Environnement invalide"
|
msgstr "Environnement invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "La connexion avec Lavalink a été perdue."
|
msgstr "La connexion avec Lavalink a été perdue."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Aucun lecteur audio disponible"
|
msgstr "Aucun lecteur audio disponible"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Le bot n'est pas connecté à un salon vocal."
|
msgstr "Le bot n'est pas connecté à un salon vocal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Impossible d'obtenir la piste"
|
msgstr "Impossible d'obtenir la piste"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Je ne parviens actuellement pas à avoir une musique depuis Lavalink. Réessayez dans quelques minutes."
|
msgstr "Je ne parviens actuellement pas à avoir une musique depuis Lavalink. Réessayez dans quelques minutes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Il y a eu un problème de communication avec Discord."
|
msgstr "Il y a eu un problème de communication avec Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
182
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hindi\n"
|
"Language-Team: Hindi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
182
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Počela je automatska reprodukcija."
|
msgstr "Počela je automatska reprodukcija."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Stvaranje instant pozivnice"
|
msgstr "Stvaranje instant pozivnice"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Izbacivanje članova"
|
msgstr "Izbacivanje članova"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Bananje članova"
|
msgstr "Bananje članova"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Upravljanje kanalima"
|
msgstr "Upravljanje kanalima"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Upravljanje serverom"
|
msgstr "Upravljanje serverom"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Dodavanje reakcija"
|
msgstr "Dodavanje reakcija"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Prikaz dnevnika aktivnosti"
|
msgstr "Prikaz dnevnika aktivnosti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Prioritetni zvučnik"
|
msgstr "Prioritetni zvučnik"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Čitanje tekstualnih kanala i prikaz glasovnih kanala"
|
msgstr "Čitanje tekstualnih kanala i prikaz glasovnih kanala"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Slanje poruka"
|
msgstr "Slanje poruka"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Upravljanje porukama"
|
msgstr "Upravljanje porukama"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Ugrađivanje linkova"
|
msgstr "Ugrađivanje linkova"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Prilaganje datoteka"
|
msgstr "Prilaganje datoteka"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Čitanje povijesti dopisivanja"
|
msgstr "Čitanje povijesti dopisivanja"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Spomeni @everyone, @here i Sve uloge"
|
msgstr "Spomeni @everyone, @here i Sve uloge"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Upotreba vanjskih emojija"
|
msgstr "Upotreba vanjskih emojija"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Pogledaj Razradu servera"
|
msgstr "Pogledaj Razradu servera"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Povezivanje"
|
msgstr "Povezivanje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Govor"
|
msgstr "Govor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Utišavanje članova"
|
msgstr "Utišavanje članova"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Isključivanje zvuka članovima"
|
msgstr "Isključivanje zvuka članovima"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Premještanje članova"
|
msgstr "Premještanje članova"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Korištenje glasovne aktivnosti"
|
msgstr "Korištenje glasovne aktivnosti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Mijenjanje nadimka"
|
msgstr "Mijenjanje nadimka"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Upravljanje nadimcima"
|
msgstr "Upravljanje nadimcima"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Upravljanje ulogama"
|
msgstr "Upravljanje ulogama"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Upravljanje webhookovima"
|
msgstr "Upravljanje webhookovima"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ova naredba će promijeniti maksimalnu dodjelu RAM-a upravljanom Lavalink čvoru. Inače ovo nikada nećete morati mijenjati. Prije nego što razmislite o promjeni, obratite se našem timu za podršku."
|
msgstr "Ova naredba će promijeniti maksimalnu dodjelu RAM-a upravljanom Lavalink čvoru. Inače ovo nikada nećete morati mijenjati. Prije nego što razmislite o promjeni, obratite se našem timu za podršku."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ova naredba će onemogućiti upravljani Lavalink čvor, ako uključite ovu naredbu, morate navesti vanjski Lavalink čvor na koji ćete se povezati, ako to ne učinite Audio će prestat raditi."
|
msgstr "Ova naredba će onemogućiti upravljani Lavalink čvor, ako uključite ovu naredbu, morate navesti vanjski Lavalink čvor na koji ćete se povezati, ako to ne učinite Audio će prestat raditi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Ova naredba se koristi za određivanje IP adrese koju Red koristi za povezivanje na eksterni Lavalink čvor. "
|
msgstr "Ova naredba se koristi za određivanje IP adrese koju Red koristi za povezivanje na eksterni Lavalink čvor. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za određivanje lozinke koju Red koristi za povezivanje na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za određivanje lozinke koju Red koristi za povezivanje na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za prebacivanje između sigurnih i nesigurnih veza na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za prebacivanje između sigurnih i nesigurnih veza na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za određivanje port-a koji Red koristi za spajanje na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za određivanje port-a koji Red koristi za spajanje na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ova naredba određuje na koje mrežno sučelje i IP će se upravljani Lavalink čvor vezati, prema zadanim postavkama ovo je 'localhost', promijenite ovo jedino ako želite da se upravljani Lavalink čvor veže na određeni IP/sučelje."
|
msgstr "Ova naredba određuje na koje mrežno sučelje i IP će se upravljani Lavalink čvor vezati, prema zadanim postavkama ovo je 'localhost', promijenite ovo jedino ako želite da se upravljani Lavalink čvor veže na određeni IP/sučelje."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Ova naredba mijenja lozinku potrebnu za povezivanje s ovim upravljanim čvorom. Zadana vrijednost je 'youshallnotpass'."
|
msgstr "Ova naredba mijenja lozinku potrebnu za povezivanje s ovim upravljanim čvorom. Zadana vrijednost je 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ova naredba mijenja port koji se koristi za povezivanje s ovim upravljanim čvorom, promijenite ga jedino ako zadani port '2333' uzrokuje sukobe s postojećim aplikacijama."
|
msgstr "Ova naredba mijenja port koji se koristi za povezivanje s ovim upravljanim čvorom, promijenite ga jedino ako zadani port '2333' uzrokuje sukobe s postojećim aplikacijama."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Ova naredba će resetirati svaku postavku koju je promijenio `[p]llset`."
|
msgstr "Ova naredba će resetirati svaku postavku koju je promijenio `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Pokušali ste pokrenuti Audio-upravljan Lavalink čvor na nepodržanoj arhitekturi. Biti će dostupne samo naredbe povezane s postavkama."
|
msgstr "Pokušali ste pokrenuti Audio-upravljan Lavalink čvor na nepodržanoj arhitekturi. Biti će dostupne samo naredbe povezane s postavkama."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Nedostaju mi dozvole u ovom serveru, riješite to što prije moguće.\n\n"
|
msgstr "Nedostaju mi dozvole u ovom serveru, riješite to što prije moguće.\n\n"
|
||||||
"Očekivane dozvole:\n"
|
"Očekivane dozvole:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivirano"
|
msgstr "Aktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivirano"
|
msgstr "Deaktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Ne biste trebali pokretati ovu naredbu."
|
msgstr "Ne biste trebali pokretati ovu naredbu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"Ako želite nastaviti, unesite ovaj token, pazeći na velika i mala slova, bez razmaka kao sljedeću poruku.\n\n"
|
"Ako želite nastaviti, unesite ovaj token, pazeći na velika i mala slova, bez razmaka kao sljedeću poruku.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nije pronađena DJ uloga. Onemogućavam DJ način rada."
|
msgstr "Nije pronađena DJ uloga. Onemogućavam DJ način rada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` nije važeća vrijednost za `{command}`"
|
msgstr "`{user_input}` nije važeća vrijednost za `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Nije moguće obradit argument"
|
msgstr "Nije moguće obradit argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Neispravan Argument"
|
msgstr "Neispravan Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argument koji ste dali za `{}` nije valjan: očekivao sam `{}`."
|
msgstr "Argument koji ste dali za `{}` nije valjan: očekivao sam `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Neispravno Okruženje"
|
msgstr "Neispravno Okruženje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Veza s Lavalinkom je izgubljena."
|
msgstr "Veza s Lavalinkom je izgubljena."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nema dostupnog Playera"
|
msgstr "Nema dostupnog Playera"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nije spojen na glasovni kanal."
|
msgstr "Bot nije spojen na glasovni kanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nije moguće dobiti pjesmu"
|
msgstr "Nije moguće dobiti pjesmu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Trenutno ne mogu dobiti pjesmu od Lavalinka, pokušajte ponovno za par minuta."
|
msgstr "Trenutno ne mogu dobiti pjesmu od Lavalinka, pokušajte ponovno za par minuta."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Došlo je do problema u komunikaciji s Discordom."
|
msgstr "Došlo je do problema u komunikaciji s Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Greška je prijavljena vlasniku bota."
|
msgstr "Greška je prijavljena vlasniku bota."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
182
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Letiltva"
|
msgstr "Letiltva"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/id-ID.po
generated
182
redbot/cogs/audio/core/events/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Diaktifkan"
|
msgstr "Diaktifkan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Dinonaktifkan"
|
msgstr "Dinonaktifkan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/it-IT.po
generated
182
redbot/cogs/audio/core/events/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Abilitato"
|
msgstr "Abilitato"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Disabilitato"
|
msgstr "Disabilitato"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
182
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "自動再生を開始しました"
|
msgstr "自動再生を開始しました"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "招待を作成する"
|
msgstr "招待を作成する"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "メンバーをキック"
|
msgstr "メンバーをキック"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "メンバーをBAN"
|
msgstr "メンバーをBAN"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "管理者"
|
msgstr "管理者"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "チャンネルを管理"
|
msgstr "チャンネルを管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "サーバー管理"
|
msgstr "サーバー管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "リアクションの追加"
|
msgstr "リアクションの追加"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "監査ログを表示"
|
msgstr "監査ログを表示"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "優先スピーカー"
|
msgstr "優先スピーカー"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "テキストチャンネルの閲覧&ボイスチャンネルを聞く"
|
msgstr "テキストチャンネルの閲覧&ボイスチャンネルを聞く"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "メッセージを送信"
|
msgstr "メッセージを送信"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "メッセージの管理"
|
msgstr "メッセージの管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "埋め込みリンク"
|
msgstr "埋め込みリンク"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "ファイルの添付"
|
msgstr "ファイルの添付"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "メッセージ履歴を読む"
|
msgstr "メッセージ履歴を読む"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "@everyone、@here、全てのロールにメンション"
|
msgstr "@everyone、@here、全てのロールにメンション"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "外部の絵文字を使用"
|
msgstr "外部の絵文字を使用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "サーバーインサイトを表示"
|
msgstr "サーバーインサイトを表示"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "接続"
|
msgstr "接続"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "話す"
|
msgstr "話す"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "メンバーをミュート"
|
msgstr "メンバーをミュート"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "メンバーのスピーカーをミュート"
|
msgstr "メンバーのスピーカーをミュート"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "メンバーを移動"
|
msgstr "メンバーを移動"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "音声アクティビティを使用する"
|
msgstr "音声アクティビティを使用する"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "ニックネームを変更する"
|
msgstr "ニックネームを変更する"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "ニックネームの管理"
|
msgstr "ニックネームの管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "ロールの管理"
|
msgstr "ロールの管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "ウェブフックの管理"
|
msgstr "ウェブフックの管理"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "現在、Lavalinkノードからトラックを取得できません。数分後にもう一度お試しください。"
|
msgstr "現在、Lavalinkノードからトラックを取得できません。数分後にもう一度お試しください。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
182
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "자동재생이 시작되었어요"
|
msgstr "자동재생이 시작되었어요"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "저에게 이 서버에 대한 몇가지 권한이 누락된 것 같아요, 최대한 빠르게 해당 권한을 부여해 주세요. \n\n"
|
msgstr "저에게 이 서버에 대한 몇가지 권한이 누락된 것 같아요, 최대한 빠르게 해당 권한을 부여해 주세요. \n\n"
|
||||||
"누락되었다고 예상되어지는 권한입니다.:\n"
|
"누락되었다고 예상되어지는 권한입니다.:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "활성화됨"
|
msgstr "활성화됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "비활성화됨"
|
msgstr "비활성화됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ역할을 찾지 못했습니다. DJ역할을 비활성화합니다."
|
msgstr "DJ역할을 찾지 못했습니다. DJ역할을 비활성화합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` 은 `{command}`의 적합한 값이 아니에요"
|
msgstr "`{user_input}` 은 `{command}`의 적합한 값이 아니에요"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "인수룰 구분할 수 없습니다."
|
msgstr "인수룰 구분할 수 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "잘못된 인수입니다."
|
msgstr "잘못된 인수입니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "`{}`에 대해 제공 한 인수가 유효하지 않습니다.`{}`를 예상했습니다."
|
msgstr "`{}`에 대해 제공 한 인수가 유효하지 않습니다.`{}`를 예상했습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "잘못된 환경입니다."
|
msgstr "잘못된 환경입니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "사용가능한 플레이어가 없습니다."
|
msgstr "사용가능한 플레이어가 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "봇이 음성체널에 접속해 있지 않아요."
|
msgstr "봇이 음성체널에 접속해 있지 않아요."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "트랙을 찾을수 없습니다"
|
msgstr "트랙을 찾을수 없습니다"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "디스코드와 통신하는데 문제가 있습니다."
|
msgstr "디스코드와 통신하는데 문제가 있습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
182
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Norwegian Bokmal\n"
|
"Language-Team: Norwegian Bokmal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automatisk avspilling startet."
|
msgstr "Automatisk avspilling startet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Opprett Direkte Invitasjon"
|
msgstr "Opprett Direkte Invitasjon"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Kast ut medlemmer"
|
msgstr "Kast ut medlemmer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Utesteng medlemmer"
|
msgstr "Utesteng medlemmer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Administrer kanaler"
|
msgstr "Administrer kanaler"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Administrer serveren"
|
msgstr "Administrer serveren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Legg til Reaksjoner"
|
msgstr "Legg til Reaksjoner"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Se Overvåkningslogg"
|
msgstr "Se Overvåkningslogg"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Prioritert taler"
|
msgstr "Prioritert taler"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Les tekstkanaler & se lydkanaler"
|
msgstr "Les tekstkanaler & se lydkanaler"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Send Meldinger"
|
msgstr "Send Meldinger"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Administrer meldinger"
|
msgstr "Administrer meldinger"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Bygge inn lenker"
|
msgstr "Bygge inn lenker"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Legg ved filer"
|
msgstr "Legg ved filer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Les meldingshistorikken"
|
msgstr "Les meldingshistorikken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Nevn @everyone, @here, og alle roller"
|
msgstr "Nevn @everyone, @here, og alle roller"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Bruk Eksterne Emojier"
|
msgstr "Bruk Eksterne Emojier"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Vis serverinnsikter"
|
msgstr "Vis serverinnsikter"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Nettverk"
|
msgstr "Nettverk"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Snakk"
|
msgstr "Snakk"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Demp Medlemmer"
|
msgstr "Demp Medlemmer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Slå av lyden til medlemmer"
|
msgstr "Slå av lyden til medlemmer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Flytte medlemmer"
|
msgstr "Flytte medlemmer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Bruk taleaktivitet"
|
msgstr "Bruk taleaktivitet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Endre kallenavn"
|
msgstr "Endre kallenavn"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Administrer kallenavn"
|
msgstr "Administrer kallenavn"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Behandle roller"
|
msgstr "Behandle roller"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Administrer Webhooks"
|
msgstr "Administrer Webhooks"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Bruk program-kommandoer"
|
msgstr "Bruk program-kommandoer"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Be om å snakke"
|
msgstr "Be om å snakke"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Administrer arrangement"
|
msgstr "Administrer arrangement"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Behandle tråder"
|
msgstr "Behandle tråder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Opprett offentlige tråder"
|
msgstr "Opprett offentlige tråder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Opprett Private Tråder"
|
msgstr "Opprett Private Tråder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Bruk eksterne klistremerker"
|
msgstr "Bruk eksterne klistremerker"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Send meldinger i tråder"
|
msgstr "Send meldinger i tråder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Denne kommandoen vil endre den maksimale RAM fordelingen for den administrerte Lavalink-noden, normalt vil du aldri måtte endre dette før du vurderer å endre det, vennligst kontakt vårt supportteam."
|
msgstr "Denne kommandoen vil endre den maksimale RAM fordelingen for den administrerte Lavalink-noden, normalt vil du aldri måtte endre dette før du vurderer å endre det, vennligst kontakt vårt supportteam."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Denne kommandoen vil deaktivere den administrerte lavalunk-noden, hvis du slår av og på denne kommandoen må du angi en ekstern Lavalink node for å koble til, hvis du ikke gjør det, vil lyd slutte å virke."
|
msgstr "Denne kommandoen vil deaktivere den administrerte lavalunk-noden, hvis du slår av og på denne kommandoen må du angi en ekstern Lavalink node for å koble til, hvis du ikke gjør det, vil lyd slutte å virke."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Denne kommandoen brukes til å angi IP som skal brukes ved Rød for å koble til en ekstern Lavalink node. "
|
msgstr "Denne kommandoen brukes til å angi IP som skal brukes ved Rød for å koble til en ekstern Lavalink node. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes til å angi godkjenningspassord som brukes av Red til å koble til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes til å angi godkjenningspassord som brukes av Red til å koble til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes veksling mellom sikrede og usikrede forbindelser til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes veksling mellom sikrede og usikrede forbindelser til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes til å angi tilkoblingsporten som brukes av Red til å koble til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes til å angi tilkoblingsporten som brukes av Red til å koble til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Denne kommandoen angir hvilken nettverkstilkobling og IP den administrerte Lavalink noden vil binde seg til som standard er dette 'localhost', endrer bare dette hvis du vil at Lavalink den håndterte noden skal bindes til en bestemt IP/grensesnitt."
|
msgstr "Denne kommandoen angir hvilken nettverkstilkobling og IP den administrerte Lavalink noden vil binde seg til som standard er dette 'localhost', endrer bare dette hvis du vil at Lavalink den håndterte noden skal bindes til en bestemt IP/grensesnitt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Kommandoen endrer godkjenningspassordet som kreves for å koble til denne administrerte node.Standardverdien er 'dushallnotpass'."
|
msgstr "Kommandoen endrer godkjenningspassordet som kreves for å koble til denne administrerte node.Standardverdien er 'dushallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n"
|
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n"
|
||||||
"Forventede tillatelser:\n"
|
"Forventede tillatelser:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivert"
|
msgstr "Aktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivert"
|
msgstr "Deaktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`"
|
msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Kan ikke analysere argument"
|
msgstr "Kan ikke analysere argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Ugyldig Argument"
|
msgstr "Ugyldig Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`."
|
msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ugyldig miljø"
|
msgstr "Ugyldig miljø"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Ingen spiller tilgjengelig"
|
msgstr "Ingen spiller tilgjengelig"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Botten er ikke koblet til en talekanal."
|
msgstr "Botten er ikke koblet til en talekanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Kunne ikke motta spor"
|
msgstr "Kunne ikke motta spor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Det var et problem som kommuniserte med Discord."
|
msgstr "Det var et problem som kommuniserte med Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Denne feilen er rapportert til bot eieren."
|
msgstr "Denne feilen er rapportert til bot eieren."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
182
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ingeschakeld"
|
msgstr "Ingeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Uitgeschakeld"
|
msgstr "Uitgeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
182
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automatyczne odtwarzanie rozpoczęte."
|
msgstr "Automatyczne odtwarzanie rozpoczęte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Utwórz zaproszenie"
|
msgstr "Utwórz zaproszenie"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Wyrzuć członków"
|
msgstr "Wyrzuć członków"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Zbanuj członków"
|
msgstr "Zbanuj członków"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrator"
|
msgstr "Administrator"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Zarządzaj kanałami"
|
msgstr "Zarządzaj kanałami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Zarządzaj serwerem"
|
msgstr "Zarządzaj serwerem"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Dodaj reakcje"
|
msgstr "Dodaj reakcje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Wyświetlanie dziennika zdarzeń"
|
msgstr "Wyświetlanie dziennika zdarzeń"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Priorytetowy rozmówca"
|
msgstr "Priorytetowy rozmówca"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Czytaj kanały tekstowe i zobacz kanały głosowe"
|
msgstr "Czytaj kanały tekstowe i zobacz kanały głosowe"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Wysyłanie wiadomości"
|
msgstr "Wysyłanie wiadomości"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Zarządzanie wiadomościami"
|
msgstr "Zarządzanie wiadomościami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Zamieszczanie linków"
|
msgstr "Zamieszczanie linków"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Załączanie plików"
|
msgstr "Załączanie plików"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Czytanie Historii Czatu"
|
msgstr "Czytanie Historii Czatu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Wspomnienie @everyone, @here i wszystkie role"
|
msgstr "Wspomnienie @everyone, @here i wszystkie role"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Używanie zewnętrznych emoji"
|
msgstr "Używanie zewnętrznych emoji"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Zobacz statystyki serwera"
|
msgstr "Zobacz statystyki serwera"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Połącz"
|
msgstr "Połącz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Mów"
|
msgstr "Mów"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Wycisz użytkowników"
|
msgstr "Wycisz użytkowników"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Wyłącz dźwięk członkom"
|
msgstr "Wyłącz dźwięk członkom"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Przenoszenie członków"
|
msgstr "Przenoszenie członków"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Użyj aktywności głosowej"
|
msgstr "Użyj aktywności głosowej"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Zmiana pseudonimu"
|
msgstr "Zmiana pseudonimu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Zarządzanie pseudonimami"
|
msgstr "Zarządzanie pseudonimami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Zarządzanie rolami"
|
msgstr "Zarządzanie rolami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Zarządzanie webhookami"
|
msgstr "Zarządzanie webhookami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Użyj poleceń aplikacji"
|
msgstr "Użyj poleceń aplikacji"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Prośba o mówienie"
|
msgstr "Prośba o mówienie"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Zarządzaj wydarzeniami"
|
msgstr "Zarządzaj wydarzeniami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Zarządzaj wątkami"
|
msgstr "Zarządzaj wątkami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Utwórz wątki publiczne"
|
msgstr "Utwórz wątki publiczne"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Utwórz prywatne wątki"
|
msgstr "Utwórz prywatne wątki"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Użyj zewnętrznych naklejek"
|
msgstr "Użyj zewnętrznych naklejek"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Wyślij wiadomości w wątkach"
|
msgstr "Wyślij wiadomości w wątkach"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda zmieni maksymalną alokację pamięci RAM dla zarządzanego węzła Lavalink, zwykle nigdy nie musisz tego zmieniać, zanim zastanowimy się nad jego zmianą, skontaktuj się z naszym zespołem pomocy technicznej."
|
msgstr "Ta komenda zmieni maksymalną alokację pamięci RAM dla zarządzanego węzła Lavalink, zwykle nigdy nie musisz tego zmieniać, zanim zastanowimy się nad jego zmianą, skontaktuj się z naszym zespołem pomocy technicznej."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda wyłączy zarządzany węzeł Lavalink jeśli włączysz to polecenie musisz określić zewnętrzny węzeł Lavalink aby się połączyć, jeśli nie zrobisz tego dźwięk przestanie działać."
|
msgstr "Ta komenda wyłączy zarządzany węzeł Lavalink jeśli włączysz to polecenie musisz określić zewnętrzny węzeł Lavalink aby się połączyć, jeśli nie zrobisz tego dźwięk przestanie działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Ta komenda jest używana do określenia adresu IP, który będzie używany przez Czerwony do połączenia z zewnętrznym węzłem Lavalink. "
|
msgstr "Ta komenda jest używana do określenia adresu IP, który będzie używany przez Czerwony do połączenia z zewnętrznym węzłem Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "To polecenie jest używane do określenia hasła uwierzytelniania używanego przez Czerwonego do połączenia z zewnętrznym węzłem Lavalink."
|
msgstr "To polecenie jest używane do określenia hasła uwierzytelniania używanego przez Czerwonego do połączenia z zewnętrznym węzłem Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "To polecenie jest używane do przełączania pomiędzy zabezpieczonymi i niezabezpieczonymi połączeniami do zewnętrznego węzła Lavalink."
|
msgstr "To polecenie jest używane do przełączania pomiędzy zabezpieczonymi i niezabezpieczonymi połączeniami do zewnętrznego węzła Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ta komenda jest używana do określenia portu połączenia używanego przez Czerwoną do połączenia z zewnętrznym węzłem Lavalink."
|
msgstr "Ta komenda jest używana do określenia portu połączenia używanego przez Czerwoną do połączenia z zewnętrznym węzłem Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda określa, z którym interfejsem sieciowym i IP zarządzany węzeł Lavalink będzie powiązany, domyślnie to jest 'localhost', tylko jeśli chcesz, aby zarządzany węzeł Lavalink wiązał się z określonym IP/interfejsem."
|
msgstr "Ta komenda określa, z którym interfejsem sieciowym i IP zarządzany węzeł Lavalink będzie powiązany, domyślnie to jest 'localhost', tylko jeśli chcesz, aby zarządzany węzeł Lavalink wiązał się z określonym IP/interfejsem."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Ta komenda zmienia hasło uwierzytelniania wymagane do połączenia z tym zarządzanym węzłem. Wartością domyślną jest 'youshallnotpass'."
|
msgstr "Ta komenda zmienia hasło uwierzytelniania wymagane do połączenia z tym zarządzanym węzłem. Wartością domyślną jest 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda zmienia port połączenia używany do połączenia z tym zarządzanym węzłem, zmień to tylko wtedy, gdy domyślny port '2333' powoduje konflikt z istniejącymi aplikacjami."
|
msgstr "Ta komenda zmienia port połączenia używany do połączenia z tym zarządzanym węzłem, zmień to tylko wtedy, gdy domyślny port '2333' powoduje konflikt z istniejącymi aplikacjami."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Ta komenda przełącza obsługę bezpośrednich strumieni url takich jak Icecast lub Shoutcast. Przykładem jest <http://ice1.somafm.com/gsclassic-128-mp3>; wyłączenie tego sprawi, że bot nie będzie w stanie odtworzyć żadnej bezpośredniej zawartości pary Url."
|
msgstr "Ta komenda przełącza obsługę bezpośrednich strumieni url takich jak Icecast lub Shoutcast. Przykładem jest <http://ice1.somafm.com/gsclassic-128-mp3>; wyłączenie tego sprawi, że bot nie będzie w stanie odtworzyć żadnej bezpośredniej zawartości pary Url."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda przełącza obsługę lokalnego odtwarzania dźwięku. Przykładem jest `/mnt/data/my_super_funky_track.mp3`; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć lokalnej zawartości śladu."
|
msgstr "Ta komenda przełącza obsługę lokalnego odtwarzania dźwięku. Przykładem jest `/mnt/data/my_super_funky_track.mp3`; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć lokalnej zawartości śladu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania SoundCloud. Przykładem jest <https://soundcloud.com/user-103858850/tilla>; wyłączenie tego sprawi, że bot nie będzie mógł odtwarzać żadnych treści SoundCloud."
|
msgstr "Ta komenda przełącza obsługę odtwarzania SoundCloud. Przykładem jest <https://soundcloud.com/user-103858850/tilla>; wyłączenie tego sprawi, że bot nie będzie mógł odtwarzać żadnych treści SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania YouTube (Spotify zależy od YouTube). Wyłączenie tej opcji sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości YouTube: w tym Spotify."
|
msgstr "Ta komenda przełącza obsługę odtwarzania YouTube (Spotify zależy od YouTube). Wyłączenie tej opcji sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości YouTube: w tym Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania na Twitchu. Przykładem tego jest <https://twitch.tv/monstercat>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnych treści Twitcha."
|
msgstr "Ta komenda przełącza obsługę odtwarzania na Twitchu. Przykładem tego jest <https://twitch.tv/monstercat>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnych treści Twitcha."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania Vimeo. Przykładem tego jest <https://vimeo.com/157743578>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości Vimeo."
|
msgstr "Ta komenda przełącza obsługę odtwarzania Vimeo. Przykładem tego jest <https://vimeo.com/157743578>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "To ustawienie kontroluje bufor ramki zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
msgstr "To ustawienie kontroluje bufor ramki zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "To ustawienie kontroluje bufor JDA-NAS zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
msgstr "To ustawienie kontroluje bufor JDA-NAS zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Ta komenda zresetuje każde ustawienie zmienione przez `[p]llset`."
|
msgstr "Ta komenda zresetuje każde ustawienie zmienione przez `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Próbowałeś uruchomić węzeł Lavalink zarządzany przez Audio na nieobsługiwanej architekturze. Dostępne będą tylko polecenia związane z ustawieniami."
|
msgstr "Próbowałeś uruchomić węzeł Lavalink zarządzany przez Audio na nieobsługiwanej architekturze. Dostępne będą tylko polecenia związane z ustawieniami."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Brakuje mi uprawnień do wysyłania wiadomości na tym serwerze. Skontaktuj się z nim tak szybko, jak to możliwe."
|
msgstr "Brakuje mi uprawnień do wysyłania wiadomości na tym serwerze. Skontaktuj się z nim tak szybko, jak to możliwe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Brakuje mi uprawnień na tym serwerze, prosimy o przekierowanie tego adresu tak szybko, jak to możliwe.\n\n"
|
msgstr "Brakuje mi uprawnień na tym serwerze, prosimy o przekierowanie tego adresu tak szybko, jak to możliwe.\n\n"
|
||||||
"Oczekiwane uprawnienia:\n"
|
"Oczekiwane uprawnienia:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Włączone"
|
msgstr "Włączone"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Wyłączone"
|
msgstr "Wyłączone"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"Jeśli chcesz kontynuować, wprowadź ten token uwzględniający wielkość liter bez spacji jako następna wiadomość.\n\n"
|
"Jeśli chcesz kontynuować, wprowadź ten token uwzględniający wielkość liter bez spacji jako następna wiadomość.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ."
|
msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`"
|
msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Nie można przeanalizować argumentu"
|
msgstr "Nie można przeanalizować argumentu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Nieprawidłowy argument"
|
msgstr "Nieprawidłowy argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
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 `{}`."
|
msgstr "Argument który podałeś dla `{}` jest nieprawidłowy: oczekiwałem/am `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Nieprawidłowe środowisko"
|
msgstr "Nieprawidłowe środowisko"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Połączenie z węzłem Lavalink zostało utracone."
|
msgstr "Połączenie z węzłem Lavalink zostało utracone."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Brak dostępnego odtwarzacza"
|
msgstr "Brak dostępnego odtwarzacza"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nie jest podłączony do kanału głosowego."
|
msgstr "Bot nie jest podłączony do kanału głosowego."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nie można pobrać utworu"
|
msgstr "Nie można pobrać utworu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "W tej chwili nie mogę pobrać ścieżki z węzła Lavalink, spróbuj ponownie za kilka minut."
|
msgstr "W tej chwili nie mogę pobrać ścieżki z węzła Lavalink, spróbuj ponownie za kilka minut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Wystąpił problem z komunikacją z Discordem."
|
msgstr "Wystąpił problem z komunikacją z Discordem."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
182
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Reprodução automática iniciada."
|
msgstr "Reprodução automática iniciada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Faltam permissões neste servidor. Por favor, resolva isso assim que possível.\n\n"
|
msgstr "Faltam permissões neste servidor. Por favor, resolva isso assim que possível.\n\n"
|
||||||
"Permissões esperadas:\n"
|
"Permissões esperadas:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Habilitado"
|
msgstr "Habilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desabilitado"
|
msgstr "Desabilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Não foi possível analisar o argumento"
|
msgstr "Não foi possível analisar o argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento inválido"
|
msgstr "Argumento inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "O argumento que você deu para `{}` não é válido: eu esperava por `{}`."
|
msgstr "O argumento que você deu para `{}` não é válido: eu esperava por `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ambiente inválido"
|
msgstr "Ambiente inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nenhum reprodutor disponível"
|
msgstr "Nenhum reprodutor disponível"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "O bot não está conectado a um canal de voz."
|
msgstr "O bot não está conectado a um canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Não foi possível obter a faixa"
|
msgstr "Não foi possível obter a faixa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Não foi possível obter uma faixa do nó do Lavalink no momento, tente novamente em alguns minutos."
|
msgstr "Não foi possível obter uma faixa do nó do Lavalink no momento, tente novamente em alguns minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Ocorreu um problema de comunicação com o Discord."
|
msgstr "Ocorreu um problema de comunicação com o Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este erro foi reportado ao proprietário do bot."
|
msgstr "Este erro foi reportado ao proprietário do bot."
|
||||||
|
|
||||||
|
|||||||
184
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
184
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,304 +19,304 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Reprodução automática iniciada."
|
msgstr "Reprodução automática iniciada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Criar Convite Instantâneo"
|
msgstr "Criar Convite Instantâneo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Expulsar membros"
|
msgstr "Expulsar membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Banir Membros"
|
msgstr "Banir Membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Administrador"
|
msgstr "Administrador"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Gerir canais"
|
msgstr "Gerir canais"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Gerir Servidor"
|
msgstr "Gerir Servidor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Adicionar Reacções"
|
msgstr "Adicionar Reacções"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Ver o registro de auditoria"
|
msgstr "Ver o registro de auditoria"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Voz prioritária"
|
msgstr "Voz prioritária"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr "Vídeo"
|
msgstr "Vídeo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Ler canais de texto e ver canais de voz"
|
msgstr "Ler canais de texto e ver canais de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Enviar mensagens"
|
msgstr "Enviar mensagens"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr "Envia mensagens de conversão de texto em voz"
|
msgstr "Envia mensagens de conversão de texto em voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Gerir Mensagens"
|
msgstr "Gerir Mensagens"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Links Incorporados"
|
msgstr "Links Incorporados"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Anexar ficheiros"
|
msgstr "Anexar ficheiros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Ler Histórico de Mensagens"
|
msgstr "Ler Histórico de Mensagens"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Mencionar \\@everyone, \\@here e todos os cargos"
|
msgstr "Mencionar \\@everyone, \\@here e todos os cargos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Usar Emojis Externos"
|
msgstr "Usar Emojis Externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Ver estatísticas do servidor"
|
msgstr "Ver estatísticas do servidor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Conectar"
|
msgstr "Conectar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Falar"
|
msgstr "Falar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Silenciar membros"
|
msgstr "Silenciar membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Ensurdecer Membros"
|
msgstr "Ensurdecer Membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Mover membros"
|
msgstr "Mover membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Usar Deteção de Voz"
|
msgstr "Usar Deteção de Voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Alterar Alcunha"
|
msgstr "Alterar Alcunha"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Gerir Alcunhas"
|
msgstr "Gerir Alcunhas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Gerir Cargos"
|
msgstr "Gerir Cargos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Gerir webhooks"
|
msgstr "Gerir webhooks"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "Gerir Expressões"
|
msgstr "Gerir Expressões"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Usar comandos de aplicativo"
|
msgstr "Usar comandos de aplicativo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Pedir para Falar"
|
msgstr "Pedir para Falar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Gerir Eventos"
|
msgstr "Gerir Eventos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Gerir Tópicos"
|
msgstr "Gerir Tópicos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Criar Tópico Público"
|
msgstr "Criar Tópico Público"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Criar Tópicos Privados"
|
msgstr "Criar Tópicos Privados"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Usar Adesivos Externos"
|
msgstr "Usar Adesivos Externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Enviar Mensagens em Tópicos"
|
msgstr "Enviar Mensagens em Tópicos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr "Usar Atividades"
|
msgstr "Usar Atividades"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr "Castigar membros"
|
msgstr "Castigar membros"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr "Visualizar a Análise da Monetização do Criador"
|
msgstr "Visualizar a Análise da Monetização do Criador"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Usar Soundboard"
|
msgstr "Usar Soundboard"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "Criar expressões"
|
msgstr "Criar expressões"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr "Criar Eventos"
|
msgstr "Criar Eventos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Usar Sons Externos"
|
msgstr "Usar Sons Externos"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Enviar Mensagens de Voz"
|
msgstr "Enviar Mensagens de Voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr "Criar Votações"
|
msgstr "Criar Votações"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr "Usar Aplicações Externas"
|
msgstr "Usar Aplicações Externas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Este comando irá alterar o caminho executável do Java, isso é útil se você tem várias instalações do Java e a padrão está causando problemas. Por favor, não mude isso, a menos que tenha certeza de que a versão Java que está especificando é suportada pelo Red. As versões padrão e suportadas atualmente são o Java 17 e o 11."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando irá alterar a alocação máxima de RAM para o nó gerenciado Lavalink, Normalmente você nunca precisará mudar isto, antes de considerar alterá-lo por favor consulte nossa equipe de suporte."
|
msgstr "Este comando irá alterar a alocação máxima de RAM para o nó gerenciado Lavalink, Normalmente você nunca precisará mudar isto, antes de considerar alterá-lo por favor consulte nossa equipe de suporte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando desativará o nó Lavalink gerenciado, se você alternar este comando você deve especificar um nó Lavalink externo a se conectar, se você não fizer isso o Áudio irá parar de funcionar."
|
msgstr "Este comando desativará o nó Lavalink gerenciado, se você alternar este comando você deve especificar um nó Lavalink externo a se conectar, se você não fizer isso o Áudio irá parar de funcionar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Este comando é usado para especificar o IP que será usado pelo Red para conectar a um nó Lavalink externo. "
|
msgstr "Este comando é usado para especificar o IP que será usado pelo Red para conectar a um nó Lavalink externo. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para especificar a senha de autenticação usada pelo Red para conectar a um nó externo Lavalink."
|
msgstr "Este comando é usado para especificar a senha de autenticação usada pelo Red para conectar a um nó externo Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para alternar entre conexões seguras e não seguras para um nó Lavalink externo."
|
msgstr "Este comando é usado para alternar entre conexões seguras e não seguras para um nó Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para especificar a porta de conexão usada pelo Red para conectar a um nó de Lavalink externo."
|
msgstr "Este comando é usado para especificar a porta de conexão usada pelo Red para conectar a um nó de Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando especifica a qual interface de rede e IP o nó Lavalink gerenciado será vinculado, por padrão isto é 'localhost', só mude isso se você quiser que o nó gerenciado de Lavalink vincule a um IP/interface específico."
|
msgstr "Este comando especifica a qual interface de rede e IP o nó Lavalink gerenciado será vinculado, por padrão isto é 'localhost', só mude isso se você quiser que o nó gerenciado de Lavalink vincule a um IP/interface específico."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Este comando altera a senha de autenticação necessária para conectar a este nó gerenciado. O valor padrão é 'youshallnotpass'."
|
msgstr "Este comando altera a senha de autenticação necessária para conectar a este nó gerenciado. O valor padrão é 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando altera a porta de conexão utilizada para conectar a este nó gerenciado, somente mude isso se a porta padrão '2333' estiver causando conflitos com aplicações existentes."
|
msgstr "Este comando altera a porta de conexão utilizada para conectar a este nó gerenciado, somente mude isso se a porta padrão '2333' estiver causando conflitos com aplicações existentes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Este comando alterna o suporte a streams de url diretas como Icecast ou Shoutcast fluxos. Um exemplo é <http://ice1.somafm.com/gsclassic-128-mp3>format@@1; desabilitar isso não fará com que o bot não possa reproduzir qualquer conteúdo Steam Url direta."
|
msgstr "Este comando alterna o suporte a streams de url diretas como Icecast ou Shoutcast fluxos. Um exemplo é <http://ice1.somafm.com/gsclassic-128-mp3>format@@1; desabilitar isso não fará com que o bot não possa reproduzir qualquer conteúdo Steam Url direta."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando alterna o suporte à reprodução de áudio local. Um exemplo é `/mnt/data/my_super_funky_track. p3`; desabilitar isto fará com que o bot não possa reproduzir qualquer conteúdo local."
|
msgstr "Este comando alterna o suporte à reprodução de áudio local. Um exemplo é `/mnt/data/my_super_funky_track. p3`; desabilitar isto fará com que o bot não possa reproduzir qualquer conteúdo local."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Este comando alterna o suporte à reprodução do SoundCloud. Um exemplo é <https://soundcloud.com/user-103858850/tilla>; desabilitar isso fará com que o bot não possa reproduzir conteúdo do SoundCloud."
|
msgstr "Este comando alterna o suporte à reprodução do SoundCloud. Um exemplo é <https://soundcloud.com/user-103858850/tilla>; desabilitar isso fará com que o bot não possa reproduzir conteúdo do SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Este comando alterna o suporte da reprodução do YouTube (Spotify depende do YouTube). Desabilitar isso fará com que o bot não possa reproduzir qualquer conteúdo do YouTube: isso inclui o Spotify."
|
msgstr "Este comando alterna o suporte da reprodução do YouTube (Spotify depende do YouTube). Desabilitar isso fará com que o bot não possa reproduzir qualquer conteúdo do YouTube: isso inclui o Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Esse comando alterna o apoio da reprodução do Twitch. Um exemplo disso é <https://twitch.tv/monstercat>; desabilitar isso fará com que o bot não possa jogar qualquer conteúdo da Twitch."
|
msgstr "Esse comando alterna o apoio da reprodução do Twitch. Um exemplo disso é <https://twitch.tv/monstercat>; desabilitar isso fará com que o bot não possa jogar qualquer conteúdo da Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Este comando alterna o suporte da reprodução Vimeo. Um exemplo disso é <https://vimeo.com/157743578>; desabilitar isso fará com que o bot não possa jogar nenhum conteúdo Vimeo."
|
msgstr "Este comando alterna o suporte da reprodução Vimeo. Um exemplo disso é <https://vimeo.com/157743578>; desabilitar isso fará com que o bot não possa jogar nenhum conteúdo Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuração controla o framework gerenciado, não altere isso a menos que instruído."
|
msgstr "Esta configuração controla o framework gerenciado, não altere isso a menos que instruído."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuração controla o buffer JDA-NAS do nó gerenciado, não muda isso a menos que instruído."
|
msgstr "Esta configuração controla o buffer JDA-NAS do nó gerenciado, não muda isso a menos que instruído."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Este comando irá redefinir todas as configurações alteradas por `[p]llset`."
|
msgstr "Este comando irá redefinir todas as configurações alteradas por `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Você tentou executar o nó Lavalink gerenciado do Áudio em uma arquitetura não suportada. Somente comandos relacionados a configurações estarão disponíveis."
|
msgstr "Você tentou executar o nó Lavalink gerenciado do Áudio em uma arquitetura não suportada. Somente comandos relacionados a configurações estarão disponíveis."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Faltam permissões para enviar mensagens neste servidor. Por favor, resolva isso o mais rápido possível."
|
msgstr "Faltam permissões para enviar mensagens neste servidor. Por favor, resolva isso o mais rápido possível."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Não tenho permissores neste servidor, Por favor resolva o mais rápido possível:\n"
|
msgstr "Não tenho permissores neste servidor, Por favor resolva o mais rápido possível:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ativado"
|
msgstr "Ativado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Você não deve estar executando este comando."
|
msgstr "Você não deve estar executando este comando."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -326,58 +326,58 @@ msgstr "\n"
|
|||||||
"Se você deseja continuar, insira este token sensível a maiúsculas e minúsculas sem espaços como a sua próxima mensagem.\n\n"
|
"Se você deseja continuar, insira este token sensível a maiúsculas e minúsculas sem espaços como a sua próxima mensagem.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nenhum cargo de DJ encontrado. Desativando o modo DJ."
|
msgstr "Nenhum cargo de DJ encontrado. Desativando o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Incapaz de analisar Argumento"
|
msgstr "Incapaz de analisar Argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento Inválido"
|
msgstr "Argumento Inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "O argumento que você deu para `{}` não é válido: eu estava esperando um `{}`."
|
msgstr "O argumento que você deu para `{}` não é válido: eu estava esperando um `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ambiente inválido"
|
msgstr "Ambiente inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "A conexão com o node Lavalink foi perdida."
|
msgstr "A conexão com o node Lavalink foi perdida."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nenhum jogador disponível"
|
msgstr "Nenhum jogador disponível"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "O bot não está conectado a um canal de voz."
|
msgstr "O bot não está conectado a um canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Não foi possível obter a faixa"
|
msgstr "Não foi possível obter a faixa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Não consigo obter uma faixa do nó de Lavalink no momento, tente novamente em alguns minutos."
|
msgstr "Não consigo obter uma faixa do nó de Lavalink no momento, tente novamente em alguns minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Houve um problema na comunicação com o Discord."
|
msgstr "Houve um problema na comunicação com o Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este erro foi denunciado ao dono do bot."
|
msgstr "Este erro foi denunciado ao dono do bot."
|
||||||
|
|
||||||
|
|||||||
184
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
184
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Автоматическое воспроизведение запущено."
|
msgstr "Автоматическое воспроизведение запущено."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Создание приглашений"
|
msgstr "Создание приглашений"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Выгнать участников"
|
msgstr "Выгнать участников"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Забанить участников"
|
msgstr "Забанить участников"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Администратор"
|
msgstr "Администратор"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Управлять каналами"
|
msgstr "Управлять каналами"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Управлять сервером"
|
msgstr "Управлять сервером"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Добавлять реакции"
|
msgstr "Добавлять реакции"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Просматривать журнал аудита"
|
msgstr "Просматривать журнал аудита"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Приоритетный режим"
|
msgstr "Приоритетный режим"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr "Видео"
|
msgstr "Видео"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Просматривать каналы"
|
msgstr "Просматривать каналы"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Отправлять сообщения"
|
msgstr "Отправлять сообщения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr "Отправка сообщений text-to-speech"
|
msgstr "Отправка сообщений text-to-speech"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Управлять сообщениями"
|
msgstr "Управлять сообщениями"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Встраивать ссылки"
|
msgstr "Встраивать ссылки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Прикреплять файлы"
|
msgstr "Прикреплять файлы"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Читать историю сообщений"
|
msgstr "Читать историю сообщений"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "Упоминание @everyone, @here и всех ролей"
|
msgstr "Упоминание @everyone, @here и всех ролей"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Использовать внешние эмодзи"
|
msgstr "Использовать внешние эмодзи"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Просмотр аналитики сервера"
|
msgstr "Просмотр аналитики сервера"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Подключаться"
|
msgstr "Подключаться"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Говорить"
|
msgstr "Говорить"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Отключать участникам микрофон"
|
msgstr "Отключать участникам микрофон"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Отключать участникам звук"
|
msgstr "Отключать участникам звук"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Перемещать участников"
|
msgstr "Перемещать участников"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Использовать режим активации по голосу"
|
msgstr "Использовать режим активации по голосу"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Изменить никнейм"
|
msgstr "Изменить никнейм"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Управление никнеймами"
|
msgstr "Управление никнеймами"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Управлять ролями"
|
msgstr "Управлять ролями"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Управлять вебхуками (webhooks)"
|
msgstr "Управлять вебхуками (webhooks)"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "Управление выражениями"
|
msgstr "Управление выражениями"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Использовать команды приложения"
|
msgstr "Использовать команды приложения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Попросить выступить"
|
msgstr "Попросить выступить"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Управление событиями"
|
msgstr "Управление событиями"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Управление ветками"
|
msgstr "Управление ветками"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Создать публичные ветки"
|
msgstr "Создать публичные ветки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Создание приватных веток"
|
msgstr "Создание приватных веток"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Использовать внешние стикеры"
|
msgstr "Использовать внешние стикеры"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Отправлять сообщения в ветках"
|
msgstr "Отправлять сообщения в ветках"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr "Использовать активности"
|
msgstr "Использовать активности"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr "Отправлять участников думать о своём поведении"
|
msgstr "Отправлять участников думать о своём поведении"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr "Просмотр аналитики подписок на сервер"
|
msgstr "Просмотр аналитики подписок на сервер"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Использовать звуковую панель"
|
msgstr "Использовать звуковую панель"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "Создавать средства выражения эмоций"
|
msgstr "Создавать средства выражения эмоций"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr "Создавать события"
|
msgstr "Создавать события"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Использовать внешние звуки"
|
msgstr "Использовать внешние звуки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Отправлять голосовые сообщения"
|
msgstr "Отправлять голосовые сообщения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr "Создавать опросы"
|
msgstr "Создавать опросы"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr "Использовать внешние приложения"
|
msgstr "Использовать внешние приложения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Эта команда изменит путь к исполняемому файлу Java. Это полезно, если у вас несколько установок Java, и стандартная вызывает проблемы. Пожалуйста, не изменяйте этот параметр, если вы не уверены, что указанная вами версия Java поддерживается Red. В настоящее время по умолчанию поддерживаются версии Java 17 и 11."
|
msgstr "Эта команда изменит путь к исполняемому файлу Java. Это полезно, если у вас несколько установок Java, и стандартная вызывает проблемы. Пожалуйста, не изменяйте этот параметр, если вы не уверены, что указанная вами версия Java поддерживается Red. В настоящее время поддерживаются версии Java {supported_java_versions}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда изменит максимальное распределение оперативной памяти для управляемого узла Lavalink, обычно вам никогда не придется изменять это значение, но прежде чем изменять его, пожалуйста, проконсультируйтесь с нашей службой поддержки."
|
msgstr "Эта команда изменит максимальное распределение оперативной памяти для управляемого узла Lavalink, обычно вам никогда не придется изменять это значение, но прежде чем изменять его, пожалуйста, проконсультируйтесь с нашей службой поддержки."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда отключит управляемый узел Lavalink, если вы включите эту команду, вы должны указать внешний узел Lavalink для подключения, если вы этого не сделаете, Audio перестанет работать."
|
msgstr "Эта команда отключит управляемый узел Lavalink, если вы включите эту команду, вы должны указать внешний узел Lavalink для подключения, если вы этого не сделаете, Audio перестанет работать."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Эта команда используется для указания IP-адреса, который будет использовать Red для подключения к внешнему узлу Lavalink. "
|
msgstr "Эта команда используется для указания IP-адреса, который будет использовать Red для подключения к внешнему узлу Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Эта команда используется для указания пароля аутентификации, используемого Red для подключения к внешнему узлу Lavalink."
|
msgstr "Эта команда используется для указания пароля аутентификации, используемого Red для подключения к внешнему узлу Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Эта команда используется для переключения между безопасными и небезопасными соединениями с внешним Lavalink узлом."
|
msgstr "Эта команда используется для переключения между безопасными и небезопасными соединениями с внешним Lavalink узлом."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Эта команда используется для указания порта соединения, используемого Red для подключения к внешнему узлу Lavalink."
|
msgstr "Эта команда используется для указания порта соединения, используемого Red для подключения к внешнему узлу Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда определяет, к какому сетевому интерфейсу и IP будет привязываться управляемый узел Lavalink по умолчанию это 'localhost', только если вы хотите, чтобы управляемый узел Lavalink связался с определенным IP/интерфейсом."
|
msgstr "Эта команда определяет, к какому сетевому интерфейсу и IP будет привязываться управляемый узел Lavalink по умолчанию это 'localhost', только если вы хотите, чтобы управляемый узел Lavalink связался с определенным IP/интерфейсом."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Эта команда меняет пароль аутентификации, необходимый для подключения к управляемому узлу. Значение по умолчанию 'youshallnotpass'."
|
msgstr "Эта команда меняет пароль аутентификации, необходимый для подключения к управляемому узлу. Значение по умолчанию 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда изменяет порт соединения, используемый для подключения к управляемому узлу. Изменять только если порт по умолчанию ('2333') вызывает конфликты с существующими приложениями."
|
msgstr "Эта команда изменяет порт соединения, используемый для подключения к управляемому узлу. Изменять только если порт по умолчанию ('2333') вызывает конфликты с существующими приложениями."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Эта команда переключает поддержку URL стримов таких, как Icecast или Shoutcast. Примером является <http://ice1.somafm.com/gsclassic-128-mp3>; при отключении бот не сможет воспроизвести содержание URL стрима."
|
msgstr "Эта команда переключает поддержку URL стримов таких, как Icecast или Shoutcast. Примером является <http://ice1.somafm.com/gsclassic-128-mp3>; при отключении бот не сможет воспроизвести содержание URL стрима."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения локального трека. Примером может служить `/mnt/data/my_super_funky_track.mp3`; при отключении бот не сможет воспроизводить локальные трека."
|
msgstr "Эта команда переключает поддержку воспроизведения локального трека. Примером может служить `/mnt/data/my_super_funky_track.mp3`; при отключении бот не сможет воспроизводить локальные трека."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения с SoundCloud. Пример <https://soundcloud.com/user-103858850/tilla>; при отключении бот не сможет воспроизводить содержимое с SoundCloud."
|
msgstr "Эта команда переключает поддержку воспроизведения с SoundCloud. Пример <https://soundcloud.com/user-103858850/tilla>; при отключении бот не сможет воспроизводить содержимое с SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения YouTube и Spotify. При отключении бот не сможет воспроизводить контента с YouTube и Spotify."
|
msgstr "Эта команда переключает поддержку воспроизведения YouTube и Spotify. При отключении бот не сможет воспроизводить контента с YouTube и Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения с Twitch. Пример <https://twitch.tv/monstercat>; при отключении бот не сможет воспроизводить содержимое c Twitch."
|
msgstr "Эта команда переключает поддержку воспроизведения с Twitch. Пример <https://twitch.tv/monstercat>; при отключении бот не сможет воспроизводить содержимое c Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения с Vimeo. Пример <https://vimeo.com/157743578>; при отключении бот не сможет воспроизводить содержимое с Vimeo."
|
msgstr "Эта команда переключает поддержку воспроизведения с Vimeo. Пример <https://vimeo.com/157743578>; при отключении бот не сможет воспроизводить содержимое с Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Этот параметр управляет буфером кадров управляемого узла, не меняйте его без указаний."
|
msgstr "Этот параметр управляет буфером кадров управляемого узла, не меняйте его без указаний."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Этот параметр управляет JDA-NAS буфером управляемого узла, не меняйте его без указаний."
|
msgstr "Этот параметр управляет JDA-NAS буфером управляемого узла, не меняйте его без указаний."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Эта команда сбросит все параметры, измененные с помощью `[p]llset`."
|
msgstr "Эта команда сбросит все параметры, измененные с помощью `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Вы попытались запустить управляемый узел Lavalink на неподдерживаемой архитектуре. Будут доступны только команды, связанные с настройками."
|
msgstr "Вы попытались запустить управляемый узел Lavalink на неподдерживаемой архитектуре. Будут доступны только команды, связанные с настройками."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "У меня отсутствуют разрешения на отправку сообщений на этом сервере. Пожалуйста, устраните это как можно скорее."
|
msgstr "У меня отсутствуют разрешения на отправку сообщений на этом сервере. Пожалуйста, устраните это как можно скорее."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Мне не хватает полномочий на этом сервере, Пожалуйста, решите эту проблему как можно скорее.\n\n"
|
msgstr "Мне не хватает полномочий на этом сервере, Пожалуйста, решите эту проблему как можно скорее.\n\n"
|
||||||
"Ожидаемые полномочия:\n"
|
"Ожидаемые полномочия:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Включено"
|
msgstr "Включено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Отключено"
|
msgstr "Отключено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Вам не следует запускать эту команду."
|
msgstr "Вам не следует запускать эту команду."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"Если вы хотите продолжить, введите чувствительный к регистру код без пробелов в качестве следующего сообщения.\n\n"
|
"Если вы хотите продолжить, введите чувствительный к регистру код без пробелов в качестве следующего сообщения.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Роль DJ не найдена. Отключение режима DJ."
|
msgstr "Роль DJ не найдена. Отключение режима DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` не является допустимым значением для `{command}`"
|
msgstr "`{user_input}` не является допустимым значением для `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Не удается разобрать аргумент"
|
msgstr "Не удается разобрать аргумент"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Недопустимый аргумент"
|
msgstr "Недопустимый аргумент"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Аргумент, который вы привели для `{}`, недействителен: Я ожидал `{}`."
|
msgstr "Аргумент, который вы привели для `{}`, недействителен: Я ожидал `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Неверное окружение"
|
msgstr "Неверное окружение"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Соединение с Lavalink узлом было потеряно."
|
msgstr "Соединение с Lavalink узлом было потеряно."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Нет доступных проигрывателей"
|
msgstr "Нет доступных проигрывателей"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Бот не подключен к голосовому каналу."
|
msgstr "Бот не подключен к голосовому каналу."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Не удается получить трек"
|
msgstr "Не удается получить трек"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Я не могу получить трек от Lavalink, повторите попытку через несколько минут."
|
msgstr "Я не могу получить трек от Lavalink, повторите попытку через несколько минут."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Возникла проблема со связью с Discord."
|
msgstr "Возникла проблема со связью с Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Об этой ошибке было сообщено владельцу бота."
|
msgstr "Об этой ошибке было сообщено владельцу бота."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
182
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automatické prehrávanie sa spustilo."
|
msgstr "Automatické prehrávanie sa spustilo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivované"
|
msgstr "Aktivované"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivované"
|
msgstr "Deaktivované"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nie je tu nájdená žiadna DJ rola. Vypínam DJ mód."
|
msgstr "Nie je tu nájdená žiadna DJ rola. Vypínam DJ mód."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Žiaden prehrávač nie je dostupný"
|
msgstr "Žiaden prehrávač nie je dostupný"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nie je pripojený na hlasový kanál."
|
msgstr "Bot nie je pripojený na hlasový kanál."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nepodarilo sa získať stopu"
|
msgstr "Nepodarilo sa získať stopu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Vyskytla sa chyba pri komunikácii s Discordom."
|
msgstr "Vyskytla sa chyba pri komunikácii s Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
182
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovenian\n"
|
"Language-Team: Slovenian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Samodejno predvajanje se je začelo."
|
msgstr "Samodejno predvajanje se je začelo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n"
|
msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n"
|
||||||
"Potrebna dovoljenja:\n"
|
"Potrebna dovoljenja:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Omogočeno"
|
msgstr "Omogočeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Onemogočeno"
|
msgstr "Onemogočeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ rola ne obstaja. Izklapljam DJ način."
|
msgstr "DJ rola ne obstaja. Izklapljam DJ način."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "Vrednost `{user_input}` ni veljavna za `{command}`"
|
msgstr "Vrednost `{user_input}` ni veljavna za `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argumenta ni mogoče razčleniti"
|
msgstr "Argumenta ni mogoče razčleniti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Neveljaven argument"
|
msgstr "Neveljaven argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Podani argument za `{}` ni veljaven: Pričakoval sem `{}`."
|
msgstr "Podani argument za `{}` ni veljaven: Pričakoval sem `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Neveljavno okolje"
|
msgstr "Neveljavno okolje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Na voljo ni noben predvajalnik"
|
msgstr "Na voljo ni noben predvajalnik"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot ni povezan do zvočnega kanala."
|
msgstr "Bot ni povezan do zvočnega kanala."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Skladbe ni mogoče dobiti"
|
msgstr "Skladbe ni mogoče dobiti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Prišlo je do težave pri komunikaciji z Discordom."
|
msgstr "Prišlo je do težave pri komunikaciji z Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Napaka je bila posredovana lastniku bota."
|
msgstr "Napaka je bila posredovana lastniku bota."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
182
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
182
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Otomatik çalma başladı."
|
msgstr "Otomatik çalma başladı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "Anlık Davet Oluştur"
|
msgstr "Anlık Davet Oluştur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "Üyeleri At"
|
msgstr "Üyeleri At"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "Üyeleri Engelle"
|
msgstr "Üyeleri Engelle"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "Yönetici"
|
msgstr "Yönetici"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "Kanalları Yönet"
|
msgstr "Kanalları Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "Sunucuyu Yönet"
|
msgstr "Sunucuyu Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "Tepki Ekle"
|
msgstr "Tepki Ekle"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "Denetim Kaydını Görüntüle"
|
msgstr "Denetim Kaydını Görüntüle"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "Öncelikli Hoparlör"
|
msgstr "Öncelikli Hoparlör"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "Metin Kanallarını Okuyun ve Ses Kanallarını Görün"
|
msgstr "Metin Kanallarını Okuyun ve Ses Kanallarını Görün"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "Mesaj Gönder"
|
msgstr "Mesaj Gönder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "Mesajları Yönet"
|
msgstr "Mesajları Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "Bağlantı Yerleştir"
|
msgstr "Bağlantı Yerleştir"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "Dosya Ekle"
|
msgstr "Dosya Ekle"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "Mesaj Geçmişini Oku"
|
msgstr "Mesaj Geçmişini Oku"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "@everyone, @here ve Tüm Rollerden bahset"
|
msgstr "@everyone, @here ve Tüm Rollerden bahset"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "Harici Emojiler Kullan"
|
msgstr "Harici Emojiler Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "Sunucu Analizlerini Görüntüle"
|
msgstr "Sunucu Analizlerini Görüntüle"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "Bağlan"
|
msgstr "Bağlan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "Konuş"
|
msgstr "Konuş"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "Üyeleri Sustur"
|
msgstr "Üyeleri Sustur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "Üyeleri Sağırlaştır"
|
msgstr "Üyeleri Sağırlaştır"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "Üyeleri Taşı"
|
msgstr "Üyeleri Taşı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "Ses Eylemi Kullan"
|
msgstr "Ses Eylemi Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "Kullanıcı Adı Değiştir"
|
msgstr "Kullanıcı Adı Değiştir"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "Kullanıcı Adlarını Yönet"
|
msgstr "Kullanıcı Adlarını Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "Rolleri Yönet"
|
msgstr "Rolleri Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "Webhook'ları Yönet"
|
msgstr "Webhook'ları Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "İfadeleri Yönet"
|
msgstr "İfadeleri Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "Uygulama Komutlarını Kullan"
|
msgstr "Uygulama Komutlarını Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "Konuşma İsteği"
|
msgstr "Konuşma İsteği"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "Etkinlikleri Yönet"
|
msgstr "Etkinlikleri Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "Alt Başlıkları Yönet"
|
msgstr "Alt Başlıkları Yönet"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "Herkese Açık Alt Başlık Aç"
|
msgstr "Herkese Açık Alt Başlık Aç"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "Özel Alt Başlık Aç"
|
msgstr "Özel Alt Başlık Aç"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "Harici Çıkartmaları Kullan"
|
msgstr "Harici Çıkartmaları Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "Alt Başlıklarda Mesaj Gönder"
|
msgstr "Alt Başlıklarda Mesaj Gönder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "Ses Panelini Kullan"
|
msgstr "Ses Panelini Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "İfade Oluştur"
|
msgstr "İfade Oluştur"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr "Dış Ses Kullan"
|
msgstr "Dış Ses Kullan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "Sesli Mesaj Gönder"
|
msgstr "Sesli Mesaj Gönder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node 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."
|
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:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\n\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"
|
"Beklediğim İzinler:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Etkinleştirildi"
|
msgstr "Etkinleştirildi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Devre dışı bırakıldı"
|
msgstr "Devre dışı bırakıldı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Bu komutu çalıştırmamalısın."
|
msgstr "Bu komutu çalıştırmamalısın."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` `{command}` için geçerli bir değer değil"
|
msgstr "`{user_input}` `{command}` için geçerli bir değer değil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Değişken işlenemedi"
|
msgstr "Değişken işlenemedi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Geçersiz argüment"
|
msgstr "Geçersiz argüment"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
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."
|
msgstr "`{}` için sunduğunuz değişken geçersiz, ben bir `{}` bekliyordum."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Geçersiz Ortam"
|
msgstr "Geçersiz Ortam"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu."
|
msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Kullanılabilir müzik çalar yok"
|
msgstr "Kullanılabilir müzik çalar yok"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot her hangi bir ses kanalında değil."
|
msgstr "Bot her hangi bir ses kanalında değil."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Parça alınamıyor"
|
msgstr "Parça alınamıyor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node 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."
|
msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Discord ile haberleşirken sorun oluştu."
|
msgstr "Discord ile haberleşirken sorun oluştu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Hata bot sahibine bildirildi."
|
msgstr "Hata bot sahibine bildirildi."
|
||||||
|
|
||||||
|
|||||||
186
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
186
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr "Увімкнено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Вимкнено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
182
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,363 +19,363 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Tự động phát đã bắt đầu."
|
msgstr "Tự động phát đã bắt đầu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Tôi bị thiếu quyền trong máy chủ này.\n\n"
|
msgstr "Tôi bị thiếu quyền trong máy chủ này.\n\n"
|
||||||
"Những quyền cần thiết:\n"
|
"Những quyền cần thiết:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Đã bật"
|
msgstr "Đã bật"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Đã tắt"
|
msgstr "Đã tắt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Tôi không thấy role DJ nào cả, đang tắt chế độ DJ."
|
msgstr "Tôi không thấy role DJ nào cả, đang tắt chế độ DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Không thể đối chiếu cú pháp"
|
msgstr "Không thể đối chiếu cú pháp"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Giá trị không hợp lệ"
|
msgstr "Giá trị không hợp lệ"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Có gì đó không đúng với `{}`: Tôi tưởng bạn muốn `{}`."
|
msgstr "Có gì đó không đúng với `{}`: Tôi tưởng bạn muốn `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Tôi chưa bật trình phát nhạc"
|
msgstr "Tôi chưa bật trình phát nhạc"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Nhưng mà Tôi chưa vào kênh thoại nào."
|
msgstr "Nhưng mà Tôi chưa vào kênh thoại nào."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Tôi không lấy được nhạc. Thử lại lần nữa đi"
|
msgstr "Tôi không lấy được nhạc. Thử lại lần nữa đi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Hmm hình như có vấn đề khi kết nối với Discord."
|
msgstr "Hmm hình như có vấn đề khi kết nối với Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Lỗi này Tôi đã báo cáo với chủ sở hữu."
|
msgstr "Lỗi này Tôi đã báo cáo với chủ sở hữu."
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
182
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,362 +19,362 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已启用"
|
msgstr "已启用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已禁用"
|
msgstr "已禁用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
182
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
182
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-08-26 17:53+0000\n"
|
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -19,305 +19,305 @@ msgstr ""
|
|||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "已開始自動播放。"
|
msgstr "已開始自動播放。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr "建立即時邀請"
|
msgstr "建立即時邀請"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr "踢出成員"
|
msgstr "踢出成員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr "封鎖成員"
|
msgstr "封鎖成員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr "管理員"
|
msgstr "管理員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr "管理頻道"
|
msgstr "管理頻道"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr "管理伺服器"
|
msgstr "管理伺服器"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr "新增反應"
|
msgstr "新增反應"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr "檢視審核日誌"
|
msgstr "檢視審核日誌"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr "優先發言者"
|
msgstr "優先發言者"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr "讀取文字頻道和查看語音頻道"
|
msgstr "讀取文字頻道和查看語音頻道"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr "發送訊息"
|
msgstr "發送訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr "管理訊息"
|
msgstr "管理訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr "嵌入連結"
|
msgstr "嵌入連結"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr "附加文件"
|
msgstr "附加文件"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr "讀取歷史訊息"
|
msgstr "讀取歷史訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr "提及 @everyone、@here 和所有身分組"
|
msgstr "提及 @everyone、@here 和所有身分組"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr "使用外部表情符號"
|
msgstr "使用外部表情符號"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr "檢視伺服器分析"
|
msgstr "檢視伺服器分析"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr "連接"
|
msgstr "連接"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr "說話"
|
msgstr "說話"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr "靜音成員"
|
msgstr "靜音成員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr "使成員拒聽"
|
msgstr "使成員拒聽"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr "移動成員"
|
msgstr "移動成員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr "使用語音活動"
|
msgstr "使用語音活動"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr "更改暱稱"
|
msgstr "更改暱稱"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr "管理暱稱"
|
msgstr "管理暱稱"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr "管理身分組"
|
msgstr "管理身分組"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr "管理 Webhooks"
|
msgstr "管理 Webhooks"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr "管理表示式"
|
msgstr "管理表示式"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr "使用應用程式命令"
|
msgstr "使用應用程式命令"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr "要求發言"
|
msgstr "要求發言"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr "管理活動"
|
msgstr "管理活動"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr "管理討論串"
|
msgstr "管理討論串"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr "建立公開討論串"
|
msgstr "建立公開討論串"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr "建立私人討論串"
|
msgstr "建立私人討論串"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr "使用外部貼圖"
|
msgstr "使用外部貼圖"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr "在討論串中傳送訊息"
|
msgstr "在討論串中傳送訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr "使用音效板"
|
msgstr "使用音效板"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr "新增表示式"
|
msgstr "新增表示式"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr "傳送語音訊息"
|
msgstr "傳送語音訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
#: redbot/cogs/audio/core/events/dpy.py:87
|
||||||
msgid "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 versions are currently Java 17 and 11."
|
msgid "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 supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令將更改託管 Lavalink 節點的最大 RAM 分配,通常您永遠不必更改它,在考慮更改它之前請諮詢我們的開發團隊。"
|
msgstr "此命令將更改託管 Lavalink 節點的最大 RAM 分配,通常您永遠不必更改它,在考慮更改它之前請諮詢我們的開發團隊。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令將禁用託管的 Lavalink 節點,如果您切換此命令,則必須指定要連接的外部 Lavalink 節點,否則Audio將停止工作。"
|
msgstr "此命令將禁用託管的 Lavalink 節點,如果您切換此命令,則必須指定要連接的外部 Lavalink 節點,否則Audio將停止工作。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
#: redbot/cogs/audio/core/events/dpy.py:103
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "此命令用於指定 Red 將用於連接到外部 Lavalink 節點的 IP。 "
|
msgstr "此命令用於指定 Red 將用於連接到外部 Lavalink 節點的 IP。 "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "該命令用於指定 Red 連接到外部 Lavalink 節點時使用的認證密碼。"
|
msgstr "該命令用於指定 Red 連接到外部 Lavalink 節點時使用的認證密碼。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
#: redbot/cogs/audio/core/events/dpy.py:110
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "此命令用於在與外部 Lavalink 節點的安全和不安全連接之間切換。"
|
msgstr "此命令用於在與外部 Lavalink 節點的安全和不安全連接之間切換。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "該命令用於指定Red用於連接外部Lavalink節點的連接端口。"
|
msgstr "該命令用於指定Red用於連接外部Lavalink節點的連接端口。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令指定託管 Lavalink 節點將綁定到哪個網絡接口和 IP,默認情況下這是“localhost”,僅當您希望託管 Lavalink 節點綁定到特定 IP/接口時才需更改此設置。"
|
msgstr "此命令指定託管 Lavalink 節點將綁定到哪個網絡接口和 IP,默認情況下這是“localhost”,僅當您希望託管 Lavalink 節點綁定到特定 IP/接口時才需更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:121
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "此命令為更改連接到此受管節點所需的身份驗證密碼。默認值為“youshallnotpass”。"
|
msgstr "此命令為更改連接到此受管節點所需的身份驗證密碼。默認值為“youshallnotpass”。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:125
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令更改用於連接到此受管節點的連接端口,僅當默認端口“2333”與現有應用程序發生衝突時才更改此端口。"
|
msgstr "此命令更改用於連接到此受管節點的連接端口,僅當默認端口“2333”與現有應用程序發生衝突時才更改此端口。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
#: redbot/cogs/audio/core/events/dpy.py:129
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "此命令切換對直接 url 直播的支持,如 Icecast 或 Shoutcast 。 如: <http://ice1.somafm.com/gsclassic-128-mp3>; 禁用此功能將使機器人無法播放任何直接 url 蒸汽內容。"
|
msgstr "此命令切換對直接 url 直播的支持,如 Icecast 或 Shoutcast 。 如: <http://ice1.somafm.com/gsclassic-128-mp3>; 禁用此功能將使機器人無法播放任何直接 url 蒸汽內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令切換對本地軌道音頻播放的支持。 如: `/mnt/data/my_super_funky_track.mp3`; 禁用此功能將使機器人無法播放任何本地曲目內容。"
|
msgstr "此命令切換對本地軌道音頻播放的支持。 如: `/mnt/data/my_super_funky_track.mp3`; 禁用此功能將使機器人無法播放任何本地曲目內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "此命令切換對 SoundCloud 的播放支持。 如: <https://soundcloud.com/user-103858850/tilla>; 禁用此功能將使機器人無法播放任何 SoundCloud 內容。"
|
msgstr "此命令切換對 SoundCloud 的播放支持。 如: <https://soundcloud.com/user-103858850/tilla>; 禁用此功能將使機器人無法播放任何 SoundCloud 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "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."
|
msgid "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."
|
||||||
msgstr "此命令切換對 YouTube 的播放支持(Spotify 取決於 YouTube)。 禁用此功能將使機器人無法播放任何 YouTube 內容,包括 Spotify。"
|
msgstr "此命令切換對 YouTube 的播放支持(Spotify 取決於 YouTube)。 禁用此功能將使機器人無法播放任何 YouTube 內容,包括 Spotify。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "此命令切換對 Twitch 的播放支持。 如: <https://twitch.tv/monstercat>; 禁用此功能將使機器人無法播放任何 Twitch 內容。"
|
msgstr "此命令切換對 Twitch 的播放支持。 如: <https://twitch.tv/monstercat>; 禁用此功能將使機器人無法播放任何 Twitch 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "此命令切換對 Vimeo 的播放支持。 如: <https://vimeo.com/157743578>; 禁用此功能將使機器人無法播放任何 Vimeo 內容。"
|
msgstr "此命令切換對 Vimeo 的播放支持。 如: <https://vimeo.com/157743578>; 禁用此功能將使機器人無法播放任何 Vimeo 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:164
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "此設置控制受管節點的幀緩衝區,除非有官方指示,否則不要更改此設置。"
|
msgstr "此設置控制受管節點的幀緩衝區,除非有官方指示,否則不要更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
#: redbot/cogs/audio/core/events/dpy.py:168
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "此設置控制受管節點的 JDA-NAS 緩衝區,除非有官方指示,否則不要更改此設置。"
|
msgstr "此設置控制受管節點的 JDA-NAS 緩衝區,除非有官方指示,否則不要更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
#: redbot/cogs/audio/core/events/dpy.py:172
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "此指令將重置由 `[p]llset` 更改的所有設定值。"
|
msgstr "此指令將重置由 `[p]llset` 更改的所有設定值。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
#: redbot/cogs/audio/core/events/dpy.py:189
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "您已嘗試在不受支持的架構上運行託管Audio的 Lavalink 節點。 目前只有與設置相關的命令可用。"
|
msgstr "您已嘗試在不受支持的架構上運行託管Audio的 Lavalink 節點。 目前只有與設置相關的命令可用。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
#: redbot/cogs/audio/core/events/dpy.py:211
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "我缺少在此伺務器中發送消息的權限。 請盡快解決這個問題。"
|
msgstr "我缺少在此伺務器中發送消息的權限。 請盡快解決這個問題。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
#: redbot/cogs/audio/core/events/dpy.py:237
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "我缺少此伺務器的權限,請盡快解決此問題。\n\n"
|
msgstr "我缺少此伺務器的權限,請盡快解決此問題。\n\n"
|
||||||
"預期權限:\n"
|
"預期權限:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已啟用"
|
msgstr "已啟用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已停用"
|
msgstr "已停用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
#: redbot/cogs/audio/core/events/dpy.py:275
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "您不應該使用此指令。"
|
msgstr "您不應該使用此指令。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
|||||||
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "沒有找到DJ身分組。 自動停用DJ模式中。"
|
msgstr "沒有找到DJ身分組。 自動停用DJ模式中。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` 不是 `{command}` 的有效數值"
|
msgstr "`{user_input}` 不是 `{command}` 的有效數值"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "無法分析參數"
|
msgstr "無法分析參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "無效的參數"
|
msgstr "無效的參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:357
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "您為 `{}` 提供的參數無效:我支持的是 `{}`。"
|
msgstr "您為 `{}` 提供的參數無效:我支持的是 `{}`。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "無效的環境。"
|
msgstr "無效的環境。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "與 Lavalink 節點的連接已丟失。"
|
msgstr "與 Lavalink 節點的連接已丟失。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "沒有可用的播放器"
|
msgstr "沒有可用的播放器"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "機器人未連接到語音頻道。"
|
msgstr "機器人未連接到語音頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
#: redbot/cogs/audio/core/events/dpy.py:393
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "無法獲取歌曲。"
|
msgstr "無法獲取歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
#: redbot/cogs/audio/core/events/dpy.py:394
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "我目前無法從 Lavalink 節點獲取曲目,請過幾分鐘再試。"
|
msgstr "我目前無法從 Lavalink 節點獲取曲目,請過幾分鐘再試。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "與 Discord 通信時出現問題。"
|
msgstr "與 Discord 通信時出現問題。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "此錯誤已報告給機器人所有者。"
|
msgstr "此錯誤已報告給機器人所有者。"
|
||||||
|
|
||||||
|
|||||||
22
redbot/cogs/audio/core/locales/et-EE.po
generated
Normal file
22
redbot/cogs/audio/core/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2022-03-28 15:24+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 692\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/__init__.py:40
|
||||||
|
#, docstring
|
||||||
|
msgid "Play audio through voice channels."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
2
redbot/cogs/audio/core/locales/uk-UA.po
generated
2
redbot/cogs/audio/core/locales/uk-UA.po
generated
@@ -18,5 +18,5 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/__init__.py:40
|
#: redbot/cogs/audio/core/__init__.py:40
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr "Відтворювати звук через голосові канали."
|
||||||
|
|
||||||
|
|||||||
29
redbot/cogs/audio/core/tasks/locales/et-EE.po
generated
Normal file
29
redbot/cogs/audio/core/tasks/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2022-03-28 15:24+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 664\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/tasks/startup.py:273
|
||||||
|
msgid "Couldn't get a valid track."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/tasks/startup.py:281
|
||||||
|
msgid "Unable to Get Track"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/tasks/startup.py:282
|
||||||
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
482
redbot/cogs/audio/core/utilities/locales/et-EE.po
generated
Normal file
482
redbot/cogs/audio/core/utilities/locales/et-EE.po
generated
Normal file
@@ -0,0 +1,482 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: red-discordbot\n"
|
||||||
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: Estonian\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Generated-By: redgettext 3.4.2\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Crowdin-Project: red-discordbot\n"
|
||||||
|
"X-Crowdin-Project-ID: 289505\n"
|
||||||
|
"X-Crowdin-Language: et\n"
|
||||||
|
"X-Crowdin-File-ID: 688\n"
|
||||||
|
"Language: et_EE\n"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:74
|
||||||
|
msgid "tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:84
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:272
|
||||||
|
msgid "Page {page_num}/{total_pages}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:95
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:526
|
||||||
|
msgid "Connection to Lavalink node has failed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:98
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:591
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:529
|
||||||
|
msgid "Please check your console or logs for details."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:106
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:561
|
||||||
|
msgid "Connect to a voice channel first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:109
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:554
|
||||||
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
|
msgid "Track Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:168
|
||||||
|
#: 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:185
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:570
|
||||||
|
msgid "Track exceeds maximum length."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:200
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:602
|
||||||
|
msgid "{time} until track playback: #{position} in queue"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:260
|
||||||
|
msgid "Tracks Found:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:261
|
||||||
|
msgid "search results"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:263
|
||||||
|
msgid "Folders Found:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:264
|
||||||
|
msgid "local folders"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:266
|
||||||
|
msgid "Files Found:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:267
|
||||||
|
msgid "local tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:379
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:240
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:380
|
||||||
|
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:234
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:244
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:326
|
||||||
|
#: 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:50
|
||||||
|
msgid "Not enough {currency}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/miscellaneous.py:51
|
||||||
|
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:135
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:139
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:144
|
||||||
|
msgid "There's nothing in the queue."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:141
|
||||||
|
msgid "Currently livestreaming {track}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:146
|
||||||
|
msgid "{time} left on {track}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:154
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:189
|
||||||
|
msgid "Track Skipped"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:167
|
||||||
|
msgid "Track number must be equal to or greater than 1."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:173
|
||||||
|
msgid "There are only {queuelen} songs currently queued."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:179
|
||||||
|
msgid "{skip_to_track} Tracks Skipped"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:235
|
||||||
|
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:245
|
||||||
|
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:254
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:363
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:594
|
||||||
|
msgid "Unable To Get Tracks"
|
||||||
|
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 "Wait until the playlist has finished loading."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:266
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:308
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:408
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:605
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:638
|
||||||
|
msgid "Nothing found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:269
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:310
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:423
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:607
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:640
|
||||||
|
msgid "Track is not playable."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:270
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:311
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:425
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:608
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:641
|
||||||
|
msgid "**{suffix}** is not a fully supported format and some tracks may not play."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:300
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:393
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:657
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:425
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:626
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:655
|
||||||
|
msgid "Unable to Get Track"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:301
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:426
|
||||||
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:327
|
||||||
|
msgid "The Spotify API key or client secret has not been set properly. \n"
|
||||||
|
"Use `{prefix}audioset spotifyapi` for instructions."
|
||||||
|
msgstr "Spotify API võti või kliendi salajane võti ei ole õigesti seadistatud. \n"
|
||||||
|
"Kasutage `{prefix}audioset spotifyapi` juhiste jaoks."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:351
|
||||||
|
msgid "Unable To Find Tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:352
|
||||||
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:378
|
||||||
|
msgid "{query} is not an allowed query."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:394
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:627
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:656
|
||||||
|
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:416
|
||||||
|
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:494
|
||||||
|
msgid "Playlist Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:494
|
||||||
|
msgid "Album Enqueued"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:502
|
||||||
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:508
|
||||||
|
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:341
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:414
|
||||||
|
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:658
|
||||||
|
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:667
|
||||||
|
msgid "The connection was reset while loading the playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:83
|
||||||
|
msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:101
|
||||||
|
msgid "You do not have the permissions to manage that playlist in {guild}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:108
|
||||||
|
msgid "You do not have the permissions to manage playlist owned by {user}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:112
|
||||||
|
msgid "You do not have the permissions to manage playlists in {scope} scope."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:116
|
||||||
|
msgid "No access to playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:224
|
||||||
|
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:241
|
||||||
|
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:258
|
||||||
|
msgid "{playlists} playlists found, which one would you like?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:277
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:283
|
||||||
|
msgid "Too many matches found and you did not select which one you wanted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:308
|
||||||
|
msgid "Playlists you can access in this server:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:314
|
||||||
|
msgid "Playlists for {scope}:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:318
|
||||||
|
msgid "Page {page_num}/{total_pages} | {num} playlists."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:334
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:412
|
||||||
|
msgid "Please wait, adding tracks..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:361
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:464
|
||||||
|
msgid "Empty playlist {name} (`{id}`) [**{scope}**] created."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:366
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:469
|
||||||
|
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:371
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:474
|
||||||
|
msgid "Added {num} tracks from the {playlist_name} playlist."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:375
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:478
|
||||||
|
msgid "Playlist Saved"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:540
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:553
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:560
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:571
|
||||||
|
msgid "Unable To Get Playlists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:541
|
||||||
|
msgid "I don't have permission to connect and speak in your channel."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:572
|
||||||
|
msgid "You must be in the voice channel to use the playlist command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
||||||
|
msgid "the Global"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
||||||
|
msgid "Global"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
||||||
|
msgid "the Server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
||||||
|
msgid "Server"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
||||||
|
msgid "the User"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
||||||
|
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 ""
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hindi\n"
|
"Language-Team: Hindi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2024-10-20 20:20+0000\n"
|
"POT-Creation-Date: 2025-04-27 00:09+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user