mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 08:52:31 -05:00
Compare commits
94 Commits
3.5.12
...
8d8918b3c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 | ||
|
|
ce6489325e | ||
|
|
d64cbdf83e | ||
|
|
66d1c87b5a | ||
|
|
3888f09cfa | ||
|
|
8ad9c55d50 | ||
|
|
3aac07a4d7 | ||
|
|
bd26e7d5af | ||
|
|
9392077434 | ||
|
|
1f48919005 | ||
|
|
fdaa869130 | ||
|
|
18614b1604 | ||
|
|
016684bcce | ||
|
|
5cfb8edab8 | ||
|
|
150692538f | ||
|
|
f4ffc6bc80 | ||
|
|
9419f2642a | ||
|
|
f0a29e9815 | ||
|
|
d29ae723c1 | ||
|
|
9920628948 | ||
|
|
48b2fe77c0 | ||
|
|
33e0eac741 | ||
|
|
2871992772 | ||
|
|
30058c0f73 | ||
|
|
4134881fae | ||
|
|
4396323205 | ||
|
|
4e27059209 | ||
|
|
d3887b595f | ||
|
|
005b8af10a | ||
|
|
d304da7a16 | ||
|
|
f3c89ad8bd | ||
|
|
05cf9b7f39 | ||
|
|
907a3f7561 | ||
|
|
2595c9de10 | ||
|
|
8be7b0850c | ||
|
|
61ec913789 | ||
|
|
88b11f2b9c | ||
|
|
9ca0ced2d8 | ||
|
|
a5a178bfaf | ||
|
|
eeb90aaa45 | ||
|
|
b7a59b5e4c | ||
|
|
2769ea025f | ||
|
|
818420a641 | ||
|
|
3c49a77e34 | ||
|
|
90691ba2b9 | ||
|
|
68f2806204 | ||
|
|
903992f48a |
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -162,6 +162,7 @@
|
||||
- any:
|
||||
- redbot/core/_drivers/**/*
|
||||
- "!redbot/core/_drivers/**/locales/*"
|
||||
- redbot/core/_config.py
|
||||
- redbot/core/config.py
|
||||
# Docs
|
||||
- docs/framework_config.rst
|
||||
@@ -215,6 +216,7 @@
|
||||
- redbot/core/commands/help.py
|
||||
"Category: Core - i18n":
|
||||
# Source
|
||||
- redbot/core/_i18n.py
|
||||
- redbot/core/i18n.py
|
||||
# Locale files
|
||||
- redbot/**/locales/*
|
||||
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -34,14 +34,13 @@ jobs:
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: 'python'
|
||||
# Override the default behavior so that the action doesn't attempt
|
||||
# to auto-install Python dependencies
|
||||
# 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
|
||||
setup-python-dependencies: false
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
@@ -55,4 +54,4 @@ jobs:
|
||||
# make release
|
||||
|
||||
- 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'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
2
.github/workflows/lint_python.yaml
vendored
2
.github/workflows/lint_python.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
name: Lint Python
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.ref }}
|
||||
- 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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
milestone_number: ${{ steps.get_milestone_number.outputs.result }}
|
||||
steps:
|
||||
# Checkout repository and install Python
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
51
.github/workflows/publish_release.yml
vendored
51
.github/workflows/publish_release.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checkout repository and install Python
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
name: Build package
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -75,27 +75,68 @@ jobs:
|
||||
run: python -m twine check dist/*
|
||||
|
||||
- name: Upload packaged distributions
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-output
|
||||
path: ./dist
|
||||
|
||||
generate_default_ll_server_config:
|
||||
name: Generate default application.yml
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Install script's dependencies
|
||||
run: python -m pip install PyYAML
|
||||
|
||||
- name: Generate default application.yml
|
||||
env:
|
||||
APP_YML_FILE: "Red-DiscordBot-${{ github.ref_name }}-default-lavalink-application.yml"
|
||||
run: |
|
||||
mkdir -p release_assets
|
||||
python .github/workflows/scripts/get_default_ll_server_config.py "release_assets/$APP_YML_FILE"
|
||||
|
||||
- name: Upload default application.yml
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ll-default-server-config
|
||||
path: ./release_assets
|
||||
|
||||
release_to_pypi:
|
||||
needs:
|
||||
- release_information
|
||||
- build
|
||||
- generate_default_ll_server_config
|
||||
environment: Release
|
||||
name: Release to PyPI
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Download packaged distributions
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build-output
|
||||
path: dist/
|
||||
|
||||
- name: Download default application.yml
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ll-default-server-config
|
||||
path: release_assets/
|
||||
|
||||
- name: Upload dists to GitHub Release
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ github.token }}"
|
||||
run: |
|
||||
gh release upload "$GITHUB_REF_NAME" dist/* release_assets/* --repo "$GITHUB_REPOSITORY"
|
||||
|
||||
- name: Publish package distributions to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
@@ -119,7 +160,7 @@ jobs:
|
||||
run: |
|
||||
echo "BASE_BRANCH=${TAG_BASE_BRANCH#'refs/heads/'}" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.BASE_BRANCH }}
|
||||
- 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
|
||||
steps:
|
||||
- name: Checkout the repository.
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.8.
|
||||
uses: actions/setup-python@v4
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
python .github/workflows/scripts/compile_requirements.py
|
||||
|
||||
- name: Upload requirements files.
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.compile_requirements.outputs.sys_platform }}
|
||||
path: requirements/${{ steps.compile_requirements.outputs.sys_platform }}-*.txt
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository.
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.8.
|
||||
uses: actions/setup-python@v4
|
||||
@@ -71,17 +71,17 @@ jobs:
|
||||
python -m pip install -U "packaging>=22.0"
|
||||
|
||||
- name: Download Windows requirements.
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: win32
|
||||
path: requirements
|
||||
- name: Download Linux requirements.
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: linux
|
||||
path: requirements
|
||||
- name: Download macOS requirements.
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: darwin
|
||||
path: requirements
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
python .github/workflows/scripts/merge_requirements.py
|
||||
|
||||
- name: Upload merged requirements files.
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: merged
|
||||
path: |
|
||||
|
||||
@@ -17,6 +17,12 @@ def pip_compile(version: str, name: str) -> None:
|
||||
if EXCLUDE_STEM_RE.fullmatch(stem):
|
||||
return
|
||||
|
||||
constraint_flags = [
|
||||
arg
|
||||
for file in REQUIREMENTS_FOLDER.glob(f"{sys.platform}-3.8-*.txt")
|
||||
for arg in ("-c", file.name)
|
||||
]
|
||||
|
||||
executable = ("py", f"-{version}") if sys.platform == "win32" else (f"python{version}",)
|
||||
subprocess.check_call(
|
||||
(
|
||||
@@ -30,6 +36,7 @@ def pip_compile(version: str, name: str) -> None:
|
||||
f"{name}.in",
|
||||
"--output-file",
|
||||
f"{stem}.txt",
|
||||
*constraint_flags,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
31
.github/workflows/scripts/get_default_ll_server_config.py
vendored
Normal file
31
.github/workflows/scripts/get_default_ll_server_config.py
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import yaml
|
||||
|
||||
ROOT_FOLDER = Path(__file__).parents[3].absolute()
|
||||
AUDIO_FOLDER = ROOT_FOLDER / "redbot/cogs/audio"
|
||||
|
||||
# We want to import `redbot.cogs.audio.managed_node` package as if it were top-level package
|
||||
# so we have to the `redbot/cogs/audio` directory to Python's path.
|
||||
sys.path.insert(0, str(AUDIO_FOLDER))
|
||||
|
||||
|
||||
def main() -> int:
|
||||
try:
|
||||
output_file = sys.argv[1]
|
||||
except IndexError:
|
||||
print("Usage:", sys.argv[0], "<output_file>", file=sys.stderr)
|
||||
return 2
|
||||
|
||||
import managed_node
|
||||
|
||||
server_config = managed_node.get_default_server_config()
|
||||
with open(output_file, "w", encoding="utf-8") as fp:
|
||||
yaml.safe_dump(server_config, fp)
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
16
.github/workflows/scripts/merge_requirements.py
vendored
16
.github/workflows/scripts/merge_requirements.py
vendored
@@ -49,6 +49,8 @@ def get_requirements(fp: TextIO) -> List[RequirementData]:
|
||||
via_prefix = "via "
|
||||
if source.startswith(via_prefix):
|
||||
source = source[len(via_prefix) :]
|
||||
if source.startswith("-c ") and source != "-c base.txt":
|
||||
continue
|
||||
current.comments.add(source)
|
||||
elif line and not line.startswith(("#", " ")):
|
||||
current = RequirementData(line)
|
||||
@@ -135,25 +137,27 @@ for name in names:
|
||||
python_version_marker = (
|
||||
# Requirement present on less Python versions than not.
|
||||
" 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)
|
||||
# Requirement present on more Python versions than not
|
||||
# This may generate an empty string when Python version is irrelevant.
|
||||
else " and ".join(
|
||||
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 = (
|
||||
# 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)
|
||||
# Requirement present on more platforms than not
|
||||
# This may generate an empty string when platform is irrelevant.
|
||||
else " and ".join(
|
||||
f"sys_platform != '{platform}'" for platform in all_platforms - platforms
|
||||
f"sys_platform != '{platform}'"
|
||||
for platform in sorted(all_platforms - platforms)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -167,12 +171,12 @@ for name in names:
|
||||
# Requirement present on less envs than not.
|
||||
" or ".join(
|
||||
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())
|
||||
else " and ".join(
|
||||
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
|
||||
name: Tox - ${{ matrix.friendly_name }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.ref }}
|
||||
- name: Set up Python
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_USER: postgres
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ env.ref }}
|
||||
- name: Set up Python
|
||||
|
||||
@@ -26,14 +26,6 @@ unsafe-load-any-extension=no
|
||||
# run arbitrary code
|
||||
extension-pkg-whitelist=
|
||||
|
||||
# Allow optimization of some AST trees. This will activate a peephole AST
|
||||
# optimizer, which will apply various small optimizations. For instance, it can
|
||||
# be used to obtain the result of joining multiple strings with the addition
|
||||
# operator. Joining a lot of strings can lead to a maximum recursion error in
|
||||
# Pylint and this flag can prevent that. It has one side effect, the resulting
|
||||
# AST will be different than the one from reality.
|
||||
optimize-ast=no
|
||||
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
@@ -66,7 +58,6 @@ disable=C, # black is enforcing this for us already, incompatibly
|
||||
[REPORTS]
|
||||
|
||||
output-format=parseable
|
||||
files-output=no
|
||||
reports=no
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@ build:
|
||||
os: "ubuntu-22.04"
|
||||
tools:
|
||||
python: "3.8"
|
||||
jobs:
|
||||
install:
|
||||
- pip install .[doc]
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
|
||||
316
CHANGES.rst
316
CHANGES.rst
@@ -1,5 +1,321 @@
|
||||
.. 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)
|
||||
==========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`Ascensionn`, :ghuser:`cswimr`, :ghuser:`Chovin`, :ghuser:`cdaman3141`, :ghuser:`DJTOMATO`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`, :ghuser:`kpopdev`, :ghuser:`kevin1015wang`, :ghuser:`Kreusada`, :ghuser:`mellow-org`, :ghuser:`palmtree5`, :ghuser:`sravan1946`, :ghuser:`TrustyJAID`
|
||||
|
||||
Read before updating
|
||||
--------------------
|
||||
|
||||
#. Following operating systems are no longer supported as they have already reached their end of life:
|
||||
|
||||
- Debian 11 (excluding Raspberry Pi OS 11)
|
||||
- Fedora 39
|
||||
- macOS 12 (Monterey)
|
||||
|
||||
#. 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.14's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.14/Red-DiscordBot-3.5.14-default-lavalink-application.yml>`__
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- |cool| **Cogs - Mod** - Added new setting (``[p]modset requirereason``) for enforcing reason to be filled in cog's commands (:issue:`6477`)
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- |cool| **Core** - Updated the output from help command to enable use of the new copy to clipboard feature on Discord code blocks to copy the command input (:issue:`6244`)
|
||||
- **Core** - Updated ID parser used by some (core and 3rd-party) commands to reject IDs that are larger than a Discord ID (snowflake) can be (:issue:`6431`, :issue:`6486`)
|
||||
- |cool| **Core - Bot Commands** - The ``[p]slash disablecog`` and ``[p]slash enablecog`` commands can now be passed multiple cog names to disable/enable app commands from many cogs at the same time (:issue:`6001`)
|
||||
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6492`)
|
||||
- **Core - OS Support** - Debian 11, Fedora 39, and macOS 12 (Monterey) are no longer supported as they have already reached end of life (:issue:`6492`)
|
||||
- **Core - OS Support** - Ubuntu non-LTS version is currently considered unsupported due to lack of support for Python 3.12 from Red (:issue:`6492`)
|
||||
- **Cogs - Audio** - The ``[p]play`` command will now mention how the URL restrictions can be disabled, if they're currently enabled (:issue:`6348`)
|
||||
- **Cogs - Audio** - The Lavalink download process now has a separate, larger, timeout than the timeout for startup of the Lavalink process (:issue:`6460`, :issue:`6461`)
|
||||
- **Cogs - Downloader** - Changed the format of the ``[p]repo list`` command's output to include repo links (:issue:`6284`)
|
||||
- |cool| **Cogs - Warnings** - The ``[p]warn`` command will now prompt whether to ban the user, if that user has already left the server by the time the command was called (:issue:`6445`, :issue:`6481`)
|
||||
- **Cogs - Trivia - Lists** - Added variants of the answers without punctuation to the ``harrypotter`` trivia list (:issue:`5889`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core** - Fixed issues with permission handling for user-installable app commands (:issue:`6457`)
|
||||
- **Core - Bot Commands** - Fixed uncaught error when running ``[p]load locales`` command (:issue:`4623`)
|
||||
- |cool| **Cogs - Audio** - Fixed various issues with YT playback resulting in "Something broke when playing the track" error (:issue:`6488`, :issue:`6490`)
|
||||
- **Cogs - Trivia - Lists** - Fixed typos in Golden Glove questions in the ``worldcup`` trivia list (:issue:`6441`)
|
||||
|
||||
Developer changelog
|
||||
-------------------
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- |cool| **Core - Bot Class** - Added `Red.get_app_command_id()` and `Red.get_app_command_mention()` methods for getting app command IDs/mentions from Red's cache (:issue:`5976`, :issue:`6278`)
|
||||
- **Core - Utils Package** - Added `hyperlink()`, `header()`, and `subtext()` chat formatting functions (:issue:`6102`, :issue:`6444`)
|
||||
- |cool| **Core - Utils Package** - Added `redbot.core.utils.chat_formatting.rich_markup()` function for generating Discord-compatible code blocks with ANSI formatting using a limited set of `Rich markup <https://rich.readthedocs.io/en/stable/markup.html>`__ (:issue:`5538`)
|
||||
- **Cogs - Downloader** - Downloader will now replace ``[botname]`` in the install messages with the bot's name, same as is done for command help messages (:issue:`6443`)
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- **Core - Utils Package** - Added support for `SimpleMenu` to customize the select options before sending (:issue:`6455`, :issue:`6480`)
|
||||
|
||||
Deprecations
|
||||
************
|
||||
|
||||
- **Core - Utils Package** - Deprecated `SimpleMenu.select_menu` attribute (:issue:`6480`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core** - Fixed the cooldown bypass (enabled by ``[p]bypasscooldowns`` command) not being respected by the ``[p]slash sync`` command (:issue:`6465`)
|
||||
- **Core - Commands Package** - Updated `RawUserIdConverter` to reject IDs that are larger than a Discord ID (snowflake) can be (:issue:`6431`, :issue:`6486`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.13 (2024-08-27)
|
||||
==========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`Guyonsteroids`, :ghuser:`Jackenmen`, :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.13's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.13/Red-DiscordBot-3.5.13-default-lavalink-application.yml>`__
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6436`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Cogs - Audio** - Updated Audio to support planned changes to Discord API scheduled for November (:issue:`6435`)
|
||||
- **Cogs - Audio** - Fixed YT live stream detection (:issue:`6435`)
|
||||
- **Cogs - Audio** - Fixed Red erroneously trying to send a message to a notification channel when one is not set (:issue:`6429`)
|
||||
- **Cogs - Trivia - Lists** - Fixed spelling of Steven Spielberg's first name in the ``entertainment`` trivia list (:issue:`6434`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.12 (2024-08-08)
|
||||
==========================
|
||||
|
||||
|
||||
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@@ -5,7 +5,7 @@
|
||||
<p class="first admonition-title">Warning</p>
|
||||
<p class="last">
|
||||
This document is for Red's development version, which can be significantly different from previous releases.
|
||||
If you're a regular user, you should read the <a href="{{ dict(versions)['stable'] }}">Red documentation for the current stable release</a>.
|
||||
If you're a regular user, you should read the <a href="/{{ rtd_language }}/stable/">Red documentation for the current stable release</a>.
|
||||
</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -4185,7 +4185,7 @@ slash disablecog
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]slash disablecog <cog_name>
|
||||
[p]slash disablecog <cog_names...>
|
||||
|
||||
**Description**
|
||||
|
||||
@@ -4195,7 +4195,7 @@ This command does NOT sync the enabled commands with Discord, that must be done
|
||||
with ``[p]slash sync`` for commands to appear in users' clients.
|
||||
|
||||
**Arguments:**
|
||||
- ``<cog_name>`` - The cog to disable commands from. This argument is case sensitive.
|
||||
- ``<cog_names>`` - The cogs to disable commands from. This argument is case sensitive.
|
||||
|
||||
.. _core-command-slash-enable:
|
||||
|
||||
@@ -4230,7 +4230,7 @@ slash enablecog
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]slash enablecog <cog_name>
|
||||
[p]slash enablecog <cog_names...>
|
||||
|
||||
**Description**
|
||||
|
||||
@@ -4240,7 +4240,7 @@ This command does NOT sync the enabled commands with Discord, that must be done
|
||||
with ``[p]slash sync`` for commands to appear in users' clients.
|
||||
|
||||
**Arguments:**
|
||||
- ``<cog_name>`` - The cog to enable commands from. This argument is case sensitive.
|
||||
- ``<cog_names>`` - The cogs to enable commands from. This argument is case sensitive.
|
||||
|
||||
.. _core-command-slash-list:
|
||||
|
||||
|
||||
@@ -266,6 +266,28 @@ and reason as to why they were kicked/banned.
|
||||
|
||||
* ``[enabled]``: Whether a message should be sent to a user when they are kicked/banned. |bool-input|
|
||||
|
||||
.. _mod-command-modset-requirereason:
|
||||
|
||||
""""""""""""""""""""
|
||||
modset requirereason
|
||||
""""""""""""""""""""
|
||||
|
||||
**Syntax**
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]modset requirereason [enabled]
|
||||
|
||||
**Description**
|
||||
|
||||
Toggle whether a reason is required for mod actions.
|
||||
|
||||
If this is enabled, the bot will require a reason to be provided for all mod actions.
|
||||
|
||||
**Arguments**
|
||||
|
||||
* ``[enabled]``: Whether a reason should be required when performing mod actions. |bool-input|
|
||||
|
||||
.. _mod-command-modset-hierarchy:
|
||||
|
||||
""""""""""""""""
|
||||
|
||||
@@ -139,6 +139,9 @@ html_context = {
|
||||
"github_user": "Cog-Creators",
|
||||
"github_repo": "Red-DiscordBot",
|
||||
"github_version": "V3/develop",
|
||||
"version_slug": os.environ.get("READTHEDOCS_VERSION", ""),
|
||||
"rtd_language": os.environ.get("READTHEDOCS_LANGUAGE", ""),
|
||||
"READTHEDOCS": os.environ.get("READTHEDOCS", "") == "True",
|
||||
}
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
|
||||
@@ -16,6 +16,17 @@ For Developers
|
||||
Removals
|
||||
~~~~~~~~
|
||||
|
||||
``SimpleMenu.select_menu`` attribute
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. deprecated-removed:: 3.5.14 60
|
||||
|
||||
The `SimpleMenu.select_menu` attribute has been deprecated.
|
||||
|
||||
Any behaviour enabled by the usage of this attribute should no longer be depended on.
|
||||
If you need this for something and cannot replace it with the other functionality,
|
||||
create an issue on Red's issue tracker.
|
||||
|
||||
Downloader's shared libraries
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
.. _install-debian-11:
|
||||
|
||||
====================================
|
||||
Installing Red on Debian 11 Bullseye
|
||||
====================================
|
||||
|
||||
.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst
|
||||
|
||||
.. include:: _includes/linux-preamble.rst
|
||||
|
||||
-------------------------------
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Debian 11 "Bullseye" has all required packages available in official repositories. Install them
|
||||
with apt:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.9.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
@@ -12,12 +12,14 @@ Installing Red on Fedora Linux
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Fedora Linux 39 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:
|
||||
|
||||
.. 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:
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ we recommend **Ubuntu 24.04 LTS**.
|
||||
amazon-linux-2023
|
||||
arch
|
||||
centos-stream-9
|
||||
debian-11
|
||||
debian-12
|
||||
fedora
|
||||
opensuse-leap-15
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. _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
|
||||
@@ -12,7 +12,7 @@ Installing Red on openSUSE Leap 15.5+
|
||||
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:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
@@ -4,23 +4,10 @@
|
||||
Installing Red on Ubuntu non-LTS versions
|
||||
=========================================
|
||||
|
||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
||||
Latest Ubuntu non-LTS version (24.10 at the time of writing) is not supported at current time
|
||||
due to lack of availability of Python 3.11 or older in its repositories.
|
||||
|
||||
.. include:: _includes/linux-preamble.rst
|
||||
The support should come back once we get back on track with supporting current Python versions.
|
||||
|
||||
-------------------------------
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Now install the pre-requirements with apt:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-17-jre-headless build-essential nano
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.11.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
We recommend usage of latest Ubuntu **LTS** versions instead, you can find
|
||||
`an install guide for Ubuntu 24.04 <ubuntu-2404>` in our docs.
|
||||
|
||||
@@ -52,19 +52,18 @@ Operating system version Supported architectures Ideally supported u
|
||||
================================ ======================= ============================================================
|
||||
Windows 10 x86-64 2025-10-14 (`End/Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro>`__)
|
||||
Windows 11 x86-64 `Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-11-home-and-pro-version-21h2>`__
|
||||
macOS 12 (Monterey) x86-64, aarch64 ~2024-10
|
||||
macOS 13 (Ventura) x86-64, aarch64 ~2025-10
|
||||
macOS 14 (Sonoma) x86-64, aarch64 ~2026-10
|
||||
macOS 15 (Sequoia) x86-64, aarch64 ~2027-10
|
||||
Alma Linux 8 x86-64, aarch64 2029-05-31 (`How long will CloudLinux support AlmaLinux? <https://wiki.almalinux.org/FAQ.html#how-long-will-almalinux-be-supported>`__)
|
||||
Alma Linux 9 x86-64, aarch64 2032-05-31
|
||||
Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of-life <https://docs.aws.amazon.com/linux/al2023/release-notes/support-info-by-support-statement.html#support-info-by-support-statement-eol>`__)
|
||||
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>`__)
|
||||
Debian 11 Bullseye x86-64, aarch64, armv7l ~2024-07 (`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 39 x86-64, aarch64 2024-11-12 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||
Fedora Linux 40 x86-64, aarch64 2025-05-13 (`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 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||
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 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 9 x86-64, aarch64 2032-06-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
||||
@@ -80,7 +79,6 @@ Rocky Linux 8 x86-64, aarch64 2029-05-31 (`end-of
|
||||
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
||||
Ubuntu 20.04 LTS x86-64, aarch64 2025-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
Ubuntu 22.04 LTS x86-64, aarch64 2027-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
Ubuntu 23.10 x86-64, aarch64 2024-07-31 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
Ubuntu 24.04 LTS x86-64, aarch64 2029-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
================================ ======================= ============================================================
|
||||
|
||||
|
||||
@@ -339,7 +339,7 @@ def _early_init():
|
||||
|
||||
|
||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||
_VERSION = "3.5.12"
|
||||
_VERSION = "3.5.21.dev1"
|
||||
|
||||
__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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
msgid "I need the \"Manage Roles\" permission to do that."
|
||||
msgstr ""
|
||||
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 ""
|
||||
msgstr "Я вже щось оголошую. Якщо ви хочете зробити інше оголошення, будь ласка, спочатку використайте '{prefix}announce cancel`."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:73
|
||||
#, docstring
|
||||
msgid "A collection of server administration utilities."
|
||||
msgstr ""
|
||||
msgstr "Колекція утилітів адміністрації сервера."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:159
|
||||
msgid "{member.display_name} already has the role {role.name}."
|
||||
msgstr ""
|
||||
msgstr "{member.display_name} вже має роль {role.name}."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:180
|
||||
msgid "I successfully added {role.name} to {member.display_name}"
|
||||
msgstr ""
|
||||
msgstr "Успішно додав(ла) {role.name} до {member.display_name}"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:190
|
||||
msgid "{member.display_name} does not have the role {role.name}."
|
||||
msgstr ""
|
||||
msgstr "{member.display_name} не має ролі {role.name}."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:211
|
||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||
msgstr ""
|
||||
msgstr "Я успішно прибрав(ла) {role.name} у {member.display_name}"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:226
|
||||
#, docstring
|
||||
@@ -79,7 +79,11 @@ msgid "\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 ""
|
||||
msgstr "\n"
|
||||
" Додати роль до користувача\n\n"
|
||||
" Використовуйте подвійні лапки, якщо роль має пробіли.\n"
|
||||
" Якщо користувач не буде вказаним, то за замовчуванням роль буде надана автору команди.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:244
|
||||
#, docstring
|
||||
@@ -88,12 +92,16 @@ msgid "\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 ""
|
||||
msgstr "\n"
|
||||
" Додати роль до користувача\n\n"
|
||||
" Використовуйте подвійні лапки, якщо роль має пробіли.\n"
|
||||
" Якщо користувач не буде вказаним, то за замовчуванням роль буде надана автору команди.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:256
|
||||
#, docstring
|
||||
msgid "Edit role settings."
|
||||
msgstr ""
|
||||
msgstr "Зміна налаштувань ролі."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:263
|
||||
#, docstring
|
||||
@@ -110,11 +118,11 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/admin/admin.py:275
|
||||
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
|
||||
msgid "Done."
|
||||
msgstr ""
|
||||
msgstr "Готово."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:298
|
||||
#, docstring
|
||||
@@ -128,48 +136,48 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/admin/admin.py:308
|
||||
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
|
||||
#, docstring
|
||||
msgid "Announce a message to all servers the bot is in."
|
||||
msgstr ""
|
||||
msgstr "Оголосити повідомлення в усіх серверах, де знаходиться бот."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:339
|
||||
msgid "The announcement has begun."
|
||||
msgstr ""
|
||||
msgstr "Оголошення почалося."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:346
|
||||
#, docstring
|
||||
msgid "Cancel a running announce."
|
||||
msgstr ""
|
||||
msgstr "Відмінити запущене оголошення."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:348
|
||||
msgid "There is no currently running announcement."
|
||||
msgstr ""
|
||||
msgstr "На даний момент немає оголошення."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:351
|
||||
msgid "The current announcement has been cancelled."
|
||||
msgstr ""
|
||||
msgstr "Поточне оголошення було скасовано."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:357
|
||||
#, docstring
|
||||
msgid "Change how announcements are sent in this guild."
|
||||
msgstr ""
|
||||
msgstr "Змінити спосіб надсилання оголошень у цю спільноту."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:367
|
||||
#, docstring
|
||||
msgid "Change the channel where the bot will send announcements."
|
||||
msgstr ""
|
||||
msgstr "Змініть канал, в якому бот буде надсилати оголошення."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:370
|
||||
msgid "The announcement channel has been set to {channel.mention}"
|
||||
msgstr ""
|
||||
msgstr "Канал для оголошень встановлений до {channel.mention}"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:375
|
||||
#, docstring
|
||||
msgid "Unsets the channel for announcements."
|
||||
msgstr ""
|
||||
msgstr "Прибирає канал для оголошень."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:400
|
||||
#, docstring
|
||||
@@ -178,7 +186,10 @@ msgid "\n"
|
||||
" Server admins must have configured the role as user settable.\n"
|
||||
" NOTE: The role is case sensitive!\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Додайте чи приберіть собі селф-ролі\n\n"
|
||||
" Адміністратори серверу повинні були налаштувати роль як \"користувацьку\"\n"
|
||||
" ПОМІТКА: Ролі чутливі до реєстру "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:413
|
||||
#, docstring
|
||||
@@ -203,17 +214,20 @@ msgstr ""
|
||||
msgid "\n"
|
||||
" Lists all available selfroles.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Перераховує усі доступні селф-ролі.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:445
|
||||
msgid "Available Selfroles:\n"
|
||||
"{selfroles}"
|
||||
msgstr ""
|
||||
msgstr "Доступні селф-ролі:\n"
|
||||
"{selfroles}"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:451
|
||||
#, docstring
|
||||
msgid "Manage selfroles."
|
||||
msgstr ""
|
||||
msgstr "Керувати селф-ролями."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:456
|
||||
#, docstring
|
||||
@@ -225,19 +239,19 @@ 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 ""
|
||||
msgstr "Я не можу дозволити вам додати {role.name} як селф-роль, бо ця роль є вищою за вашу найвищу роль."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:475
|
||||
msgid "The role \"{role.name}\" is already a selfrole."
|
||||
msgstr ""
|
||||
msgstr "Роль \"{role.name}\" вже є селф-роллю."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:481
|
||||
msgid "Added {count} selfroles."
|
||||
msgstr ""
|
||||
msgstr "Додано {count} селф-ролей."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:483
|
||||
msgid "Added 1 selfrole."
|
||||
msgstr ""
|
||||
msgstr "Додано 1 селф-роль."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:489
|
||||
#, docstring
|
||||
@@ -249,40 +263,40 @@ 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 ""
|
||||
msgstr "Я не можу дозволити вам прибрати {role.name} зі списку селф-ролей, бо ця роль є вищою за вашу найвищу роль."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:508
|
||||
msgid "Removed {count} selfroles."
|
||||
msgstr ""
|
||||
msgstr "Вилучено {count} селф-ролей."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:510
|
||||
msgid "Removed 1 selfrole."
|
||||
msgstr ""
|
||||
msgstr "Прибрано 1 селф-роль."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:516
|
||||
#, docstring
|
||||
msgid "Clear the list of available selfroles for this server."
|
||||
msgstr ""
|
||||
msgstr "Очистити список доступних селф-ролей для цього сервера."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:520
|
||||
msgid "There are currently no selfroles."
|
||||
msgstr ""
|
||||
msgstr "Наразі немає селф-ролей."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:523
|
||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||
msgstr ""
|
||||
msgstr "Ви впевнені, що хочете очистити список селф-ролей цього сервера?"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:529
|
||||
msgid "You took too long to respond."
|
||||
msgstr ""
|
||||
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 ""
|
||||
msgstr "Я не можу прибрати селф-ролі, тому що селф-роль '{role.name}' вища аніж усі ваші ролі."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:544
|
||||
msgid "Selfrole list cleared."
|
||||
msgstr ""
|
||||
msgstr "Список з селф-ролями був очищений."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:546
|
||||
msgid "No changes have been made."
|
||||
@@ -303,21 +317,21 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/admin/announcer.py:68
|
||||
msgid "I could not announce to the following server: "
|
||||
msgstr ""
|
||||
msgstr "Не вдалося зробити оголошення у наступній спільноті: "
|
||||
|
||||
#: redbot/cogs/admin/announcer.py:70
|
||||
msgid "I could not announce to the following servers: "
|
||||
msgstr ""
|
||||
msgstr "Не вдалося зробити оголошення у наступних спільнотах: "
|
||||
|
||||
#: redbot/cogs/admin/converters.py:13
|
||||
msgid "The Admin cog is not loaded."
|
||||
msgstr ""
|
||||
msgstr "Адмін-ког не завантажено."
|
||||
|
||||
#: redbot/cogs/admin/converters.py:30
|
||||
msgid "The role \"{role_name}\" is not a valid selfrole."
|
||||
msgstr ""
|
||||
msgstr "Роль \"{role_name}\" не є дійсною селф-роллю."
|
||||
|
||||
#: 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 ""
|
||||
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")
|
||||
@commands.is_owner()
|
||||
@commands.guild_only()
|
||||
@has_managed_server()
|
||||
async def command_audioset_logs(self, ctx: commands.Context):
|
||||
"""Sends the managed Lavalink node logs to your DMs."""
|
||||
|
||||
@@ -10,10 +10,11 @@ from red_commons.logging import getLogger
|
||||
from redbot.core import commands
|
||||
from redbot.core.data_manager import cog_data_path
|
||||
from redbot.core.i18n import Translator
|
||||
from redbot.core.utils.chat_formatting import box, inline
|
||||
from redbot.core.utils.chat_formatting import box, humanize_list, inline
|
||||
|
||||
from ..abc import MixinMeta
|
||||
from ..cog_utils import CompositeMetaClass
|
||||
from ...managed_node import version_pins
|
||||
from ...utils import (
|
||||
MAX_JAVA_RAM,
|
||||
DEFAULT_LAVALINK_YAML,
|
||||
@@ -29,6 +30,16 @@ log = getLogger("red.cogs.Audio.cog.Commands.lavalink_setup")
|
||||
_ = 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):
|
||||
@commands.group(name="llset")
|
||||
@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.
|
||||
"""
|
||||
|
||||
@command_llset.command(name="java")
|
||||
@command_llset.command(name="java", cls=LavalinkSetupJavaCommand)
|
||||
@has_managed_server()
|
||||
async def command_llset_java(self, ctx: commands.Context, *, java_path: str = "java"):
|
||||
"""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.
|
||||
|
||||
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.
|
||||
"""
|
||||
|
||||
668
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
668
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
668
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
668
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
668
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
670
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
670
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
File diff suppressed because it is too large
Load Diff
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
670
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
670
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
670
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
668
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
668
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
668
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
668
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
668
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
668
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
File diff suppressed because it is too large
Load Diff
672
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
672
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
File diff suppressed because it is too large
Load Diff
677
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
677
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
668
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
670
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
File diff suppressed because it is too large
Load Diff
693
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
693
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
File diff suppressed because it is too large
Load Diff
682
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
682
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
File diff suppressed because it is too large
Load Diff
948
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
948
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
668
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
668
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
668
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
670
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
File diff suppressed because it is too large
Load Diff
711
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
711
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
File diff suppressed because it is too large
Load Diff
670
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
670
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
File diff suppressed because it is too large
Load Diff
668
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
668
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
File diff suppressed because it is too large
Load Diff
672
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
672
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,9 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||
return await self.send_embed_msg(
|
||||
ctx,
|
||||
title=_("Unable To Play Tracks"),
|
||||
description=_("That URL is not allowed."),
|
||||
description=_(
|
||||
"That URL is not allowed.\n\nThe bot owner can remove this restriction by using ``{prefix}audioset restrict``."
|
||||
).format(prefix=ctx.clean_prefix),
|
||||
)
|
||||
elif not await self.is_query_allowed(self.config, ctx, f"{query}", query_obj=query):
|
||||
return await self.send_embed_msg(
|
||||
|
||||
@@ -198,6 +198,8 @@ class AudioEvents(MixinMeta, metaclass=CompositeMetaClass):
|
||||
if not guild:
|
||||
return
|
||||
notify_channel = guild.get_channel_or_thread(player.fetch("notify_channel"))
|
||||
if not notify_channel:
|
||||
return
|
||||
has_perms = self._has_notify_perms(notify_channel)
|
||||
tries = 0
|
||||
while not player._is_playing:
|
||||
|
||||
@@ -23,6 +23,7 @@ from redbot.core.utils.antispam import AntiSpam
|
||||
from redbot.core.utils.chat_formatting import box, humanize_list, underline, bold
|
||||
|
||||
from ...errors import TrackEnqueueError, AudioError
|
||||
from ...managed_node import version_pins
|
||||
from ..abc import MixinMeta
|
||||
from ..cog_utils import CompositeMetaClass
|
||||
|
||||
@@ -87,7 +88,7 @@ DANGEROUS_COMMANDS = {
|
||||
"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."
|
||||
"The supported versions are currently Java {supported_java_versions}."
|
||||
),
|
||||
"command_llset_heapsize": _(
|
||||
"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."
|
||||
"\n\n{confirm_token}"
|
||||
).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"),
|
||||
)
|
||||
sent = await ctx.send(message)
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
184
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: ar_SA\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "تمكين"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
184
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: bg_BG\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
184
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: cs_CZ\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Povoleno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/da-DK.po
generated
184
redbot/cogs/audio/core/events/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: da_DK\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
186
redbot/cogs/audio/core/events/locales/de-DE.po
generated
186
redbot/cogs/audio/core/events/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,309 +15,309 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: de_DE\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "Automatische Wiedergabe gestartet."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr "Soforteinladung erstellen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Mitglieder kicken"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Mitglieder bannen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Kanäle verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Server verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Reaktionen hinzufügen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "Audit-Log einsehen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Priorisierter Sprecher"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Nachrichten verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Links einbetten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Dateien anhängen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Externe Emojis verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "Server-Einblicke anzeigen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Verbinden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Sprechen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Mitglieder Stummschalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
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"
|
||||
msgstr "Mitglieder verschieben"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "Sprachaktivität verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "Spitznamen ändern"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Spitznamen verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Rollen verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Webhooks verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr "Ausdrücke verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr "Anwendungsbefehle verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr "Sprechanfrage"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "Events verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr "Threads verwalten"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr "Öffentliche Threads erstellen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr "Private Threads erstellen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
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"
|
||||
msgstr "Nachrichten in Threads senden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Soundboard verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr "Ausdrücke erstellen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Externe Sounds verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Sprachnachrichten senden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Mir fehlen Berechtigungen auf diesem Server, bitte richten Sie dies so bald wie möglich an.\n\n"
|
||||
"Erwartete Berechtigungen:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Aktiviert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
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"
|
||||
"{template}\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"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Argument kann nicht analysiert werden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid 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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/es-ES.po
generated
184
redbot/cogs/audio/core/events/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,309 +15,309 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: es_ES\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
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"
|
||||
msgstr "Expulsar miembros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Banear miembros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrador"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Administrar canales"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Administrar servidor"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Añadir reacciones"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "Ver auditoría"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Orador prioritario"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Administrar mensajes"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Incrustar enlaces"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Adjuntar archivos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Usar Emojis Externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "Ver Información del Servidor"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Conectar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Hablar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Silenciar Miembros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr "Ensordecer miembros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr "Mover Miembros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "Usar actividad de voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "Cambiar apodo"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Administrar apodos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Administrar roles"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Administrar Webhooks"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr "Administrar Expresiones"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
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"
|
||||
msgstr "Solicitud para hablar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "Administrar Eventos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr "Administrar hilos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
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"
|
||||
msgstr "Crear hilos privados"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
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"
|
||||
msgstr "Enviar mensajes en hilos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Usar panel de sonidos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr "Crear Expresiones"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Usar sonidos externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Enviar mensajes de voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n"
|
||||
"Permisos esperados:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Activado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
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"
|
||||
"{template}\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"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "No se puede analizar el argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
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 ""
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
184
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: fi_FI\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "Automaattinen toisto aloitettu."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n"
|
||||
"Puuttuvat oikeudet:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Käytössä"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Argumentin käsittely epäonnistui"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
||||
|
||||
|
||||
186
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
186
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: fr_FR\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr "Créer une invitation"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Expulser des membres"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Bannir des membres"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrateur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Gérer les salons"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Gérer le serveur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
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"
|
||||
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"
|
||||
msgstr "Voix prioritaire"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr "Voir les salons"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send 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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage 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"
|
||||
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"
|
||||
msgstr "Joindre des fichiers"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Voir les analyses du serveur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Se connecter"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Parler"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Rendre muet les membres"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Modifier le Surnom"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Gérer les Pseudos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
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"
|
||||
msgstr "Gérer les webhook"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage 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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Utiliser le soundboard"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create 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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
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"
|
||||
msgstr "Envoyer des messages vocaux"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Il me manque des permissions sur ce serveur. Veuillez régler ce problème dès que possible.\n\n"
|
||||
"Permissions attendues :\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Activé"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Impossible d'analyser l'argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Il y a eu un problème de communication avec Discord."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
184
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: hi_IN\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
184
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,309 +15,309 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: hr_HR\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr "Stvaranje instant pozivnice"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Izbacivanje članova"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Bananje članova"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Upravljanje kanalima"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Upravljanje serverom"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Dodavanje reakcija"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "Prikaz dnevnika aktivnosti"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Prioritetni zvučnik"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Upravljanje porukama"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Ugrađivanje linkova"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Prilaganje datoteka"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Upotreba vanjskih emojija"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "Pogledaj Razradu servera"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Povezivanje"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Govor"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Utišavanje članova"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr "Isključivanje zvuka članovima"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr "Premještanje članova"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "Korištenje glasovne aktivnosti"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "Mijenjanje nadimka"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Upravljanje nadimcima"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Upravljanje ulogama"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Upravljanje webhookovima"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Nedostaju mi dozvole u ovom serveru, riješite to što prije moguće.\n\n"
|
||||
"Očekivane dozvole:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivirano"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
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"
|
||||
"{template}\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"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Nije moguće obradit argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid 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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "Greška je prijavljena vlasniku bota."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
184
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: hu_HU\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/id-ID.po
generated
184
redbot/cogs/audio/core/events/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: id_ID\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Diaktifkan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/it-IT.po
generated
184
redbot/cogs/audio/core/events/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: it_IT\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Abilitato"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
184
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: ja_JP\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "自動再生を開始しました"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr "招待を作成する"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "メンバーをキック"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "メンバーをBAN"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "管理者"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "チャンネルを管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "サーバー管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "リアクションの追加"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "監査ログを表示"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "優先スピーカー"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr "テキストチャンネルの閲覧&ボイスチャンネルを聞く"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr "メッセージを送信"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "メッセージの管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "埋め込みリンク"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "ファイルの添付"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr "メッセージ履歴を読む"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr "@everyone、@here、全てのロールにメンション"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr "外部の絵文字を使用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "サーバーインサイトを表示"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "接続"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "話す"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "メンバーをミュート"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr "メンバーのスピーカーをミュート"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr "メンバーを移動"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "音声アクティビティを使用する"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "ニックネームを変更する"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "ニックネームの管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "ロールの管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "ウェブフックの管理"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
184
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: ko_KR\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "자동재생이 시작되었어요"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "저에게 이 서버에 대한 몇가지 권한이 누락된 것 같아요, 최대한 빠르게 해당 권한을 부여해 주세요. \n\n"
|
||||
"누락되었다고 예상되어지는 권한입니다.:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "활성화됨"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "인수룰 구분할 수 없습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
184
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: nb_NO\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "Automatisk avspilling startet."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr "Opprett Direkte Invitasjon"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Kast ut medlemmer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Utesteng medlemmer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Administrer kanaler"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Administrer serveren"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Legg til Reaksjoner"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "Se Overvåkningslogg"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Prioritert taler"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr "Les tekstkanaler & se lydkanaler"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Administrer meldinger"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Bygge inn lenker"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Legg ved filer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Bruk Eksterne Emojier"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "Vis serverinnsikter"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Nettverk"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Snakk"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Demp Medlemmer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
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"
|
||||
msgstr "Flytte medlemmer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "Bruk taleaktivitet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "Endre kallenavn"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Administrer kallenavn"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Behandle roller"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Administrer Webhooks"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr "Bruk program-kommandoer"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr "Be om å snakke"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "Administrer arrangement"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr "Behandle tråder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n"
|
||||
"Forventede tillatelser:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Kan ikke analysere argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid 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 `{}`."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
msgstr "Denne feilen er rapportert til bot eieren."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
184
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: nl_NL\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Ingeschakeld"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
184
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,309 +15,309 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: pl_PL\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr "Utwórz zaproszenie"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Wyrzuć członków"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Zbanuj członków"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Zarządzaj kanałami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Zarządzaj serwerem"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Dodaj reakcje"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "Wyświetlanie dziennika zdarzeń"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Priorytetowy rozmówca"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Zarządzanie wiadomościami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Zamieszczanie linków"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Zobacz statystyki serwera"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Połącz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Mów"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Wycisz użytkowników"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Zmiana pseudonimu"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Zarządzanie pseudonimami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Zarządzanie rolami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Zarządzanie webhookami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
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"
|
||||
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"
|
||||
msgstr "Zarządzaj wydarzeniami"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Brakuje mi uprawnień na tym serwerze, prosimy o przekierowanie tego adresu tak szybko, jak to możliwe.\n\n"
|
||||
"Oczekiwane uprawnienia:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Włączone"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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"
|
||||
@@ -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"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Nie można przeanalizować argumentu"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid 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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
184
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Faltam permissões neste servidor. Por favor, resolva isso assim que possível.\n\n"
|
||||
"Permissões esperadas:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Habilitado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
||||
msgid "`{user_input}` is not a valid value for `{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"
|
||||
msgstr "Não foi possível analisar o argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
msgstr "Este erro foi reportado ao proprietário do bot."
|
||||
|
||||
|
||||
186
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
186
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,308 +15,308 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: pt_PT\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr "Criar Convite Instantâneo"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "Expulsar membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Banir Membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Administrador"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Gerir canais"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Gerir Servidor"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Adicionar Reacções"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
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"
|
||||
msgstr "Voz prioritária"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Gerir Mensagens"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Links Incorporados"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Anexar ficheiros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Usar Emojis Externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "Ver estatísticas do servidor"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "Conectar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Falar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Silenciar membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr "Ensurdecer Membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr "Mover membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
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"
|
||||
msgstr "Alterar Alcunha"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Gerir Alcunhas"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "Gerir Cargos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Gerir webhooks"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr "Gerir Expressões"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
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"
|
||||
msgstr "Pedir para Falar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "Gerir Eventos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr "Gerir Tópicos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr "Usar Atividades"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr "Castigar membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
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"
|
||||
msgstr "Usar Soundboard"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr "Criar expressões"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr "Criar Eventos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Usar Sons Externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Enviar Mensagens de Voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr "Criar Votações"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr "Usar Aplicações Externas"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\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"
|
||||
msgstr "Ativado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
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"
|
||||
"{template}\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"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Incapaz de analisar Argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
msgstr "Este erro foi denunciado ao dono do bot."
|
||||
|
||||
|
||||
335
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
335
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,370 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: ru_RU\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "Автоматическое воспроизведение запущено."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
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:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Администратор"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
msgid "Manage Channels"
|
||||
msgstr "Управлять каналами"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
msgid "Manage Server"
|
||||
msgstr "Управлять сервером"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
msgid "Add Reactions"
|
||||
msgstr "Добавлять реакции"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
msgid "View Audit Log"
|
||||
msgstr "Просматривать журнал аудита"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
msgid "Priority Speaker"
|
||||
msgstr "Приоритетный режим"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
msgid "Video"
|
||||
msgstr "Видео"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr "Просматривать каналы"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
msgid "Send Messages"
|
||||
msgstr "Отправлять сообщения"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr "Отправка сообщений text-to-speech"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
msgid "Manage Messages"
|
||||
msgstr "Управлять сообщениями"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
msgid "Embed Links"
|
||||
msgstr "Встраивать ссылки"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
msgid "Attach Files"
|
||||
msgstr "Прикреплять файлы"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
msgid "Read Message History"
|
||||
msgstr "Читать историю сообщений"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr "Упоминание @everyone, @here и всех ролей"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
msgid "Use External Emojis"
|
||||
msgstr "Использовать внешние эмодзи"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
msgid "View Server Insights"
|
||||
msgstr "Просмотр аналитики сервера"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
msgid "Connect"
|
||||
msgstr "Подключаться"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
msgid "Speak"
|
||||
msgstr "Говорить"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
msgid "Mute Members"
|
||||
msgstr "Отключать участникам микрофон"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
msgid "Deafen Members"
|
||||
msgstr "Отключать участникам звук"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
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:61
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "Управление никнеймами"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
msgid "Manage Roles"
|
||||
msgstr "Управлять ролями"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Управлять вебхуками (webhooks)"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
msgid "Manage Expressions"
|
||||
msgstr "Управление выражениями"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
msgid "Use Application Commands"
|
||||
msgstr "Использовать команды приложения"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
msgid "Request to Speak"
|
||||
msgstr "Попросить выступить"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
msgid "Manage Events"
|
||||
msgstr "Управление событиями"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
msgid "Manage Threads"
|
||||
msgstr "Управление ветками"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
msgid "Create Public Threads"
|
||||
msgstr "Создать публичные ветки"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
msgid "Create Private Threads"
|
||||
msgstr "Создание приватных веток"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
msgid "Use External Stickers"
|
||||
msgstr "Использовать внешние стикеры"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr "Отправлять сообщения в ветках"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
msgid "Use Activities"
|
||||
msgstr "Использовать активности"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
msgid "Time out members"
|
||||
msgstr "Отправлять участников думать о своём поведении"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr "Просмотр аналитики подписок на сервер"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Использовать звуковую панель"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
msgid "Create Expressions"
|
||||
msgstr "Создавать средства выражения эмоций"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
msgid "Create Events"
|
||||
msgstr "Создавать события"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Использовать внешние звуки"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
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 ""
|
||||
msgstr "Использовать внешние приложения"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
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 "Эта команда изменит путь к исполняемому файлу 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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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. "
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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'."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
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."
|
||||
msgstr ""
|
||||
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`."
|
||||
msgstr ""
|
||||
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."
|
||||
msgstr ""
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Мне не хватает полномочий на этом сервере, Пожалуйста, решите эту проблему как можно скорее.\n\n"
|
||||
"Ожидаемые полномочия:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Включено"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
msgstr "Вам не следует запускать эту команду."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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 ""
|
||||
msgstr "\n"
|
||||
"{template}\n"
|
||||
"Если вы хотите продолжить, введите чувствительный к регистру код без пробелов в качестве следующего сообщения.\n\n"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Не удается разобрать аргумент"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
msgstr "Соединение с Lavalink узлом было потеряно."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||
msgstr ""
|
||||
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."
|
||||
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."
|
||||
msgstr "Об этой ошибке было сообщено владельцу бота."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
184
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: sk_SK\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivované"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
184
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: sl_SI\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n"
|
||||
"Potrebna dovoljenja:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Omogočeno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Argumenta ni mogoče razčleniti"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid 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 `{}`."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Prišlo je do težave pri komunikaciji z Discordom."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Napaka je bila posredovana lastniku bota."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
184
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: sv_SE\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
184
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: tr_TR\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
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"
|
||||
msgstr "Üyeleri At"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "Üyeleri Engelle"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "Yönetici"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "Kanalları Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "Sunucuyu Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "Tepki Ekle"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
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"
|
||||
msgstr "Öncelikli Hoparlör"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "Mesajları Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "Bağlantı Yerleştir"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "Dosya Ekle"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
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"
|
||||
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"
|
||||
msgstr "Harici Emojiler Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
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"
|
||||
msgstr "Bağlan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "Konuş"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "Üyeleri Sustur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
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"
|
||||
msgstr "Üyeleri Taşı"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "Ses Eylemi Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
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"
|
||||
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"
|
||||
msgstr "Rolleri Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "Webhook'ları Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr "İfadeleri Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
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"
|
||||
msgstr "Konuşma İsteği"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "Etkinlikleri Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Ses Panelini Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr "İfade Oluştur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Dış Ses Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Sesli Mesaj Gönder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\n\n"
|
||||
"Beklediğim İzinler:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Etkinleştirildi"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
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"
|
||||
"{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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "Değişken işlenemedi"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr "Hata bot sahibine bildirildi."
|
||||
|
||||
|
||||
188
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
188
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: uk_UA\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
msgstr "Увімкнено"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
184
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,367 +15,367 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: vi_VN\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\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"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "Đã bật"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
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."
|
||||
|
||||
#: 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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
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:360
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
||||
msgid "Invalid Argument"
|
||||
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 `{}`."
|
||||
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"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with 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."
|
||||
msgstr "Lỗi này Tôi đã báo cáo với chủ sở hữu."
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
184
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,366 +15,366 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "已启用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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:321
|
||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
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}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
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:400
|
||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
||||
msgid "There was an issue communicating with Discord."
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
|
||||
184
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
184
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,309 +15,309 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 670\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/cog.py:216
|
||||
#: redbot/cogs/audio/core/events/cog.py:218
|
||||
msgid "Auto Play started."
|
||||
msgstr "已開始自動播放。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:34
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
msgid "Create Instant Invite"
|
||||
msgstr "建立即時邀請"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
msgid "Kick Members"
|
||||
msgstr "踢出成員"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
msgid "Ban Members"
|
||||
msgstr "封鎖成員"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
msgid "Administrator"
|
||||
msgstr "管理員"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
msgid "Manage Channels"
|
||||
msgstr "管理頻道"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
msgid "Manage Server"
|
||||
msgstr "管理伺服器"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
msgid "Add Reactions"
|
||||
msgstr "新增反應"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
msgid "View Audit Log"
|
||||
msgstr "檢視審核日誌"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Priority Speaker"
|
||||
msgstr "優先發言者"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
msgstr "讀取文字頻道和查看語音頻道"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send Messages"
|
||||
msgstr "發送訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
msgid "Manage Messages"
|
||||
msgstr "管理訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
msgid "Embed Links"
|
||||
msgstr "嵌入連結"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
msgid "Attach Files"
|
||||
msgstr "附加文件"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
msgid "Read Message History"
|
||||
msgstr "讀取歷史訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
msgid "Mention @everyone, @here, and All Roles"
|
||||
msgstr "提及 @everyone、@here 和所有身分組"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
msgid "Use External Emojis"
|
||||
msgstr "使用外部表情符號"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
msgid "View Server Insights"
|
||||
msgstr "檢視伺服器分析"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
msgid "Connect"
|
||||
msgstr "連接"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
msgid "Speak"
|
||||
msgstr "說話"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
msgid "Mute Members"
|
||||
msgstr "靜音成員"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
msgid "Deafen Members"
|
||||
msgstr "使成員拒聽"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
msgid "Move Members"
|
||||
msgstr "移動成員"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
msgid "Use Voice Activity"
|
||||
msgstr "使用語音活動"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
msgid "Change Nickname"
|
||||
msgstr "更改暱稱"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
msgid "Manage Nicknames"
|
||||
msgstr "管理暱稱"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
msgid "Manage Roles"
|
||||
msgstr "管理身分組"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Webhooks"
|
||||
msgstr "管理 Webhooks"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Manage Expressions"
|
||||
msgstr "管理表示式"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
msgid "Use Application Commands"
|
||||
msgstr "使用應用程式命令"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
msgid "Request to Speak"
|
||||
msgstr "要求發言"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
msgid "Manage Events"
|
||||
msgstr "管理活動"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
msgid "Manage Threads"
|
||||
msgstr "管理討論串"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
msgid "Create Public Threads"
|
||||
msgstr "建立公開討論串"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
msgid "Create Private Threads"
|
||||
msgstr "建立私人討論串"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
msgid "Use External Stickers"
|
||||
msgstr "使用外部貼圖"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Send Messages in Threads"
|
||||
msgstr "在討論串中傳送訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use Soundboard"
|
||||
msgstr "使用音效板"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Expressions"
|
||||
msgstr "新增表示式"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "傳送語音訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||
msgid "Use External Apps"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||
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."
|
||||
#: 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: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."
|
||||
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."
|
||||
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. "
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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'."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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."
|
||||
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`."
|
||||
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."
|
||||
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."
|
||||
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"
|
||||
"Expected Permissions:\n"
|
||||
msgstr "我缺少此伺務器的權限,請盡快解決此問題。\n\n"
|
||||
"預期權限:\n"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Enabled"
|
||||
msgstr "已啟用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
||||
msgid "Disabled"
|
||||
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."
|
||||
msgstr "您不應該使用此指令。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
#: 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"
|
||||
@@ -327,58 +327,58 @@ msgstr "\n"
|
||||
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
||||
"{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."
|
||||
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}`"
|
||||
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"
|
||||
msgstr "無法分析參數"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
#: 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:352
|
||||
#: 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:370
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
msgid "Invalid Environment"
|
||||
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."
|
||||
msgstr "與 Lavalink 節點的連接已丟失。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
msgid "No Player Available"
|
||||
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."
|
||||
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
|
||||
msgid "Unable to Get Track"
|
||||
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
|
||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||
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."
|
||||
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."
|
||||
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
|
||||
#, docstring
|
||||
msgid "Play audio through voice channels."
|
||||
msgstr ""
|
||||
msgstr "Відтворювати звук через голосові канали."
|
||||
|
||||
|
||||
@@ -56,7 +56,9 @@ class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass):
|
||||
password = configs["yaml"]["lavalink"]["server"]["password"]
|
||||
secured = False
|
||||
# Make this timeout customizable for lower powered machines?
|
||||
self.managed_node_controller = ServerManager(self.config, timeout=60, cog=self)
|
||||
self.managed_node_controller = ServerManager(
|
||||
self.config, timeout=60, download_timeout=60 * 3, cog=self
|
||||
)
|
||||
try:
|
||||
await self.managed_node_controller.start(java_exec)
|
||||
# timeout is the same as ServerManager.timeout -
|
||||
|
||||
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 ""
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user