mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4b75f5333 | ||
|
|
254d5a91d6 | ||
|
|
b979a7c4d1 | ||
|
|
54a29174ea | ||
|
|
5bbced5b0d | ||
|
|
5b21c89505 | ||
|
|
04d856cfb0 | ||
|
|
701339f8a1 | ||
|
|
3d04d696c1 | ||
|
|
0b8bcef86c | ||
|
|
2d47d75919 | ||
|
|
7eb26da647 | ||
|
|
699471f27a | ||
|
|
2c2080df12 | ||
|
|
fa7236af63 | ||
|
|
601816abc0 | ||
|
|
bf8c0d03b5 | ||
|
|
2e40ec4a1a | ||
|
|
9b9fdf555b | ||
|
|
7dee8d7963 | ||
|
|
0281d6c93e | ||
|
|
f4c8077268 | ||
|
|
7b8acd7ef6 | ||
|
|
6ee976c341 | ||
|
|
0b0b23b971 | ||
|
|
2b1e603124 | ||
|
|
dd61b669b0 | ||
|
|
57b76bc0d7 | ||
|
|
573e5c2b40 | ||
|
|
ad1e1aa2ba | ||
|
|
4242a7adf2 | ||
|
|
e03f97d1cd | ||
|
|
975c0007fe | ||
|
|
bef3aa5f69 |
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -141,6 +141,8 @@
|
||||
"Category: Core - API - App Commands Package":
|
||||
# Source
|
||||
- redbot/core/app_commands/*
|
||||
# Docs
|
||||
- docs/framework_app_commands.rst
|
||||
# Tests
|
||||
- tests/core/test_app_commands.py
|
||||
"Category: Core - API - Commands Package":
|
||||
|
||||
6
.github/workflows/lint_python.yaml
vendored
6
.github/workflows/lint_python.yaml
vendored
@@ -20,7 +20,11 @@ jobs:
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.8"
|
||||
- run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://github.com/pycqa/flake8@3.7.9#egg=flake8"
|
||||
- run: >
|
||||
python -m pip install
|
||||
'pyflakes @ https://github.com/pycqa/pyflakes/tarball/1911c20'
|
||||
'pycodestyle @ https://github.com/pycqa/pycodestyle/tarball/d219c68'
|
||||
'flake8 @ https://github.com/pycqa/flake8/tarball/3.7.9'
|
||||
name: Install Flake8
|
||||
- run: "python -m flake8 . --count --select=E9,F7,F82 --show-source"
|
||||
name: Flake8 Linting
|
||||
|
||||
165
CHANGES.rst
165
CHANGES.rst
@@ -1,5 +1,170 @@
|
||||
.. Red changelogs
|
||||
|
||||
Redbot 3.5.12 (2024-08-08)
|
||||
==========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :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.12's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.12/Red-DiscordBot-3.5.12-default-lavalink-application.yml>`__
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Cogs - Audio** - Fixed the ``[p]llset secured`` command failing to send the response message (:issue:`6423`)
|
||||
- **Cogs - Audio** - Fixed some age-restricted YT tracks not playing (:issue:`6424`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.11 (2024-08-04)
|
||||
==========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`anopem`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`yamikaitou`
|
||||
|
||||
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 and added new plugin configuration.
|
||||
`Download Red 3.5.11's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.11/Red-DiscordBot-3.5.11-default-lavalink-application.yml>`__
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- **Core** - Menus sent in ephemeral messages will now be deleted the same way menus in normal messages do (:issue:`6304`)
|
||||
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6417`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core - RPC** - RPC is now forcefully shut down after 2 minutes, if it cannot shutdown gracefully (:issue:`6391`, :issue:`6412`)
|
||||
- |cool| **Cogs - Audio** - Fixed some of the recent YT playback issues (:issue:`6414`, :issue:`6415`)
|
||||
- **Cogs - Mutes** - Fixed the cog failing to unmute a user, if they were muted by someone who no longer has permissions to mute that user (:issue:`6376`, :issue:`6411`)
|
||||
- **Cogs - Streams** - Fixed the viewer count for Twitch streams (:issue:`6413`)
|
||||
|
||||
Developer changelog
|
||||
-------------------
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- **Core - App Commands Package** - Added `app_commands.UserFeedbackCheckFailure` exception allowing the cog creators to return non-default error message when the check fails (:issue:`6397`)
|
||||
|
||||
Documentation changes
|
||||
---------------------
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- Updated instructions for installing the development version of Red in `guide_cog_creation` (:issue:`6408`)
|
||||
- Updated the contents of the ``red.plist`` file in the `autostart_mac` document to use no resource limitations, same as regular applications (:issue:`6416`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.10 (2024-07-10)
|
||||
==========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`SeaswimmerTheFsh`, :ghuser:`TrustyJAID`, :ghuser:`yamikaitou`
|
||||
|
||||
Read before updating
|
||||
--------------------
|
||||
|
||||
#. This release fixes a security issue in one of the APIs we provide for 3rd-party cog creators. See `Security changelog below <important-3510-1>` for more information.
|
||||
#. Following operating systems are no longer supported as they have already reached their end of life:
|
||||
|
||||
- CentOS 7
|
||||
- CentOS Stream 8
|
||||
- Fedora 38
|
||||
- versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 8 older than 8.8
|
||||
- versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux 9 older than 9.2
|
||||
|
||||
#. 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 switched from using the built-in YT source to YT source plugin.
|
||||
`Download Red 3.5.10's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.10/Red-DiscordBot-3.5.10-default-lavalink-application.yml>`__
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
.. _important-3510-1:
|
||||
|
||||
Security
|
||||
********
|
||||
|
||||
- **Core** - Fixed incorrect authorization in one of the utilities provided to 3rd-party cog creators (`commands.can_manage_channel()`) resulting in anyone being authorized to run a command using it, if the command has no other permission controls. None of the core commands or core cogs are affected. The maintainers of the project are not aware of any public 3rd-party cog utilizing this API at the time of writing this changelog. `Full security advisory can be found on our GitHub <https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-5jq8-q6rj-9gq4>`__.
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- **Core - Bot Commands** - Added ``[p]set bot banner`` command for setting the bot's banner (:issue:`6321`, :issue:`6401`)
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- **Core** - Red's ``--team-members-are-owners`` flag now only considers Team Owner, Admins, and Developers as bot owners (:issue:`6401`)
|
||||
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6402`)
|
||||
- **Cogs - Audio** - Updated the cog to configure managed Lavalink node to use YT source plugin instead of the built-in, no longer supported, implementation (:issue:`6373`)
|
||||
- **Cogs - Filter** - The cog now checks poll contents and attachment alt text for filtered words (:issue:`6401`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core** - Fixed command autocompletion not showing any proper result (error message) when bot's global checks (channel/server ignores, allowlist/blocklist) do not pass (:issue:`6374`, :issue:`6375`)
|
||||
- **Cogs - Audio** - Fixed one of the recent YT playback issues (:issue:`6373`)
|
||||
|
||||
Developer changelog
|
||||
-------------------
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- |cool| **Core - Dependencies** - Bumped ``discord.py`` to version 2.4.0 (:issue:`6401`)
|
||||
|
||||
Documentation changes
|
||||
---------------------
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- Added Ubuntu 24.04 install guide (:issue:`6364`)
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- Bumped Python version used by Arch Linux, RHEL 8, and RHEL 9 install guides to 3.11 (:issue:`6386`)
|
||||
- Removed a mention of the Atom editor from the list of the recommended editor now that it's discontinued (:issue:`6388`)
|
||||
|
||||
Removals
|
||||
********
|
||||
|
||||
- Removed all mentions of pyenv now that the last OS using it (CentOS 7) is no longer supported (:issue:`6386`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- Fixed Java instructions in macOS install guide (:issue:`6368`)
|
||||
- Fixed list of required ``info.json`` keys from the `guide_cog_creators` document (:issue:`6382`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.9 (2024-04-21)
|
||||
=========================
|
||||
|
||||
|
||||
@@ -57,6 +57,8 @@ Paste the following and replace the following:
|
||||
<string>username</string>
|
||||
<key>InitGroups</key>
|
||||
<true/>
|
||||
<key>ProcessType</key>
|
||||
<string>Interactive</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
|
||||
@@ -28,10 +28,6 @@ Next, your python :code:`path` can be fetched with the following commands:
|
||||
$ source ~/redenv/bin/activate
|
||||
(redenv) $ /usr/bin/which python
|
||||
|
||||
# If redbot is installed in a pyenv virtualenv
|
||||
$ pyenv shell <virtualenv_name>
|
||||
(redenv) $ pyenv which python
|
||||
|
||||
Then create the new service file:
|
||||
|
||||
:code:`sudo nano /etc/systemd/system/red@.service`
|
||||
|
||||
@@ -2867,7 +2867,7 @@ Supports either an attachment or an image URL.
|
||||
**Examples:**
|
||||
- ``[p]set bot avatar`` - With an image attachment, this will set the avatar.
|
||||
- ``[p]set bot avatar`` - Without an attachment, this will show the command help.
|
||||
- ``[p]set bot avatar https://links.flaree.xyz/k95`` - Sets the avatar to the provided url.
|
||||
- ``[p]set bot avatar https://avatars.githubusercontent.com/u/23690422`` - Sets the avatar to the provided url.
|
||||
|
||||
**Arguments:**
|
||||
- ``[url]`` - An image url to be used as an avatar. Leave blank when uploading an attachment.
|
||||
@@ -2895,6 +2895,57 @@ Removes Red's avatar.
|
||||
**Example:**
|
||||
- ``[p]set bot avatar remove``
|
||||
|
||||
.. _core-command-set-bot-banner:
|
||||
|
||||
""""""""""""""
|
||||
set bot banner
|
||||
""""""""""""""
|
||||
|
||||
.. note:: |owner-lock|
|
||||
|
||||
**Syntax**
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]set bot banner [url]
|
||||
|
||||
**Description**
|
||||
|
||||
Sets Red's banner
|
||||
|
||||
Supports either an attachment or an image URL.
|
||||
|
||||
**Examples:**
|
||||
- ``[p]set bot banner`` - With an image attachment, this will set the banner.
|
||||
- ``[p]set bot banner`` - Without an attachment, this will show the command help.
|
||||
- ``[p]set bot banner https://opengraph.githubassets.com`` - Sets the banner to the provided url.
|
||||
|
||||
**Arguments:**
|
||||
- ``[url]`` - An image url to be used as an banner. Leave blank when uploading an attachment.
|
||||
|
||||
.. _core-command-set-bot-banner-remove:
|
||||
|
||||
"""""""""""""""""""""
|
||||
set bot banner remove
|
||||
"""""""""""""""""""""
|
||||
|
||||
.. note:: |owner-lock|
|
||||
|
||||
**Syntax**
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
[p]set bot banner remove
|
||||
|
||||
.. tip:: Alias: ``set bot banner clear``
|
||||
|
||||
**Description**
|
||||
|
||||
Removes Red's banner.
|
||||
|
||||
**Example:**
|
||||
- ``[p]set bot banner remove``
|
||||
|
||||
.. _core-command-set-bot-custominfo:
|
||||
|
||||
""""""""""""""""""
|
||||
|
||||
@@ -250,7 +250,10 @@ intersphinx_mapping = {
|
||||
extlinks = {
|
||||
"dpy_docs": (f"{dpy_docs_url}%s", None),
|
||||
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"),
|
||||
"ghuser": ("https://github.com/%s", "@%s"),
|
||||
# below URL redirects to user page, if they don't have GH Sponsors set up,
|
||||
# while allowing us to direct readers directly at a sponsorship opportunity,
|
||||
# if they do
|
||||
"ghuser": ("https://github.com/sponsors/%s", "@%s"),
|
||||
}
|
||||
|
||||
# Doctest
|
||||
|
||||
13
docs/framework_app_commands.rst
Normal file
13
docs/framework_app_commands.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
.. red app_commands module documentation
|
||||
|
||||
====================
|
||||
App Commands Package
|
||||
====================
|
||||
|
||||
This package acts almost identically to :doc:`discord.ext.app_commands <dpy:interactions/api>`; i.e.
|
||||
all of the attributes from discord.py's are also in ours.
|
||||
Some of these attributes, however, have been slightly modified, while others have been added to
|
||||
extend functionalities used throughout the bot, as outlined below.
|
||||
|
||||
.. autoclass:: redbot.core.app_commands.UserFeedbackCheckFailure
|
||||
:members:
|
||||
@@ -47,6 +47,9 @@ extend functionalities used throughout the bot, as outlined below.
|
||||
|
||||
.. autoclass:: redbot.core.commands.DMContext
|
||||
|
||||
.. autoclass:: redbot.core.commands.UserFeedbackCheckFailure
|
||||
:members:
|
||||
|
||||
.. automodule:: redbot.core.commands.requires
|
||||
:members: PrivilegeLevel, PermState, Requires
|
||||
|
||||
|
||||
@@ -282,7 +282,7 @@ If you want to do it, follow these steps.
|
||||
2. **Install Linux**
|
||||
|
||||
Most of the VPS providers have tools for installing Linux automatically. If
|
||||
you're a beginner, we recommend **Ubuntu 22.04 LTS**.
|
||||
you're a beginner, we recommend **Ubuntu 24.04 LTS**.
|
||||
|
||||
For Raspberry Pi users, just install `Raspbian
|
||||
<https://www.raspberrypi.org/software/>`_ on a micro-SD card.
|
||||
|
||||
@@ -31,7 +31,7 @@ Open a terminal or command prompt and type one of the following
|
||||
.. note::
|
||||
|
||||
To install the development version, replace ``Red-DiscordBot`` in the above commands with the
|
||||
link below. **The development version of the bot contains experimental changes. It is not
|
||||
value below. **The development version of the bot contains experimental changes. It is not
|
||||
intended for normal users.** We will not support anyone using the development version in any
|
||||
support channels. Using the development version may break third party cogs and not all core
|
||||
commands may work. Downgrading to stable after installing the development version may cause
|
||||
@@ -40,7 +40,7 @@ Open a terminal or command prompt and type one of the following
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop#egg=Red-DiscordBot
|
||||
Red-DiscordBot @ https://github.com/Cog-Creators/Red-DiscordBot/tarball/V3/develop
|
||||
|
||||
|
||||
(Windows users may need to use :code:`py -3.8` or :code:`python` instead of :code:`python3.8`)
|
||||
@@ -55,7 +55,7 @@ the purposes of this example, we'll call this :code:`mycog`).
|
||||
In this folder, create three files: :code:`__init__.py`,
|
||||
:code:`mycog.py`, and :code:`info.json`. Open the folder in
|
||||
a text editor or IDE (examples include `Sublime Text 3 <https://www.sublimetext.com/>`_,
|
||||
`Visual Studio Code <https://code.visualstudio.com/>`_, `Atom <https://atom.io/>`_, and
|
||||
`Visual Studio Code <https://code.visualstudio.com/>`_, and
|
||||
`PyCharm <http://www.jetbrains.com/pycharm/>`_).
|
||||
|
||||
.. attention::
|
||||
|
||||
@@ -41,17 +41,16 @@ Any Cog Creator that does not follow these requirements will have their repo rem
|
||||
- Repo-wide ``info.json`` file with the keys
|
||||
|
||||
- ``author``
|
||||
- ``name``
|
||||
- ``short``
|
||||
- ``description``
|
||||
|
||||
- Cog ``info.json`` files with the keys
|
||||
|
||||
- ``author``
|
||||
- ``name``
|
||||
- ``short``
|
||||
- ``requirements`` (if applicable)
|
||||
- ``description``
|
||||
- ``min_python_version`` (if applicable)
|
||||
|
||||
See `info-json-format` for more information on how to set up ``info.json`` files.
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@ Welcome to Red - Discord Bot's documentation!
|
||||
framework_bot
|
||||
framework_checks
|
||||
framework_commands
|
||||
framework_app_commands
|
||||
framework_config
|
||||
framework_datamanager
|
||||
framework_events
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
To install/update pyenv, run the following command:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
command -v pyenv && pyenv update || curl https://pyenv.run | bash
|
||||
|
||||
After this command, you will see a warning about 'pyenv' not being in the load path. To address this,
|
||||
you should run these commands:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
profile=$([ -n "$ZSH_VERSION" ] && echo ~/.zprofile || ([ -f ~/.bash_profile ] && echo ~/.bash_profile || echo ~/.profile))
|
||||
rcfile=$([ -n "$ZSH_VERSION" ] && echo ~/.zshrc || echo ~/.bashrc)
|
||||
printf '%s\n%s\n%s\n' 'export PYENV_ROOT="$HOME/.pyenv"' 'export PATH="$PYENV_ROOT/bin:$PATH"' "$([ -f "$profile" ] && cat "$profile")" > "$profile"
|
||||
echo 'eval "$(pyenv init --path)"' >> "$profile"
|
||||
echo 'eval "$(pyenv init -)"' >> "$rcfile"
|
||||
echo 'eval "$(pyenv virtualenv-init -)"' >> "$rcfile"
|
||||
|
||||
Then **log out and log back in** and run the following command:
|
||||
@@ -1,44 +0,0 @@
|
||||
------------------------------
|
||||
Creating a Virtual Environment
|
||||
------------------------------
|
||||
|
||||
.. tip::
|
||||
|
||||
If you want to learn more about virtual environments, see page: `about-venvs`
|
||||
|
||||
We require installing Red into a virtual environment. Don't be scared, it's very
|
||||
straightforward.
|
||||
|
||||
**************************
|
||||
Using ``pyenv virtualenv``
|
||||
**************************
|
||||
|
||||
Using ``pyenv virtualenv`` saves you the headache of remembering where you installed your virtual
|
||||
environments. This option is only available if you installed Python with pyenv.
|
||||
|
||||
First, ensure your pyenv interpreter is set to python 3.8.1 or greater with the following command:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv version
|
||||
|
||||
Now, create a virtual environment with the following command:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv virtualenv <name>
|
||||
|
||||
Replace ``<name>`` with whatever you like. If you ever forget what you named it,
|
||||
you can always use the command ``pyenv versions`` to list all virtual environments.
|
||||
|
||||
Now activate your virtualenv with the following command:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv shell <name>
|
||||
|
||||
.. important::
|
||||
|
||||
You must activate the virtual environment with the above command every time you open a new
|
||||
shell to run, install or update Red. You can check out other commands like ``pyenv local`` and
|
||||
``pyenv global`` if you wish to keep the virtualenv activated all the time.
|
||||
@@ -6,16 +6,14 @@
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Red Hat Enterprise Linux (RHEL) 8.6-8.x and its derivatives have all required packages available in official repositories.
|
||||
Red Hat Enterprise Linux (RHEL) 8.8-8.x and its derivatives have all required packages available in official repositories.
|
||||
Install them with dnf:
|
||||
|
||||
.. TODO: Use Python 3.11 once RHEL 8.6 goes EOL in 2024.
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo dnf -y update
|
||||
sudo dnf -y group install development
|
||||
sudo dnf -y install python39 python39-devel java-17-openjdk-headless nano git
|
||||
sudo dnf -y install python3.11 python3.11-devel java-17-openjdk-headless nano git
|
||||
|
||||
Set ``java`` executable to point to Java 17:
|
||||
|
||||
@@ -25,6 +23,6 @@ Set ``java`` executable to point to Java 17:
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.9.rst
|
||||
.. include:: _includes/create-env-with-venv3.11.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
|
||||
@@ -6,17 +6,15 @@
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories.
|
||||
Red Hat Enterprise Linux (RHEL) 9.2-9.x and its derivatives have all required packages available in official repositories.
|
||||
Install them with dnf:
|
||||
|
||||
.. TODO: Use Python 3.11 once RHEL 9.0 goes EOL in 2024.
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo dnf -y install python39 python3-devel git java-17-openjdk-headless @development nano
|
||||
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development nano
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.9.rst
|
||||
.. include:: _includes/create-env-with-venv3.11.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
----------------------------
|
||||
Installing Python with pyenv
|
||||
----------------------------
|
||||
|
||||
On distributions where Python 3.9 needs to be compiled from source, we recommend the use of pyenv.
|
||||
This simplifies the compilation process and has the added bonus of simplifying setting up Red in a
|
||||
virtual environment.
|
||||
|
||||
.. include:: _includes/_install-pyenv-and-setup-path.rst
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.18 -v
|
||||
|
||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||
the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will
|
||||
drastically reduce the install time. However, be aware that this will make Python run about 10%
|
||||
slower.
|
||||
|
||||
After that is finished, run:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv global 3.9.18
|
||||
|
||||
Pyenv is now installed and your system should be configured to run Python 3.9.
|
||||
@@ -18,20 +18,20 @@ Install the pre-requirements with pacman:
|
||||
|
||||
sudo pacman -Syu git jre17-openjdk-headless base-devel nano
|
||||
|
||||
On Arch Linux, Python 3.10 can be installed from the Arch User Repository (AUR) from the ``python310`` package.
|
||||
On Arch Linux, Python 3.11 can be installed from the Arch User Repository (AUR) from the ``python311`` package.
|
||||
|
||||
The manual build process is the Arch-supported install method for AUR packages. You can install ``python310`` package with the following commands:
|
||||
The manual build process is the Arch-supported install method for AUR packages. You can install ``python311`` package with the following commands:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
git clone https://aur.archlinux.org/python310.git /tmp/python310
|
||||
cd /tmp/python310
|
||||
git clone https://aur.archlinux.org/python311.git /tmp/python311
|
||||
cd /tmp/python311
|
||||
makepkg -sicL
|
||||
cd -
|
||||
rm -rf /tmp/python310
|
||||
rm -rf /tmp/python311
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. include:: _includes/create-env-with-venv3.10.rst
|
||||
.. include:: _includes/create-env-with-venv3.11.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
.. _install-centos-7:
|
||||
|
||||
==========================
|
||||
Installing Red on CentOS 7
|
||||
==========================
|
||||
|
||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
||||
|
||||
.. include:: _includes/linux-preamble.rst
|
||||
|
||||
-------------------------------
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Install the pre-requirements with yum:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo yum -y groupinstall development
|
||||
sudo yum -y install gcc zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel tk-devel libffi-devel xz-devel java-11-openjdk-headless nano git
|
||||
|
||||
In order to install gcc 8, we'll use SCL repository:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo yum -y install centos-release-scl
|
||||
sudo yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||
echo "source scl_source enable devtoolset-8" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
||||
In order to install Git 2.11 or greater, we recommend adding the IUS repository:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo yum -y install https://repo.ius.io/ius-release-el7.rpm
|
||||
sudo yum -y swap git git236
|
||||
|
||||
.. Include common instructions:
|
||||
|
||||
.. Python 3.10 requires OpenSSL 1.1.1 which CentOS 7 doesn't provide in base repository.
|
||||
|
||||
.. include:: _includes/install-python39-pyenv.rst
|
||||
|
||||
.. include:: _includes/create-env-with-pyenv-virtualenv.rst
|
||||
|
||||
.. include:: _includes/install-and-setup-red-unix.rst
|
||||
@@ -1,7 +0,0 @@
|
||||
.. _install-centos-stream-8:
|
||||
|
||||
=================================
|
||||
Installing Red on CentOS Stream 8
|
||||
=================================
|
||||
|
||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||
@@ -12,7 +12,7 @@ Installing Red on Fedora Linux
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
Fedora Linux 38 and above has all required packages available in official repositories. Install
|
||||
Fedora Linux 39 and above has all required packages available in official repositories. Install
|
||||
them with dnf:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
@@ -6,7 +6,7 @@ Installing Red
|
||||
The list below shows the installation guides available based on the operating system being used.
|
||||
|
||||
If you want to host Red on a VPS and are unsure what operating system you should choose,
|
||||
we recommend **Ubuntu 22.04 LTS**.
|
||||
we recommend **Ubuntu 24.04 LTS**.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@@ -17,8 +17,6 @@ we recommend **Ubuntu 22.04 LTS**.
|
||||
alma-linux-9
|
||||
amazon-linux-2023
|
||||
arch
|
||||
centos-7
|
||||
centos-stream-8
|
||||
centos-stream-9
|
||||
debian-11
|
||||
debian-12
|
||||
@@ -35,4 +33,5 @@ we recommend **Ubuntu 22.04 LTS**.
|
||||
rocky-linux-9
|
||||
ubuntu-2004
|
||||
ubuntu-2204
|
||||
ubuntu-2404
|
||||
ubuntu-non-lts
|
||||
|
||||
@@ -28,8 +28,7 @@ one-by-one:
|
||||
|
||||
brew install python@3.11
|
||||
brew install git
|
||||
brew tap homebrew/cask-versions
|
||||
brew install --cask temurin17
|
||||
brew install temurin@17
|
||||
|
||||
By default, Python installed through Homebrew is not added to the load path.
|
||||
To fix this, you should run these commands:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. _install-rhel-8:
|
||||
|
||||
=========================================================
|
||||
Installing Red on Red Hat Enterprise Linux (RHEL) 8.6-8.x
|
||||
Installing Red on Red Hat Enterprise Linux (RHEL) 8.8-8.x
|
||||
=========================================================
|
||||
|
||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.. _install-rhel-9:
|
||||
|
||||
===================================================
|
||||
Installing Red on Red Hat Enterprise Linux (RHEL) 9
|
||||
===================================================
|
||||
=========================================================
|
||||
Installing Red on Red Hat Enterprise Linux (RHEL) 9.2-9.x
|
||||
=========================================================
|
||||
|
||||
.. include:: _includes/install-guide-rhel9-derivatives.rst
|
||||
|
||||
33
docs/install_guides/ubuntu-2404.rst
Normal file
33
docs/install_guides/ubuntu-2404.rst
Normal file
@@ -0,0 +1,33 @@
|
||||
.. _install-ubuntu-2404:
|
||||
|
||||
==================================
|
||||
Installing Red on Ubuntu 24.04 LTS
|
||||
==================================
|
||||
|
||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
||||
|
||||
.. include:: _includes/linux-preamble.rst
|
||||
|
||||
-------------------------------
|
||||
Installing the pre-requirements
|
||||
-------------------------------
|
||||
|
||||
We recommend adding the ``deadsnakes`` ppa to install Python 3.11:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt -y install software-properties-common
|
||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||
|
||||
Now install the pre-requirements with apt:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-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
|
||||
@@ -66,11 +66,6 @@ If you have Red 3.5.0 or newer, you can upgrade by following these steps:
|
||||
|
||||
source ~/redenv/bin/activate
|
||||
|
||||
If you used ``pyenv`` for your virtual environment, use:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv shell <name>
|
||||
#. Update Red with this command:
|
||||
|
||||
.. prompt:: bash
|
||||
@@ -138,11 +133,6 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
||||
|
||||
source ~/redenv/bin/activate
|
||||
|
||||
If you used ``pyenv`` for your virtual environment, use:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
pyenv shell <name>
|
||||
#. Update Red with this command:
|
||||
|
||||
.. prompt:: bash
|
||||
|
||||
@@ -50,7 +50,7 @@ their end-of-life date.
|
||||
================================ ======================= ============================================================
|
||||
Operating system version Supported architectures Ideally supported until
|
||||
================================ ======================= ============================================================
|
||||
Windows 10 x86-64 `End/Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro>`__
|
||||
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
|
||||
@@ -59,13 +59,11 @@ Alma Linux 8 x86-64, aarch64 2029-05-31 (`How lo
|
||||
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 7 x86-64, aarch64 2024-06-30 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
||||
CentOS Stream 8 x86-64, aarch64 2024-05-31 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
||||
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 38 x86-64, aarch64 2024-05-14 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||
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>`__)
|
||||
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>`__)
|
||||
@@ -73,16 +71,17 @@ Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of
|
||||
Raspberry Pi OS (Legacy) 11 armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
|
||||
Raspberry Pi OS 12 aarch64, armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
|
||||
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||
RHEL 8.6 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
RHEL 8.8 x86-64, aarch64 2025-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
RHEL 8.10 x86-64, aarch64 2029-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||
RHEL 9.0 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
RHEL 9.2 x86-64, aarch64 2025-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
RHEL 9.4 x86-64, aarch64 2026-04-30 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||
Rocky Linux 8 x86-64, aarch64 2029-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
||||
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
||||
Ubuntu 20.04 LTS x86-64, aarch64 2025-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
Ubuntu 22.04 LTS x86-64, aarch64 2027-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||
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>`__)
|
||||
================================ ======================= ============================================================
|
||||
|
||||
.. _developer-guarantees:
|
||||
|
||||
@@ -339,7 +339,7 @@ def _early_init():
|
||||
|
||||
|
||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||
_VERSION = "3.5.9"
|
||||
_VERSION = "3.5.12"
|
||||
|
||||
__version__, version_info = VersionInfo._get_version()
|
||||
|
||||
|
||||
@@ -397,7 +397,8 @@ async def run_bot(red: Red, cli_flags: Namespace) -> None:
|
||||
"With that out of the way, depending on who you want to be considered as owner,"
|
||||
" you can:\n"
|
||||
"a) pass --team-members-are-owners when launching Red"
|
||||
" - in this case Red will treat all members of the bot application's team as owners\n"
|
||||
" - in this case Red will treat members of the bot application's team as owners,"
|
||||
" if their team role is Owner, Admin, or Developer\n"
|
||||
f"b) set owner manually with `redbot --edit {cli_flags.instance_name}`\n"
|
||||
"c) pass owner ID(s) when launching Red with --owner"
|
||||
" (and --co-owner if you need more than one) flag\n"
|
||||
|
||||
18
redbot/cogs/admin/locales/ar-SA.po
generated
18
redbot/cogs/admin/locales/ar-SA.po
generated
@@ -122,7 +122,7 @@ msgstr "\n"
|
||||
|
||||
#: 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."
|
||||
@@ -144,7 +144,7 @@ msgstr "\n"
|
||||
|
||||
#: 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
|
||||
@@ -185,7 +185,7 @@ 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
|
||||
@@ -194,7 +194,11 @@ 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"
|
||||
" ملاحظة: الرول حساس لحالة الأحرف\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:413
|
||||
#, docstring
|
||||
@@ -253,15 +257,15 @@ 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
|
||||
|
||||
6
redbot/cogs/admin/locales/id-ID.po
generated
6
redbot/cogs/admin/locales/id-ID.po
generated
@@ -127,7 +127,7 @@ msgstr "\n"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:275
|
||||
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||
msgstr ""
|
||||
msgstr "{author} ({author.id}) telah mengubah warna role '{role.name}'"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||
msgid "Done."
|
||||
@@ -150,7 +150,7 @@ msgstr "\n"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:308
|
||||
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||
msgstr ""
|
||||
msgstr "{author} ({author.id}) telah mengubah nama role '{old_name}' menjadi '{name}'"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:332
|
||||
#, docstring
|
||||
@@ -362,5 +362,5 @@ msgstr "Role \"{role_name}\" bukan selfrole yang tepat."
|
||||
|
||||
#: 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 "Selfrole ini memiliki lebih dari satu kecocokan yang tidak membedakan huruf besar dan kecil. Mohon tanyakan kepada moderator untuk menyelesaikan ambiguitas ini, atau gunakan ID role untuk merujuk role tersebut."
|
||||
|
||||
|
||||
20
redbot/cogs/alias/locales/id-ID.po
generated
20
redbot/cogs/alias/locales/id-ID.po
generated
@@ -24,7 +24,13 @@ msgid "Create aliases for commands.\n\n"
|
||||
" When run, aliases will accept any additional arguments\n"
|
||||
" and append them to the stored alias.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "Buat alias untuk perintah.\n\n"
|
||||
" Alias adalah nama alternatif/jalan pintas untuk perintah. Mereka\n"
|
||||
" dapat berfungsi sebagai lambda (menyimpan argumen untuk digunakan berulang kali)\n"
|
||||
" atau sebagai jalan pintas untuk mengatakan \"x y z\".\n\n"
|
||||
" Saat dijalankan, alias akan menerima argumen tambahan apa pun\n"
|
||||
" dan menambahkannya ke alias yang disimpan.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/alias/alias.py:190
|
||||
msgid "Aliases:\n"
|
||||
@@ -95,28 +101,28 @@ msgstr "Alias global baru dengan pemicu `{name}` telah dibuat."
|
||||
#: redbot/cogs/alias/alias.py:332
|
||||
#, docstring
|
||||
msgid "Edit an existing alias in this server."
|
||||
msgstr ""
|
||||
msgstr "Edit sebuah alias yang ada di server ini."
|
||||
|
||||
#: redbot/cogs/alias/alias.py:337 redbot/cogs/alias/alias.py:372
|
||||
msgid "The alias with the name {name} does not exist."
|
||||
msgstr ""
|
||||
msgstr "Alias dengan nama {name} tidak ada."
|
||||
|
||||
#: 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 ""
|
||||
msgstr "Anda mencoba mengedit alias ke perintah yang tidak ada."
|
||||
|
||||
#: redbot/cogs/alias/alias.py:352 redbot/cogs/alias/alias.py:385
|
||||
msgid "The alias with the trigger `{name}` has been edited successfully."
|
||||
msgstr ""
|
||||
msgstr "Alias dengan pemicu `{name}` telah berhasil diedit."
|
||||
|
||||
#: redbot/cogs/alias/alias.py:359 redbot/cogs/alias/alias.py:392
|
||||
msgid "Alias with the name `{name}` was not found."
|
||||
msgstr ""
|
||||
msgstr "Alias dengan nama `{name}` tidak ditemukan."
|
||||
|
||||
#: redbot/cogs/alias/alias.py:367
|
||||
#, docstring
|
||||
msgid "Edit an existing global alias."
|
||||
msgstr ""
|
||||
msgstr "Edit sebuah alias global yang ada."
|
||||
|
||||
#: redbot/cogs/alias/alias.py:399
|
||||
#, docstring
|
||||
|
||||
@@ -1150,6 +1150,20 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||
if is_owner:
|
||||
msg += _("Localtracks path: [{localpath}]\n").format(**global_data)
|
||||
|
||||
if (
|
||||
is_owner
|
||||
and not global_data["use_external_lavalink"]
|
||||
and self.managed_node_controller.plugins
|
||||
):
|
||||
plugins = self.managed_node_controller.plugins
|
||||
msg += f"\n---{_('Lavalink Plugin Versions')}---"
|
||||
plugin_name_max_len = 0
|
||||
for plugin_name, __ in plugins.items():
|
||||
plugin_name_max_len = max(plugin_name_max_len, len(plugin_name))
|
||||
for plugin_name, plugin_version in plugins.items():
|
||||
key = f"{plugin_name}:".ljust(plugin_name_max_len + 5)
|
||||
msg += f"\n{key} [{plugin_version}]"
|
||||
|
||||
await self.send_embed_msg(ctx, description=box(msg, lang="ini"))
|
||||
|
||||
@command_audioset.command(name="logs")
|
||||
|
||||
@@ -124,7 +124,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||
if meta[1]:
|
||||
await ctx.send(
|
||||
_(
|
||||
"Heap-size must be less than your system RAM, "
|
||||
"Heap-size must be less than your system RAM. "
|
||||
"You currently have {ram_in_bytes} of RAM available."
|
||||
).format(ram_in_bytes=inline(sizeof_fmt(meta[0])))
|
||||
)
|
||||
@@ -250,7 +250,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||
return await self.send_embed_msg(
|
||||
ctx,
|
||||
title=_("Setting Not Changed"),
|
||||
description=_("A port must be between 0 and 65535 "),
|
||||
description=_("A port must be between 0 and 65535."),
|
||||
)
|
||||
await self.config.ws_port.set(port)
|
||||
await self.send_embed_msg(
|
||||
@@ -295,11 +295,14 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||
title=_("Setting Changed"),
|
||||
description=_(
|
||||
"Unmanaged Lavalink node will no longer connect using the secured "
|
||||
"{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
"{secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name),
|
||||
unsecured_protocol=inline("ws://"),
|
||||
secured_protocol=inline("wss://"),
|
||||
).format(
|
||||
p=ctx.prefix,
|
||||
cmd=self.command_audioset_restart.qualified_name,
|
||||
unsecured_protocol=inline("ws://"),
|
||||
secured_protocol=inline("wss://"),
|
||||
),
|
||||
)
|
||||
|
||||
@command_llset.command(name="info", aliases=["settings"])
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
332
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr "تمكين"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "تم تغيير الإعدادات"
|
||||
|
||||
@@ -575,13 +575,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "وقت غير صالح"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "لا يمكن أن تكون الثواني أقل من الصفر."
|
||||
|
||||
@@ -871,8 +871,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "نطاق قائمة التشغيل: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -893,8 +893,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
|
||||
@@ -937,66 +937,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1007,28 +1011,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1041,27 +1045,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1069,72 +1073,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1860,7 +1864,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1919,14 +1923,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1946,93 +1950,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2040,12 +2044,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2053,170 +2057,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
332
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "дни"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
332
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Povoleno"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -324,14 +324,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -343,25 +343,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -573,13 +573,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -863,8 +863,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -885,8 +885,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dnů"
|
||||
|
||||
@@ -929,66 +929,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Pokyny k nastavení Spotify API tokenů."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -999,28 +1003,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1033,27 +1037,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1061,72 +1065,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1846,7 +1850,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1905,14 +1909,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1932,93 +1936,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2026,12 +2030,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2039,170 +2043,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
332
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
334
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
334
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Automatische Wiedergabe am Ende der Warteschlange: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Aktiviert"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Einstellung geändert"
|
||||
|
||||
@@ -587,13 +587,13 @@ msgstr "Automatische Trennung vom Kanal, wenn der Bot x Sekunden lang alleine is
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Ungültige Zeit"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Sekunden können nicht kleiner als Null sein."
|
||||
|
||||
@@ -902,8 +902,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Umfang der Playlist: [{pscope}] \n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Cache-Einstellungen"
|
||||
|
||||
@@ -924,8 +924,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lokale Lavalink-Cache: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "Tage"
|
||||
|
||||
@@ -968,66 +968,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Pfad der lokalen Titel: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Sendet die Lavalink Server Protokolle als private Nachricht."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Keine Protokolle in deinem Datenordner gefunden."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Protokolle sind zu groß. Du kannst diese in {path} finden"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir die Logs zu senden."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Aktiviert/Deaktiviert Titel als Status."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Titel als Status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Zeige Miniaturbilder bei Audio-Mitteilungen an."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Miniaturansicht: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Benötigte Stimmen in Prozent für Nicht-Mods, um Titel zu überspringen, 0 um zum Deaktivieren."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Abstimmung deaktiviert. Alle Benutzer können Warteschlangen Management Befehle verwenden."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Stimmen-Anteil auf {percent} % festgelegt."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Anleitung um den YouTube API key einzurichten."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Anleitung um die Spotify API tokens einzurichten."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1045,28 +1049,28 @@ msgstr "1. Gehen Sie zu Spotify-Entwicklern und loggen Sie sich mit Ihrem Spotif
|
||||
"6. Kopiere deine Client-ID und dein Client-Geheimes in:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Legen Sie den Ländercode für Spotify-Suchen fest."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Ungültiger Ländercode"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Bitte verwende einen offiziellen [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) Code."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Ländercode auf {country} gesetzt."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1087,27 +1091,27 @@ msgstr "Legt das Caching-Level fest.\n\n"
|
||||
" Wenn du einen bestimmten Cache deaktivieren möchtest, benutze eine negative Nummer.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Maximales Alter, [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify-Cache: [{spotify_status}] \n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Youtube-Cache: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink-Cache: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1118,15 +1122,15 @@ msgstr "Legt das maximale Cache-Alter fest.\n\n"
|
||||
" ungültig wird.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Das Cache-Alter darf nicht weniger als 7 Tage betragen. Wenn du den Cache deaktivieren möchtest, führe {prefix}audioset cache aus.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Ich habe das Cache-Alter auf {age} Tage gesetzt"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1135,57 +1139,57 @@ msgstr "Fortbestehende Warteschlangen umschalten.\n\n"
|
||||
" Fortbestehende Warteschlangen erlauben das Wiederherstellen der aktuellen Warteschlange, wenn die Warteschlange geschlossen wird.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Fortbestehende Warteschlangen: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Startet die lavalink-Verbindung neu."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Fehler beim Herunterfahren von Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Lavalink wird neugestartet"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Es kann einige Minuten dauern bis Lavalink komplett gestartet ist."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Legt die maximale Lautstärke fest, die auf diesem Server erlaubt ist."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Fehler"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Musik ohne Ton ist keine Musik. Versuch die Lautstärke höher als 0% zu setzen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Einstellungen geändert"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Die maximale Lautstärke wurde auf 150% begrenzt, pass auf deine Ohren auf."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Die maximale Lautstärke wurde auf {max_volume}% begrenzt."
|
||||
|
||||
@@ -1913,7 +1917,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1972,15 +1976,15 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "Einstellung nicht geändert"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "Der Port muss zwischen 0 und 65535 liegen "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -1999,93 +2003,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Lavalink Verbindungseinstellungen anzeigen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Verbindungseinstellungen"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Host: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "Port: [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Passwort: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "Gesichert: [{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Einstellungen für Lavalink Knoten"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr "Maximale Heapsize: [{xmx}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir diese Info zu senden."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2093,12 +2097,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2106,95 +2110,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
|
||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
|
||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
|
||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
|
||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2203,82 +2207,82 @@ msgstr "`Gefährlicher Befehl` schaltet die YouTube als Quelle ein oder aus (die
|
||||
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
|
||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
|
||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
|
||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
|
||||
|
||||
339
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
339
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Reproducción automatica cuando termine la cola: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Activado"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Configuración cambiada"
|
||||
|
||||
@@ -609,13 +609,13 @@ msgstr "Desconexión automática del canal cuando el bot está solo en él duran
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Hora inválida"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Los segundos no pueden ser menos de cero."
|
||||
|
||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Ámbito de la playlist: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Ajustes de caché"
|
||||
|
||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Caché local de Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "días"
|
||||
|
||||
@@ -1000,66 +1000,70 @@ msgstr "Versión de Lavalink: [{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Ruta local: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Envía los registros del servidor Lavalink a tus DMs."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "No se encontraron registros en su carpeta de datos."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Los registros son demasiado grandes, puedes encontrarlos en {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Necesito ser capaz de DM para enviarte los registros."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Activar/desactivar los títulos de las pistas como estado."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Títulos de canciones como estado: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Cambiar a mostrar una miniatura en los mensajes de audio."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Visualización de miniatura: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Porcentaje necesario para que los no-mods se salten las pistas, 0 para desactivar."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Votación deshabilitada. Todos los usuarios pueden usar comandos de gestión de colas."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Porcentaje de voto establecido a {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instrucciones para establecer la clave API de YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instrucciones para establecer los tokens de la API de Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1077,28 +1081,28 @@ msgstr "1. Ve a los desarrolladores de Spotify y inicia sesión con tu cuenta de
|
||||
"6. Copia tu ID de cliente y tu secreto de cliente en:\n"
|
||||
"`{prefix}establece api spotify client_id,<your_client_id_here> client_secret,<your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Establece el código de país para las búsquedas de Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Código de país no válido"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Por favor, utiliza un código oficial [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Código de país establecido a {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1119,27 +1123,27 @@ msgstr "Establece el nivel de caché.\n\n"
|
||||
" Si desea desactivar un caché específico use un número negativo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Edad máxima: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Caché de Spotifify: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Caché de YouTube: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Caché Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1150,15 +1154,15 @@ msgstr "Establece la edad máxima del caché.\n\n"
|
||||
" inválida.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "La edad de la caché no puede ser inferior a 7 días. Si deseas deshabilitarla ejecuta {prefix}audioset.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "He establecido la edad de caché a {age} días"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1167,57 +1171,57 @@ msgstr "Alternar colas persistentes.\n\n"
|
||||
" Las colas persistentes permiten restaurar la cola actual cuando la cola se cierre.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Persistentes en colas: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Reinicia la conexión de lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Error al apagar el nodo Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Por favor, recarga Audio (`{prefix}recargar audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Reiniciando Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Lavalink puede tardar un par de minutos en ponerse en marcha completamente."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Establece el volumen máximo permitido en este servidor."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "La música sin sonido no es música en absoluto. Intenta ajustar el volumen a un valor mayor que 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Ajustes modificados"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "El volumen máximo se ha limitado a 150%, tenga cuidado con sus oídos."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "El volumen máximo ha sido limitado a {max_volume}%."
|
||||
|
||||
@@ -1962,8 +1966,8 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr "El Heap-size debe ser de al menos 64M, sin embargo se recomienda que se ajuste a al menos 1G."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr "El heap-size debe ser menor que la memoria RAM de tu sistema. Actualmente tienes {ram_in_bytes} de RAM disponible."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||
@@ -2028,15 +2032,15 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "Configuración no cambiada"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "Un puerto debe estar entre 0 y 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -2058,70 +2062,69 @@ msgstr "El nodo Lavalink no-gestionado ahora se conectará usando el protocolo s
|
||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo Lavalink gestionado ya no se conectará utilizando el protocolo seguro {secured_protocol} y usará {unsecured_protocol} en su lugar.\n\n"
|
||||
"Ejecutar `{p}{cmd}` para que surta efecto."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Mostrar configuración de conexión Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Configuración de conexión"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Host: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "Puerto: [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr "Puerto HTTP/HTTPS por defecto"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Contraseña: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "Seguro: [{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Configuración del nodo Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr "Heapsize Inicial: [{xms}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr "Heapsize máximo: [{xmx}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr "Ruta del ejecutable de Java: [{java_exc_path}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Necesito ser capaz de DM para enviarte esta información."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr "Sube una copia del archivo application.yml utilizado por el nodo Lavalink administrado."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
@@ -2130,12 +2133,12 @@ msgstr "Configura las opciones de ejecución del nodo Lavalink.\n\n"
|
||||
" Es probable que todos los ajustes de este grupo provoquen un mal funcionamiento del audio si se cambia de sus valores predeterminados, sólo cambie la configuración de aquí si ha sido sugerido por el soporte.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr "Configura la autorización de nodo administrado y la configuración de conexión."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
@@ -2144,13 +2147,13 @@ msgstr "`Comando peligroso` Establece la dirección IP de enlace del nodo Lavali
|
||||
" Este valor por defecto es `localhost` que restringirá el servidor a sólo las aplicaciones localhost por defecto, cambiar esto probablemente romperá el nodo Lavalink administrado si no sabe lo que está haciendo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ahora aceptará la conexión en {host}.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2161,13 +2164,13 @@ msgstr "Establecer la contraseña de conexión del nodo Lavalink administrado\n\
|
||||
" El valor por defecto es `youshallnotpass`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ahora aceptará {password} como el token de autorización.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2178,17 +2181,17 @@ msgstr "`Comando peligroso` Establece el puerto de conexión de nodo Lavalink ad
|
||||
" El valor por defecto es `2333`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr "El puerto debe ser entre 1024 y 49151."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ahora aceptará conexiones en el puerto {port}.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
@@ -2197,7 +2200,7 @@ msgstr "`Comando peligroso` Activa o desactiva las fuentes de audio.\n\n"
|
||||
" Por defecto, todas las fuentes están habilitadas, solo debes usar comandos aquí para desactivar una fuente específica si has sido avisado de, desactivar las fuentes sin conocimiento de fondo puede causar que el audio se rompa.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
@@ -2206,19 +2209,19 @@ msgstr "Activa o desactiva el uso de URLs directas HTTP.\n\n"
|
||||
" Esta fuente se utiliza para permitir la reproducción de streams HTTP directos (esto no afecta la reproducción directa de URL para las otras fuentes).\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde las URL directas.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde las URLs directas.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
@@ -2227,19 +2230,19 @@ msgstr "Activa o desactiva Bandcamp como fuente.\n\n"
|
||||
" Esta función controla la reproducción de todo el contenido relacionado con Bandcamping.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde Bandcamp.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde Bandcamp.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
@@ -2248,19 +2251,19 @@ msgstr "Activa o desactiva el uso de archivos locales.\n\n"
|
||||
" Esta opción controla la reproducción de pistas locales, generalmente se encuentran dentro de la carpeta `localtracks`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde archivos locales.\n\n"
|
||||
"Ejecutar `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no se reproducirá desde archivos locales.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
@@ -2269,19 +2272,19 @@ msgstr "Activa o desactiva la fuente de SoundCloud.\n\n"
|
||||
" Esto activa o desactiva la reproducción de todo el contenido relacionado con SoundCloud.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde Url directas.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde Soundcloud.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2290,19 +2293,19 @@ msgstr "`Comando peligroso` activa o desactiva la fuente de YouTube (esto incluy
|
||||
" Esta opción controla la reproducción de todo el contenido relacionado con YouTube y Spotify.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde YouTube.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde YouTube.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
@@ -2311,19 +2314,19 @@ msgstr "Activa o desactiva la fuente de Twitch.\n\n"
|
||||
" Esta función controla la reproducción de todo el contenido relacionado con Twitch.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde Twitch.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde Twitch.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
@@ -2332,19 +2335,19 @@ msgstr "Activa o desactiva la fuente Vimeo.\n\n"
|
||||
" Esta función controla la reproducción de todo el contenido relacionado con Vimeo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado permitirá la reproducción desde Vimeo.\n\n"
|
||||
"Ejecuta `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "El nodo administrado ya no reproducirá desde Vimeo.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que surta efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2353,18 +2356,18 @@ msgstr "`Comando peligroso` Establece el tamaño del framebuffer del nodo admini
|
||||
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr "El valor más bajo al que se puede ajustar el framebuffer es 100ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Se han cambiado el bufferDurationMs de los nodos administrados a {milliseconds}.\n\n"
|
||||
"Ejecute `{p}{cmd}` para que tenga efecto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2373,11 +2376,11 @@ msgstr "`Comando peligroso` Establece el tamaño del búfer JDA-NAS gestionado d
|
||||
" Sólo cambie esto si ha sido notificado directamente a cambiarlo puede causar problemas significativos de reproducción.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr "El valor más bajo que puede tener el buffer es de 100ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr "Restablece todos los cambios de `llset` a sus valores predeterminados."
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
332
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Toista automaattisesti, kun jono loppuu: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Käytössä"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Asetus muutettu"
|
||||
|
||||
@@ -586,13 +586,13 @@ msgstr "Katkaise yhteys puhekanavaan kun botti on ollut sillä yksin x sekuntia,
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Virheellinen ajanmääre"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Sekuntien määrän tulee olla suurempi kuin nolla."
|
||||
|
||||
@@ -882,8 +882,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Soittolistan taso: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Välimuistin asetukset"
|
||||
|
||||
@@ -904,8 +904,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Paikallinen Lavalink-välimuisti: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "päivää"
|
||||
|
||||
@@ -948,66 +948,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Paikallisten kappaleiden polku: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Logeja ei löytynyt datakansiostasi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Logit ovat liian suuret, voit löytää ne täältä: {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Minun pitää pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää logit."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Ota käyttöön/Poista käyttöön kappaleiden nimet botin tilana."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Kappaleiden nimet tilana: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Vaihda näytetäänkö pikkukuvat viesteissä."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Pikkukuvien näyttäminen: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Äänestysprosentti joka tarvitaan että ei-moderaattorit voivat ohittaa kappaleita, 0 poistaa ominaisuuden käytöstä."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Äänestys on poistettu käytöstä. Kaikki käyttäjät voivat käyttää jononhallintakomentoja."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Tarvittavaksi ääniprosentiksi asetettiin {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Ohjeet YouTube API -avaimen asettamiseksi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Ohjeet Spotify API -tokenien asettamiseksi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1025,28 +1029,28 @@ msgstr "1. Mene Spotify kehittäjäsivustolle ja kirjaudu sisään.\n"
|
||||
"6. Kopioi client ID ja client secret komentoon:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Aseta Spotify-hauissa käytettävä maakoodi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Virheellinen maakoodi"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Käytäthän virallista [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) maakoodia."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Maakoodiksi asetettiin {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1067,27 +1071,27 @@ msgstr "Asettaa välimuistin tason.\n\n"
|
||||
" Jos haluat poistaa tietyn välimuistin käytöstä, käytä negatiivista numeroa.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Maksimi-ikä: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify-välimuisti: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Youtube-välimuisti: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink-välimuisti: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1098,15 +1102,15 @@ msgstr "Asettaa välimuistin maksimi-iän.\n\n"
|
||||
" kelvoton.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Välimuistin pituus ei voi olla alle seitsemää päivää. Jos haluat poistaa välimuistin käytöstä aja komento {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Välimuistin pituus asetettiin {age} päivään"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1115,57 +1119,57 @@ msgstr "Vaihda säilyvien jonojen tilaa.\n\n"
|
||||
" Säilyvät jonot mahdollistavat jonon palautuksen sen sulkemisen jälkeen.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Jonojen säilytys: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Käynnistää Lavalink-yhteyden uudelleen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Käynnistetetään Lavalink uudelleen"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Lavalinkin käynnistyminen voi kestää muutaman minuutin."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1894,7 +1898,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1953,14 +1957,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1980,93 +1984,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Näytä Lavalink-yhteysasetukset."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Yhteysasetukset"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Osoite: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Salasana: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Minun tulee pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää nämä tiedot."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2074,12 +2078,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2087,170 +2091,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
332
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Lecture automatique à la fin de la file d'attente: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Activé"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Paramètre modifié"
|
||||
|
||||
@@ -608,13 +608,13 @@ msgstr "Déconnexion automatique du salon lorsque le bot est seul pendant x seco
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Temps invalide"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Les secondes ne peuvent être inférieures à zéro."
|
||||
|
||||
@@ -925,8 +925,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Portée de la playlist : [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Paramètres du cache"
|
||||
|
||||
@@ -947,8 +947,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Cache Lavalink local : [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "jours"
|
||||
|
||||
@@ -998,66 +998,70 @@ msgstr "Version de Lavalink : [{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Chemin d'accès des musiques locales : [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Aucun log trouvé dans votre dossier de données."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Les logs sont trop volumineux, vous pouvez les trouver dans {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Je dois pouvoir vous envoyer des messages privés pour envoyer les logs."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Activer/désactiver titres des pistes comme statut."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Titres de musiques comme statut : {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Activer/désactiver l’affichage d’une vignette sur les messages de l'audio."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Affichage des vignettes : {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Votes désactivés. Tout les utilisateurs peuvent maintenant utiliser les commandes de gestion de la file."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Pourcentage de vote défini à {percent} %."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instructions pour définir la clé de l'API YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instructions pour définir les tokens de l'API Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1075,28 +1079,28 @@ msgstr "1. Allez sur les développeurs Spotify et connectez-vous avec votre comp
|
||||
"6. Copiez votre identifiant client et votre secret client dans:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Définit l'indicatif du pays pour les recherches Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Code pays invalide"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Code pays défini sur {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1117,27 +1121,27 @@ msgstr "Définit le niveau de mise en cache.\n\n"
|
||||
" Si vous souhaitez désactiver un cache spécifique, utilisez un nombre négatif.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Âge max : [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Cache Spotify : [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Cache YouTube: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Cache Lavalink : [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1148,72 +1152,72 @@ msgstr "Définit l'âge maximum du cache.\n\n"
|
||||
" invalide.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "L'âge du cache ne peut pas être inférieur à 7 jours. Si vous souhaitez le désactiver, exécutez {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "L'âge du cache a été défini sur {age} jours"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Liste de lecture permanentes: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Redémarrage de la connection à Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Veuillez recharger l'Audio (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Redémarrage de Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Erreur"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "La musique sans son n'est pas du tout de la musique. Essayez de définir le volume plus élevé que 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Paramètre modifié"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Le volume maximum a été limité à 150%, soyez gentil avec vos oreilles."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Le volume maximum a été limité à {max_volume}%."
|
||||
|
||||
@@ -1947,7 +1951,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -2006,14 +2010,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -2035,93 +2039,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Affiche les paramètres de connexion de Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Paramètres de connexion"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Hôte : [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "Port : [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr "Port HTTP/HTTPS par défaut"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Mot de passe : [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "Sécurisé : [{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Paramètres du noeud Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Je dois être en mesure de vous envoyer cette information par MP."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr "Télécharge une copie du fichier application.yml utilisé par le noeud Lavalink géré."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2129,12 +2133,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2142,23 +2146,23 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr "Le port doit être compris entre 1024 et 49151."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
@@ -2167,17 +2171,17 @@ msgstr "Activer/désactiver la source HTTP.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié au stream direct HTTP (n'affecte pas la lecture directe d'URL pour les autres sources).\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
@@ -2186,17 +2190,17 @@ msgstr "Activer/désactiver la source Bandcamp.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié à Bandcamp.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
@@ -2205,17 +2209,17 @@ msgstr "Activer/désactiver les fichiers locaux.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié aux fichiers locaux.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
@@ -2224,17 +2228,17 @@ msgstr "Activer/désactiver la source Soundcloud.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié à SoundCloud.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2243,17 +2247,17 @@ msgstr "`Commande dangereuse` Activer/désactiver la source Youtube (inclus Spot
|
||||
" Permet de contrôler la lecture de tout le contenu lié à Youtube et Spotify.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
@@ -2262,17 +2266,17 @@ msgstr "Activer/désactiver la source Twitch.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié à Twitch.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
@@ -2281,45 +2285,45 @@ msgstr "Activer/désactiver la source Vimeo.\n\n"
|
||||
" Permet de contrôler la lecture de tout le contenu lié à Vimeo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
332
redbot/cogs/audio/core/commands/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "दिन"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
332
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr "Aktivirano"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -324,14 +324,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -343,25 +343,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Postavka je promijenjena"
|
||||
|
||||
@@ -574,13 +574,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -864,8 +864,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Opseg popisa za reprodukciju: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Postavke predmemorije"
|
||||
|
||||
@@ -886,8 +886,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dana"
|
||||
|
||||
@@ -930,66 +930,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1000,28 +1004,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1034,27 +1038,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1062,72 +1066,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Greška"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Postavka promijenjena"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1848,7 +1852,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1907,14 +1911,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1934,93 +1938,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2028,12 +2032,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2041,170 +2045,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
332
redbot/cogs/audio/core/commands/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "nap"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
332
redbot/cogs/audio/core/commands/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Putar otomatis saat antrian berakhir: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Diaktifkan"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Pengaturan Diubah"
|
||||
|
||||
@@ -575,13 +575,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -865,8 +865,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -887,8 +887,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "hari"
|
||||
|
||||
@@ -931,66 +931,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1001,28 +1005,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1035,27 +1039,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1063,72 +1067,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1848,7 +1852,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1907,14 +1911,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1934,93 +1938,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2028,12 +2032,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2041,170 +2045,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
332
redbot/cogs/audio/core/commands/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -234,15 +234,15 @@ msgstr "Riproduci automaticamente alla fine della coda: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -275,15 +275,15 @@ msgstr "Abilitato"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -325,14 +325,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -344,25 +344,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Impostazione modificata"
|
||||
|
||||
@@ -585,13 +585,13 @@ msgstr "Disconnetti automaticamente dal canale quando il bot è da solo per x se
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "I secondi non possono essere inferiori a zero."
|
||||
|
||||
@@ -891,8 +891,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -913,8 +913,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "giorni"
|
||||
|
||||
@@ -957,66 +957,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1027,28 +1031,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1061,27 +1065,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1089,72 +1093,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1874,7 +1878,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1933,14 +1937,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1960,93 +1964,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2054,12 +2058,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2067,170 +2071,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
332
redbot/cogs/audio/core/commands/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "日間"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "サムネイルを表示するかどうかを切り替えます。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "サムネイルを表示: {true_or_false}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
332
redbot/cogs/audio/core/commands/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "큐가 끝날때 자동으로 재생: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "활성화됨"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "설정 변경됨"
|
||||
|
||||
@@ -579,13 +579,13 @@ msgstr "봇이 x초 이상 체널에 환자 있을때 체널에서 자동으로
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "잘못된 입력값"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "0보다 작을수 없습니다."
|
||||
|
||||
@@ -869,8 +869,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "캐시 설정"
|
||||
|
||||
@@ -891,8 +891,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "날"
|
||||
|
||||
@@ -935,66 +935,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "데이터 폴더에서 로그를 찾을 수 없습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "로그를 보내려면 DM을 보낼수 있어야 합니다."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "썸네일 표시: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1005,28 +1009,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "올바른 국가번호를 입력하세요"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "공식 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 코드를 사용해주세요."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "국가 코드 설정 - {country}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1047,27 +1051,27 @@ msgstr "캐싱 레벨 설정\n\n"
|
||||
" 특정 캐시를 사용하지 않으려면 음수를 사용하세요.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "최대 저장기간: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify 캐시: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "유튜브 캐시: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "라바링크 캐시: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1075,72 +1079,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "캐시 기간은 7일 미만일 수 없습니다. 사용하지 않으려면 {prefix}audioset cache를 실행하십시오.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "캐시 사용 기간을 {age} 일로 설정했습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "라바링크 연결 재시작"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "라바링크 재시작중"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "이 서버에서 허용되는 최대 볼륨을 설정합니다."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "오류"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "소리 없는 음악은 전혀 음악이 아닙니다. 볼륨을 0%보다 높게 설정해주세요."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "설정 변경됨"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "최대 불륨이 {max_volume}%로 제한되었습니다."
|
||||
|
||||
@@ -1861,7 +1865,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1920,14 +1924,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1947,93 +1951,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2041,12 +2045,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2054,170 +2058,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
332
redbot/cogs/audio/core/commands/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Spill av automatisk når køen slutter: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Aktivert"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Innstilling endret"
|
||||
|
||||
@@ -609,13 +609,13 @@ msgstr "Automatisk frakobling fra kanal når det er alene i x sekunder, 0 for å
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Ugyldig Tid"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Sekunder kan ikke være mindre enn null."
|
||||
|
||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Spillelistens omfang: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Innstillinger for hurtigbuffer"
|
||||
|
||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lokal Lavalink bufret [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dager"
|
||||
|
||||
@@ -1000,66 +1000,70 @@ msgstr "Lavalink-versjon: [{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Lokalspor vei: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Sender de administrerte Lavalink-nodeloggene til DM-ene dine."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Ingen logger i din datamappe."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Loggene er for store, du finner dem i {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Jeg må være i stand til å sende deg loggene."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Aktivere/deaktiver trekk-titler som status."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Sang titler som status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Bytt visning av et miniatyrbilde på lydmeldinger."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Miniatyrvisning: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Prosentandel som trengs for ikke-mods å hoppe over spor, 0 for å deaktivere."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Avstemning deaktivert. Alle brukere kan bruke kommandoer for køstyring."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Stemme prosentandel satt til {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instruksjoner for å angi YouTube API-nøkkel."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instruksjoner for å angi Spotify API tokenene."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1077,28 +1081,28 @@ msgstr "1. Gå til Spotify-utviklere og logg inn med Spotify-kontoen din.\n"
|
||||
"6. Kopier din klient-ID og din klient hemmelighet:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Angi landkoden for Spotify-søk."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Ugyldig landskode"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Vennligst bruk en offisiell kode [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Landskoden ble satt til {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1119,27 +1123,27 @@ msgstr "Angir nivå for hurtigbufring.\n\n"
|
||||
" Hvis du vil deaktivere en bestemt hurtigbuffer bruker et negativt tall.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Maks alder: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify-bufret: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Youtube-bufret: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink bufret [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1150,15 +1154,15 @@ msgstr "Stiller inn maksalder for hurtigbufferen.\n\n"
|
||||
" ugyldig.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Bufrealder kan ikke være mindre enn 7 dager. Hvis du vil deaktivere aktiv {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Jeg har satt hurtigbufferalderen til {age} dager"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1167,57 +1171,57 @@ msgstr "Veksle vedvarende køer.\n\n"
|
||||
" Vedvarende køer gjør at gjeldende kø gjenopprettes når køen stenges.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Vedvarer køer: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Gjenoppretter tilkoblingen med lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Kunne ikke slå av Lavalink-noden"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Last lyd på nytt (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Omstart Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Det kan ta et par minutter før Lavalink har startet opp."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Angi maksimalt volum tillatt på denne serveren."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Feil"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Musikk uten lyd er ikke musikk i det hele tatt. Prøv å sette volumet høyere enn 0 %."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Innstillingene er endret"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Maksimumsvolumet er begrenset til 150%, og være lett for ørene dine."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Maksimalt volum er begrenset til {max_volume}%."
|
||||
|
||||
@@ -1963,7 +1967,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -2022,14 +2026,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -2049,93 +2053,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Vis tilkoblingsinnstillinger for Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Tilkoblingsinnstillinger"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Vert: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Passord: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Jeg må være i stand til å sende deg denne info."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2143,12 +2147,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2156,170 +2160,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
332
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Automatisch afspelen wanneer de wachtrij eindigt: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Ingeschakeld"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Instellingen aangepast"
|
||||
|
||||
@@ -586,13 +586,13 @@ msgstr "Verbreek automatisch de verbinding met het kanaal wanneer de bot alleen
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Ongeldige tijd"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Seconden kunnen niet minder zijn dan nul."
|
||||
|
||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dagen"
|
||||
|
||||
@@ -970,66 +970,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Stuurt de beheerde Lavalink node logs naar uw DM's."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Geen logs gevonden in uw gegevensmap."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Logboeken zijn te groot, je vindt ze in {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Ik moet je een DM kunnen sturen om je de logs te kunnen sturen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Muziektitel als status aan of uit zetten."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Muziektitel als status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Schakelen tussen weergave van een miniatuur op audioboodschappen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Miniatuurweergave: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Percentage dat nodig is voor niet-mods om tracks over te slaan. 0 om uit te schakelen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Stemmen uitgeschakeld. Alle gebruikers kunnen commando's voor wachtrijbeheer gebruiken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Stempercentage ingesteld op {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instructies voor het instellen van de YouTube API-sleutel."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instructies voor het instellen van Spotify-API-tokens."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1047,28 +1051,28 @@ msgstr "1. Ga naar Spotify-ontwikkelaars en log in met uw Spotify-account.\n"
|
||||
"6. Kopieer uw client-ID en uw clientgeheim in:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Stel de landcode in voor Spotify zoekopdrachten."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Ongeldige landcode"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Gebruik een officiële [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Landcode ingesteld op {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1089,27 +1093,27 @@ msgstr "Stelt het cachingniveau in.\n\n"
|
||||
" Als je een specifieke cache wilt uitschakelen gebruik dan een negatief getal.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Max leeftijd: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify cache: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "YouTube cache: [{YouTube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink cache: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1120,15 +1124,15 @@ msgstr "Stelt de maximale leeftijd van de cache in.\n\n"
|
||||
" ongeldig wordt.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "De cache leeftijd kan niet minder dan 7 dagen zijn. Als je deze wilt uitschakelen, start dan de {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Ik heb de cache leeftijd ingesteld op {age} dagen"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1137,57 +1141,57 @@ msgstr "Schakelen tussen aanhoudende wachtrijen.\n\n"
|
||||
" Aanhoudende wachtrijen maakt het mogelijk om de huidige wachtrij te herstellen wanneer de wachtrij wordt gesloten.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Dagelijkse wachtrijen: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Herstart de lavalink verbinding."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Lavalink uitschakelen mislukt"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Herlaad audio (`{prefix}herlaad audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Herstarten Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Het kan een paar minuten duren voordat Lavalink volledig opstart."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Stel het maximale volume in in deze server."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Fout"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Muziek zonder geluid is helemaal geen muziek. Probeer het volume hoger dan 0 in te stellen."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Instellingen Aangepast"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Het maximale volume is beperkt tot 150%, wees voorzichtig met uw oren kieken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Het maximale volume is beperkt tot {max_volume}%."
|
||||
|
||||
@@ -1918,7 +1922,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1977,14 +1981,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -2004,93 +2008,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2098,12 +2102,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2111,95 +2115,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Beheerde node staat het afspelen van lokale bestanden toe.\n\n"
|
||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
|
||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Beheerde node staat het afspelen vanaf Soundcloud toe.\n\n"
|
||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Beheerde node zal niet meer vanaf Soundcloud afspelen.\n\n"
|
||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2208,19 +2212,19 @@ msgstr "`Gevaarlijk commando` Toggle YouTube bron aan of uit (dit omvat Spotify)
|
||||
" Deze optie bepaalt het afspelen van alle YouTube en Spotify gerelateerde content.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Beheerde node staat het afspelen vanaf YouTube toe.\n\n"
|
||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "De beheerde node zal niet meer vanaf YouTube afspelen.\n\n"
|
||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
@@ -2229,62 +2233,62 @@ msgstr "Zet Twitch bron aan of uit.\n\n"
|
||||
" Deze schakelaar bepaalt het afspelen van alle Twitch-gerelateerde inhoud.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
336
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
336
redbot/cogs/audio/core/commands/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Odtwarzaj automatycznie, gdy kolejka się zakończy: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Włączone"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Ustawienie zmienione"
|
||||
|
||||
@@ -609,13 +609,13 @@ msgstr "Automatycznie odłącz od kanału, gdy bot jest w nim sam przez x sekund
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Nieprawidłowy czas"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Ilość sekund nie może być mniejsza niż zero."
|
||||
|
||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Zakres playlisty: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Ustawienia pamięci podręcznej"
|
||||
|
||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dni"
|
||||
|
||||
@@ -1000,66 +1000,70 @@ msgstr "Wersja Lavalink [{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Ścieżka utworów lokalnych: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Wysyła dzienniki zarządzanego węzła Lavalink do Twoich DM."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Nie znaleziono logów w folderze danych."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Logi są zbyt duże, możesz je znaleźć w {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Muszę być w stanie wysłać ci wpisy do DM."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Włącz/wyłącz tytuły ścieżek jako status."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Tytuły utworów jako status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Przełącz wyświetlanie miniaturki w wiadomościach dźwiękowych."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Wyświetlanie miniatur: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Procent wymagany do pominięcia utworów przez non-modów, 0 aby wyłączyć."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Głosowanie wyłączone. Wszyscy użytkownicy mogą używać komend zarządzania kolejką."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Procent głosów ustawiony na {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instrukcje ustawiania klucza API YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instrukcje ustawiania tokenów Spotify API."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1077,28 +1081,28 @@ msgstr "1. Przejdź do Spotify developers i zaloguj się na swoje konto Spotify.
|
||||
"6. Skopiuj swój identyfikator klienta i sekret klienta do:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Ustaw kod kraju dla wyszukiwań Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Nieprawidłowy kod kraju"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Użyj oficjalnego kodu [ISO 3166-1 alpha-2](https://pl.wikipedia.org/wiki/ISO_3166-1_alfa-2)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Kod kraju ustawiony na {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1119,27 +1123,27 @@ msgstr "Ustawia poziom buforowania.\n\n"
|
||||
" Jeśli chcesz wyłączyć określoną pamięć podręczną zrób to używając liczby ujemnej.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Maksymalny wiek: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1150,15 +1154,15 @@ msgstr "Ustawia maksymalny wiek pamięci podręcznej.\n\n"
|
||||
" nieprawidłowy.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Wiek pamięci podręcznej nie może być krótszy niż 7 dni. Jeśli chcesz go wyłączyć uruchom {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Ustawiłem/am wiek skrzynki na {age} dni"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1167,57 +1171,57 @@ msgstr "Przełącz trwałe kolejki.\n\n"
|
||||
" Trwałe kolejki pozwalają przywrócić bieżącą kolejkę po zamknięciu kolejki.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Trwałe kolejki: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Ponownie uruchamia połączenie lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Nie udało się wyłączyć Lavalink'a"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Proszę przeładować Audio (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Ponowne uruchamianie Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Pełne uruchomienie Lavalink może potrwać kilka minut."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Ustaw maksymalną dozwoloną głośność na tym serwerze."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Błąd"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Muzyka bez dźwięku nie jest w ogóle muzyką. Spróbuj ustawić głośność wyższą niż 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Ustawienia zmienione"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Maksymalna głośność została ograniczona do 150%, bądźcie spokojni o swoje uszy."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Maksymalna głośność została ograniczona do {max_volume}%."
|
||||
|
||||
@@ -1957,8 +1961,8 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr "Heap-size musi wynosić co najmniej 64M, jednak zaleca się ustawienie go na co najmniej 1G."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr "Heap-size musi być mniejszy niż twój systemowy RAM, Obecnie masz {ram_in_bytes} dostępnej pamięci RAM."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||
@@ -2017,15 +2021,15 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "Ustawienie nie zostało zmienione"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "Port musi być pomiędzy 0 a 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -2044,69 +2048,69 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Wyświetl ustawienia połączenia Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Ustawienia połączenia"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Host: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "Port: [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Hasło: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "Zabezpieczony: [{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Ustawienia Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr "Początkowy Heapsize: [{xms}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr "Maksymalny Heapsize: [{xmx}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr "Ekonwersja Javy: [{java_exc_path}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Muszę być w stanie wysłać Ci te informacje."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr "Przesyła kopię pliku application.yml używanego przez zarządzany węzeł Lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
@@ -2115,12 +2119,12 @@ msgstr "Skonfiguruj opcje zarządzanego węzła Lavalink.\n\n"
|
||||
" Wszystkie ustawienia w tej grupie prawdopodobnie spowodują awarię dźwięku w przypadku zmiany ich wartości domyślnych, zmień ustawienia tutaj, jeśli otrzymałeś polecenie wsparcia.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr "Skonfiguruj autoryzację zarządzanego węzła i ustawienia połączenia."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
@@ -2129,13 +2133,13 @@ msgstr "`Niebezpieczna komenda` Ustawienie wiążącego adresu IP zarządzanego
|
||||
" Ta wartość domyślnie to `localhost`, co ograniczy serwer tylko do aplikacji localhost, zmiana tego spowoduje prawdopodobnie uszkodzenie zarządzanego węzła Lavalink, jeśli nie wiesz co robisz.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł zaakceptuje połączenie {host}.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby stało się skuteczne."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2146,13 +2150,13 @@ msgstr "Ustaw hasło połączenia zarządzanego węzła Lavalink.\n\n"
|
||||
" Wartością domyślną jest `youshallnotpass`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł zaakceptuje {password} jako token autoryzacyjny.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby stał się skuteczny."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2163,17 +2167,17 @@ msgstr "`Dangerous command` Ustaw port połączenia zarządzanego węzła Lavali
|
||||
" Wartość domyślna to `2333`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr "Port musi mieścić się w przedziale 1024–49151."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł będzie teraz akceptować połączenia na {port}.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
@@ -2182,7 +2186,7 @@ msgstr "`Niebezpieczne polecenie` Włącz/wyłącz źródła audio.\n\n"
|
||||
" Domyślnie wszystkie źródła są włączone, powinieneś używać poleceń tutaj, aby wyłączyć określone źródło, jeśli zostaniesz polecony, wyłączenie źródeł bez wiedzy w tle może spowodować uszkodzenie dźwięku.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
@@ -2191,19 +2195,19 @@ msgstr "Włącz lub wyłącz bezpośrednie użycie adresu URL HTTP.\n\n"
|
||||
" To źródło jest używane do umożliwienia odtwarzania z bezpośrednich strumieni HTTP (nie ma to wpływu na bezpośrednie odtwarzanie URL dla innych źródeł).\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z bezpośrednich adresów URL.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z bezpośrednich adresów URL.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
@@ -2212,19 +2216,19 @@ msgstr "Przełącz lub wyłącz źródło Bandcamp.\n\n"
|
||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Bandcamp.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Bandcamp.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już grał z Bandcamp.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
@@ -2233,19 +2237,19 @@ msgstr "Przełącz lub wyłącz lokalne użycie plików.\n\n"
|
||||
" To przełącz kontroluje odtwarzanie całej lokalnej zawartości ścieżki, zazwyczaj znajdującej się w folderze `localtracks`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z plików lokalnych.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z plików lokalnych.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
@@ -2254,19 +2258,19 @@ msgstr "Włącz lub wyłącz źródło Soundcloud.\n\n"
|
||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z SoundCloud.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Soundcloud.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Soundcloud.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2275,19 +2279,19 @@ msgstr "`Niebezpieczne polecenie` Włącza lub wyłącz źródło YouTube (w tym
|
||||
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z YouTube i Spotify.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z YouTube.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z YouTube.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
@@ -2296,19 +2300,19 @@ msgstr "Włącz lub wyłącz źródło Twitcha.\n\n"
|
||||
" Przełącznik ten kontroluje odtwarzanie wszystkich treści związanych z Twitchem.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Twitcha.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już odtwarzany z Twitcha.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby stał się skuteczny."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
@@ -2317,19 +2321,19 @@ msgstr "Włącz lub wyłącz źródło Vimeo.\n\n"
|
||||
" To przełączanie kontroluje odtwarzanie wszystkich treści związanych z Vimeo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł pozwoli na odtwarzanie z Vimeo.\n\n"
|
||||
"Uruchom `{p}{cmd}` aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Zarządzany węzeł nie będzie już grał z Vimeo.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby zaczął działać."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2338,18 +2342,18 @@ msgstr "`Niebezpieczna komenda` Ustaw rozmiar framebuffera zarządzanego węzła
|
||||
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr "Najniższa wartość, jaką bufor ramki można ustawić na 100ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Wielkość node heap-size ustawiona na {milliseconds}.\n\n"
|
||||
"Uruchom `{p}{cmd}`, aby to zadziałało."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2358,11 +2362,11 @@ msgstr "`Niebezpieczna komenda` Ustawienie rozmiaru bufora zarządzanego węzła
|
||||
" Zmieniaj to tylko wtedy, gdy zostało Ci to bezpośrednio zalecone, zmiana może spowodować znaczące problemy z odtwarzaniem.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr "Najniższa wartość bufora może wynosić 100 ms."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr "Zresetuj wszystkie `llset` z powrotem do ich wartości domyślnych."
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
332
redbot/cogs/audio/core/commands/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Reprodução automática ao final da fila: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Habilitado"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Configuração alterada"
|
||||
|
||||
@@ -586,13 +586,13 @@ msgstr "Desconectar automaticamente do canal quando o bot estiver sozinho nele p
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Hora inválida"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Os segundos não podem ser menos de 0."
|
||||
|
||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Escopo da lista: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Configurações de Cache"
|
||||
|
||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Cache local do Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dias"
|
||||
|
||||
@@ -970,66 +970,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Caminho das faixas locais: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Os registros são muito grandes, você pode encontrá-los em {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Eu preciso ser capaz de mandar MDs para te enviar os registros."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Ativar/desativar títulos das faixas como status."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Títulos da música como status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Exiba uma miniatura em mensagens de áudio."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Exibição de miniaturas: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Porcentagem necessária para que os não-mods pulem faixas, 0 para desativar."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Votação desativada. Todos os usuários podem usar comandos de gerenciamento de fila."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Porcentagem de votação definida para {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instruções para definir a chave API do YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instruções para definir os tokens da API do Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1047,28 +1051,28 @@ msgstr "1. Acesse Spotify developers e faça login com sua conta do Spotify.\n"
|
||||
"6. Copie seu ID de cliente e seu segredo de cliente para:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> cliente_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Defina o código do país para pesquisas do Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Código de País Inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Por favor, use um código [ISO 3166-1 alpha-2](https://pt.wikipedia.org/wiki/ISO_3166-1_alpha-2) oficial."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Código do País definido para {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1089,27 +1093,27 @@ msgstr "Definir o nível de cache.\n\n"
|
||||
" se você deseja desativar um cache específico use um número negativo.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Idade máxima: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Cache do Spotify: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Cache do Youtube: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Cache do Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1120,15 +1124,15 @@ msgstr "Definir a idade máxima do cache.\n\n"
|
||||
" inválida.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "A idade do cache não pode ser inferior a 7 dias. Se você deseja desativá-lo, execute {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Eu defini a idade do cache para {age} dias"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1137,57 +1141,57 @@ msgstr "Alternar fila persistente.\n\n"
|
||||
" Filas persistentes permitem que a fila atual seja restaurada quando a fila é fechada.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Filas persistentes: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Reinicia a conexão lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Reiniciando Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Defina o volume máximo permitido neste servidor."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Erro"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Música sem nenhum volume não é música. Tente definir o volume maior que 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Configuração alterada"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Agora o volume máximo é 150%, cuidado para não prejudicar seus ouvidos."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "O volume máximo é limitado a {max_volume}%."
|
||||
|
||||
@@ -1913,7 +1917,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1972,14 +1976,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1999,93 +2003,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2093,12 +2097,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2106,170 +2110,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
390
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
390
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Reprodução automática quando a fila terminar, {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Ativado"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Definições alteradas"
|
||||
|
||||
@@ -600,13 +600,13 @@ msgstr "Desconecta-se automaticamente do canal quando o bot fica sozinho por x s
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Hora inválida"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Os segundos não podem ser menores que zero."
|
||||
|
||||
@@ -918,8 +918,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Nome da lista de reprodução: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Configurações da cache"
|
||||
|
||||
@@ -940,8 +940,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Cache Lavalink local: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dias"
|
||||
|
||||
@@ -991,66 +991,70 @@ msgstr "Versão do Lavalinch: [{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Caminho das faixas locais: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr "Versões do Plugin Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "Envia os logs de nós de Lavalink gerenciados para seus DMs."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Nenhum registro encontrado na sua pasta de dados."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Os logs são muito grandes, pode encontrá-los em {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Ativar/desativar títulos das faixas como status."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Títulos da música como status: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Exiba uma miniatura em mensagens de áudio."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Exibição de miniatura: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Percentagem necessária para que os não mods saltem de faixas, 0 para desabilitar."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Votação desabilitada. Todos os utilizadores podem usar comandos de gestão da fila."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Porcentagem de votação definida para {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Instruções para definir a chave da API do YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Instruções para definir a chave da API do YouTube."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1061,28 +1065,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Defina o código do país para pesquisas no Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Código de País Inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Código do país definido para {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1095,27 +1099,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Idade máxima: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1123,79 +1127,79 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
msgstr "A idade do cache não pode ser inferior a 7 dias. Se deseja desativá-lo, execute {prefix}audioset cache.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
msgstr "Eu defini a idade do cache para {age} dias"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
msgstr "Reinicia a conexão lavalink."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
msgstr "Falha ao desligar Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
msgstr "Reiniciando Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
msgstr "Pode levar alguns minutos para Lavalink iniciar completamente."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
msgstr "Define o volume máximo permitido neste servidor."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Erro"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
msgstr "Música sem som não é música de forma nenhuma. Tente definir o volume para algo superior a 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Definições alteradas"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
msgstr "O volume máximo foi limitado a 150%, tenha cuidado com os seus ouvidos."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
msgstr "O volume máximo foi limitado a {max_volume}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:32
|
||||
#, docstring
|
||||
msgid "Disconnect from the voice channel."
|
||||
msgstr ""
|
||||
msgstr "Desconectar do canal de voz."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||
#: redbot/cogs/audio/core/commands/controller.py:89
|
||||
@@ -1226,14 +1230,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/controller.py:49
|
||||
#: redbot/cogs/audio/core/commands/controller.py:55
|
||||
msgid "Unable To Disconnect"
|
||||
msgstr ""
|
||||
msgstr "Não foi possível desconectar"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||
#: redbot/cogs/audio/core/commands/controller.py:586
|
||||
msgid "There are other people listening - vote to skip instead."
|
||||
msgstr ""
|
||||
msgstr "Há outras pessoas a ouvir - vote para saltar em vez disso."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:56
|
||||
#: redbot/cogs/audio/core/commands/controller.py:62
|
||||
@@ -1242,7 +1246,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:61
|
||||
msgid "Unable to Disconnect"
|
||||
msgstr ""
|
||||
msgstr "Não foi possível desconectar"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:65
|
||||
msgid "Disconnecting..."
|
||||
@@ -1251,7 +1255,7 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/controller.py:87
|
||||
#, docstring
|
||||
msgid "Now playing."
|
||||
msgstr ""
|
||||
msgstr "A reproduzir."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:111
|
||||
#: redbot/cogs/audio/core/commands/queue.py:81
|
||||
@@ -1656,20 +1660,20 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/controller.py:819
|
||||
#: redbot/cogs/audio/core/commands/controller.py:892
|
||||
msgid "Song number must be greater than 1 and within the queue limit."
|
||||
msgstr ""
|
||||
msgstr "Número da música deve ser maior que 1 e dentro do limite da fila."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:833
|
||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
||||
msgid "Removed track from queue"
|
||||
msgstr ""
|
||||
msgstr "Remove a faixa da fila"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:834
|
||||
msgid "Removed {track} from the queue."
|
||||
msgstr ""
|
||||
msgstr "{track} foi removido da fila."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||
msgstr ""
|
||||
msgstr "Removido 0 faixas, nada corresponde à URL fornecida."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||
@@ -1697,7 +1701,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/controller.py:902
|
||||
msgid "Moved track to the top of the queue."
|
||||
msgstr ""
|
||||
msgstr "A faixa foi movida para o topo da fila."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:31
|
||||
#, docstring
|
||||
@@ -1712,7 +1716,7 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:73
|
||||
#, docstring
|
||||
msgid "Delete a saved eq preset."
|
||||
msgstr ""
|
||||
msgstr "Apagar uma predefinição de eq salva."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:82
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:89
|
||||
@@ -1809,7 +1813,7 @@ msgstr "Tente o comando novamente com um nome mais curto."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:275
|
||||
msgid "Preset name already exists, do you want to replace it?"
|
||||
msgstr ""
|
||||
msgstr "O nome da predefinição já existe, deseja substituí-lo?"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:283
|
||||
msgid "Not saving preset."
|
||||
@@ -1827,7 +1831,12 @@ msgid "Set an eq band with a band number or name and value.\n\n"
|
||||
" 6.3k, 10k, and 16k Hz.\n"
|
||||
" Setting a band value to -0.25 nullifies it while +0.25 is double.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "Definir uma banda de eq com um número ou valor de banda.\n\n"
|
||||
" As posições da banda são 1-15 e valores têm um intervalo de -0. 5 a 1,0.\n"
|
||||
" Nomes da banda são 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\n"
|
||||
" 6.3k, 10k e 16k Hz.\n"
|
||||
" Definir um valor de banda para -0.25 anula-a enquanto +0,25 é o dobro.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/equalizer.py:326
|
||||
msgid "Unable To Set Preset"
|
||||
@@ -1923,8 +1932,8 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr "O tamanho do heap deve ser de pelo menos 64M, porém é recomendado configurá-lo para pelo menos 1G."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr "O tamanho do heap deve ser menor que a RAM do sistema. Atualmente você tem {ram_in_bytes} de RAM disponível."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||
@@ -1992,15 +2001,15 @@ msgstr "Define a porta do nó de Lavalink.\n\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "Configurações não alteradas"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "A porta deve estar entre 0 e 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -2022,70 +2031,69 @@ msgstr "O nó Lavalink não gerenciado irá se conectar usando o protocolo {secu
|
||||
"Execute o `{p}{cmd}` para que ele tenha efeito."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "Não gerenciado o nó Lavalink não irá mais se conectar usando o protocolo {secured_protocol} seguro e usar {unsecured_protocol} em vez disso.\n\n"
|
||||
"Execute `{p}{cmd}` para que ele tenha efeito."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Exibir configurações de conexão Lava link."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Configurações de conexão"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Host: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "Porta: [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr "Default HTTP/HTTPS port"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Senha: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "Protegido: [{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Configurações Node Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr "Tamanho inicial do heap: [{xms}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr "Tamanho Máximo: [{xmx}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr "Executar Java: [{java_exc_path}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Eu preciso ser capaz de mandar uma MD a si para enviar os logs."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr "Carrega uma cópia do arquivo application.yml usado pelo nó Lavalink gerenciado."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
@@ -2094,12 +2102,12 @@ msgstr "Configure as opções de tempo de execução do nó Lavalink gerenciado.
|
||||
" Todas as configurações neste grupo provavelmente causarão mau funcionamento do áudio se forem alteradas em relação aos padrões. Altere as configurações aqui apenas se for avisado pelo suporte.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr "Configure as configurações de autorização de nó gerenciado e conexão."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
@@ -2108,13 +2116,13 @@ msgstr "`Comando perigoso` Defina o endereço IP de ligação do nó Lavalink ge
|
||||
" Este valor por padrão é `localhost` que restringirá o servidor apenas a aplicativos localhost por padrão, alterar isso provavelmente quebrará o nó Lavalink gerenciado se não souber o que está a fazer.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "O nó gerenciado irá agora aceitar a conexão em {host}.\n\n"
|
||||
"Execute `{p}{cmd}` para que ele entre em vigor."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2122,12 +2130,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2135,170 +2143,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
332
redbot/cogs/audio/core/commands/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Авто-воспроизведение по окончании очер
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Включено"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Настройки изменены"
|
||||
|
||||
@@ -609,13 +609,13 @@ msgstr "Автоматическое отключение от канала, к
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Неверное время"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Секунды не могут быть меньше нуля."
|
||||
|
||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Размер плейлиста: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Настройки кэша"
|
||||
|
||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Локальный кэш Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "дней"
|
||||
|
||||
@@ -993,66 +993,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Путь к локальным трекам: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Журналы не найдены в папке данных."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Логи слишком большие, вы можете найти их в {path}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Мне нужно иметь возможность отправить вам отчеты."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Включить/отключить названия треков в статусе."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Названия песен в статусе: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Переключить отображение миниатюры на аудио сообщениях."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Отображение миниатюр: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Процент, необходимый для пропуска трека для не модераторов. 0, чтобы отключить."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Голосование отключено. Все пользователи могут использовать команды управления очередью."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Процент голосов установлен в {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Инструкции по установке ключа You_Tube API."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Инструкции по установке токенов Spotify API."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1070,28 +1074,28 @@ msgstr "1. Перейдите на страницу Spotify для разраб
|
||||
"6. Скопируйте ваш ID клиента и секрет клиента в:\n"
|
||||
"`{prefix}установите api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Установите код страны для поиска в Spotify."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Неверный код страны"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Пожалуйста, используйте официальный код [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Код страны установлен на {country}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1112,27 +1116,27 @@ msgstr "Устанавливает уровень кэширования.\n\n"
|
||||
" Если вы хотите отключить определенный кэш, используйте отрицательное число.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Макс. возраст: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Кэш Spotify: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Кэш Youtube: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Кэш Lavalink: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1143,15 +1147,15 @@ msgstr "Устанавливает максимальный возраст кэ
|
||||
" недействительной.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Возраст кеширования не может быть менее 7 дней. Если вы хотите отключить его, запустите `{prefix}audioset cache`.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Я установил возраст кэша на {age} дней"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1160,57 +1164,57 @@ msgstr "Переключение постоянных очередей.\n\n"
|
||||
" Постоянные очереди позволяют восстановить текущую очередь при закрытии очереди.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Постоянные очереди {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Перезапуск соединение с lava link."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Пожалуйста, перезагрузите Audio (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Перезапуск Lava link"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Полный запуск Lava link может занять пару минут."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Установите максимальный объем, разрешенный на данном сервере."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Ошибка"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Музыка без звука - это не музыка вообще. Попробуйте установить громкость выше 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Настройка изменена"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Максимальная громкость была ограничена 150%, не напрягайте слух."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Максимальный объем был ограничен до {max_volume}%."
|
||||
|
||||
@@ -1946,7 +1950,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -2005,14 +2009,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -2032,93 +2036,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Отображение настроек соединения Lava link."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Параметры подключения"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Host: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Пароль: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Я должен иметь возможность отправить вам эту информацию через ЛС."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2126,12 +2130,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2139,170 +2143,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
332
redbot/cogs/audio/core/commands/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dní"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
334
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
334
redbot/cogs/audio/core/commands/locales/sl-SI.po
generated
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.4.2\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
"X-Crowdin-Language: sl\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dnevi"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
332
redbot/cogs/audio/core/commands/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "dagar"
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
334
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
334
redbot/cogs/audio/core/commands/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "Sıradaki parçalar bittiğinde otomatik çalma: {true_or_false}."
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "Etkinleştirildi"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Ayar Değiştirildi"
|
||||
|
||||
@@ -586,13 +586,13 @@ msgstr "Botun kanalda kaç saniye yalnız kalırsa kanaldan ayrılacağını aya
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "Geçersiz süre"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Süre sıfır saniyeden daha düşük olamaz."
|
||||
|
||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Çalma listesi kapsamı: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Önbellek Ayarları"
|
||||
|
||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Yerel Lavalink önbelleği: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "gün"
|
||||
|
||||
@@ -970,66 +970,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "Yerel parçalar klasörü: [{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "Veri klasörünüzde hiç kayıt bulunamadı."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "Kayıtlar çok büyük, onları {path} konumunda bulabilirsiniz"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "Sana kayıtları gönderebilmek için özel mesaj atabilmem gerek."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Şarkı isimlerini statüs olarak ayarlamayı açıp/kapatır."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Şarkı isimleri statüs olarak ayarlı:{true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Thumbnail'leri şarkı bildirimlerinde göstermeyi açar/kapatır."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Thumbnail gösterilmesi:"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Yönetici olmayan kullanıcıların şarkıyı geçmeleri için gerekli olan oy yüzdesi. Devre dışı bırakmak için 0 girin."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Oylama devre dışı. Tüm kullanıcılar sıra yönetimi komutlarını kullanabilir."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Geçme oylama yüzdesi %{percent} olarak ayarlandı."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "YouTube API tokenini ayarlamak için bilgiler."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Spotify API tokenini ayarlamak için bilgiler."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1047,28 +1051,28 @@ msgstr "1. Spotify developers sayfasına spotify hesabınızla giriş yapın.\n"
|
||||
"6. İstemci IDnizi ve istemcisi sırrınızı (client secret) kopyalayın ve gerekli yerlere yapıştırın:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "Spotify aramaları için ülke kodunu ayarlayın."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "Geçersiz Ülke Kodu"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "Lütfen geçerli bir [ISO 3166-1 alpha-2](https://tr.wikipedia.org/wiki/ISO_3166) kodu kullanın."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "Ülke Kodu {country} olarak ayarlandı."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1089,27 +1093,27 @@ msgstr "Önbellekleme düzeyini ayarla.\n\n"
|
||||
" Belirli bir önbelleği kapamak istiyorsanız negatif sayı kullanın.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Maksimum yaş: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify önbelleği: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Youtube önbelleği: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink önbelleği: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1120,15 +1124,15 @@ msgstr "Maksimum önbellek yaşını ayarlar.\n\n"
|
||||
" sağlar.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "Önbellek yaşı 7 günden az olamaz. Eğer kapamak istiyorsanız `{prefix}audioset cache` çalıştırın.\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "Önbellekleme süresi {age} gün olarak ayarlandı."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1137,57 +1141,57 @@ msgstr "Kalıcı sıraları aç/kapa.\n\n"
|
||||
" Kalıcı sıralar mevcut sıranın sıra durdurulduğunda devam ettirilmesin sağlar.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "Kalıcı sıralar:{true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "Lavalink bağlantısını yeniden başlatır."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "Lavalink kapatılamadı"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "Lütfen Audio'yu yeniden başlatın (`{prefix}reload audio`)."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "Lavalink yeniden başlatılıyor."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Lavalink'in tamamen başlatılması bir kaç dakika sürebilir."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "Bu sunucuda izin verilen en yüksek sesi ayarlayın."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Hata"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Sessiz müzik müziğe benzemez. Sesi %0 dan yükseğe ayarlamayı deneyin."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Ayar değiştirildi"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "En yüksek ses %150 ile sınırlıdır, kulaklarınıza iyi davranın."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "En yüksek ses %{max_volume} ile sınırlıdır."
|
||||
|
||||
@@ -1923,7 +1927,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1982,15 +1986,15 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "Ayarlar Değiştirilmedi"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "Port numarası 0 ve 65535 arasında olmalıdır "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -2009,93 +2013,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "Lavalink bağlantı ayarlarını göster."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "Bağlantı Ayarları"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "Sunucu: [{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "Şifre: [{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Lavalink Ayarları"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "Sana bu bilgiyi gönderebilmek için özel mesaj atabilmem gerek."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2103,12 +2107,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2116,170 +2120,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
332
redbot/cogs/audio/core/commands/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -322,14 +322,14 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -341,25 +341,25 @@ msgstr ""
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr ""
|
||||
|
||||
@@ -571,13 +571,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr ""
|
||||
|
||||
@@ -861,8 +861,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr ""
|
||||
|
||||
@@ -883,8 +883,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
|
||||
@@ -927,66 +927,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -997,28 +1001,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1031,27 +1035,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1059,72 +1063,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1844,7 +1848,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1903,14 +1907,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1930,93 +1934,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2024,12 +2028,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2037,170 +2041,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
332
redbot/cogs/audio/core/commands/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -233,15 +233,15 @@ msgstr "Tự động phát nhạc khi hàng đợi hết thúc: {true_or_false}.
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -274,15 +274,15 @@ msgstr "Đã bật"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -324,14 +324,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -343,25 +343,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "Thiết lập đã được thay đổi"
|
||||
|
||||
@@ -574,13 +574,13 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "Số giây không thể nhỏ hơn 0."
|
||||
|
||||
@@ -867,8 +867,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "Phạm vi danh sách phát [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "Cài đặt bộ nhớ đệm"
|
||||
|
||||
@@ -889,8 +889,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr ""
|
||||
|
||||
@@ -933,66 +933,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "Bật/tắt tiêu đề của bản nhạc dưới dạng trạng thái."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "Tên bài hát dưới dạng trạng thái: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "Thiết lập hiển thị hình thu nhỏ trên tin nhắn đính kèm."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "Hiển thị hình thu nhỏ: {true_or_false}."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "Tỷ lệ phần trăm cần thiết để người không phải mod skip bản nhạc, 0 để tắt."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "Bỏ phiếu bị vô hiệu hóa. Tất cả người dùng đều có thể sử dụng các lệnh quản lý hàng đợi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "Phần trăm bỏ phiếu được đặt thành {percent}%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "Hướng dẫn lấy YouTube API key."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "Hướng dẫn lấy Spotify API tokens."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1003,28 +1007,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1037,27 +1041,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "Tuổi tối đa: [{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1065,72 +1069,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "Lỗi"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "Âm nhạc không có âm thanh không phải là âm nhạc. Hãy thử đặt âm lượng cao hơn rồi đến 0%."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "Thiết lập đã được thay đổi"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "Âm lượng tối đa được giới hạn tới 150, hãy từ từ thôi."
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "Âm lượng cao nhất bị hạn ở {max_volume}%."
|
||||
|
||||
@@ -1851,7 +1855,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1910,14 +1914,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1937,93 +1941,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2031,12 +2035,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2044,170 +2048,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
332
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
332
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "队列结束时自动播放: {true_or_false}"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "已启用"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "设置已更改"
|
||||
|
||||
@@ -586,13 +586,13 @@ msgstr "当机器人单独在频道中 x 秒时自动断开与频道的连接,
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "无效时间"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "秒数不能小于零"
|
||||
|
||||
@@ -904,8 +904,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "播放列表类型:[{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "缓存设置"
|
||||
|
||||
@@ -926,8 +926,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "本地Lavalink 缓存:[{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "天"
|
||||
|
||||
@@ -970,66 +970,70 @@ msgstr ""
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "本地曲目路径:[{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "在您的数据文件夹中找不到日志。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "日志太大,您可以在 {path} 中找到"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "我需要能够私信你给你发送日志。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "启用/禁用音轨标题作为状态。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "歌曲标题作为状态: {true_or_false}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "切换在音频信息上显示缩略图。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "缩略图显示: {true_or_false}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "投票已禁用。所有用户都可以使用队列管理命令。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "投票百分比设置为 {percent}%。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "设置 YouTube API 密钥的说明"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "设置 Spotify API 令牌的说明"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1040,28 +1044,28 @@ msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "设置Spotify搜索的国家代码"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "无效的国家代码"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "国家代码已设置为 {country}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1074,27 +1078,27 @@ msgid "Sets the caching level.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1102,72 +1106,72 @@ msgid "Sets the cache max age.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "请重新加载音频 (\"{prefix}重新加载音频)。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr ""
|
||||
|
||||
@@ -1890,7 +1894,7 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
@@ -1949,14 +1953,14 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
@@ -1976,93 +1980,93 @@ msgid "Unmanaged Lavalink node will now connect using the secured {secured_proto
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2070,12 +2074,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2083,170 +2087,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr ""
|
||||
|
||||
339
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
339
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-01-04 00:13+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -235,15 +235,15 @@ msgstr "當佇列已空時的自動播放: {true_or_false}。"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1122
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -276,15 +276,15 @@ msgstr "已啟用"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1102
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1103
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1124
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1207
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1222
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1367
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1368
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1369
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1412
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1413
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1414
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1456
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1236
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1381
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1382
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1383
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1426
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1427
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1428
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1470
|
||||
#: redbot/cogs/audio/core/commands/controller.py:422
|
||||
#: redbot/cogs/audio/core/commands/controller.py:466
|
||||
#: redbot/cogs/audio/core/commands/controller.py:775
|
||||
@@ -326,14 +326,14 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:904
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:919
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:939
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1241
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1248
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1308
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1330
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1454
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1219
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1234
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1255
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1262
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1344
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1452
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||
#: redbot/cogs/audio/core/commands/controller.py:420
|
||||
#: redbot/cogs/audio/core/commands/controller.py:464
|
||||
#: redbot/cogs/audio/core/commands/controller.py:782
|
||||
@@ -345,25 +345,25 @@ msgstr "\n"
|
||||
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||
#: redbot/cogs/audio/core/commands/llset.py:391
|
||||
#: redbot/cogs/audio/core/commands/llset.py:415
|
||||
#: redbot/cogs/audio/core/commands/llset.py:446
|
||||
#: redbot/cogs/audio/core/commands/llset.py:475
|
||||
#: redbot/cogs/audio/core/commands/llset.py:484
|
||||
#: redbot/cogs/audio/core/commands/llset.py:502
|
||||
#: redbot/cogs/audio/core/commands/llset.py:511
|
||||
#: redbot/cogs/audio/core/commands/llset.py:529
|
||||
#: redbot/cogs/audio/core/commands/llset.py:538
|
||||
#: redbot/cogs/audio/core/commands/llset.py:556
|
||||
#: redbot/cogs/audio/core/commands/llset.py:565
|
||||
#: redbot/cogs/audio/core/commands/llset.py:583
|
||||
#: redbot/cogs/audio/core/commands/llset.py:592
|
||||
#: redbot/cogs/audio/core/commands/llset.py:610
|
||||
#: redbot/cogs/audio/core/commands/llset.py:619
|
||||
#: redbot/cogs/audio/core/commands/llset.py:637
|
||||
#: redbot/cogs/audio/core/commands/llset.py:646
|
||||
#: redbot/cogs/audio/core/commands/llset.py:673
|
||||
#: redbot/cogs/audio/core/commands/llset.py:704
|
||||
msgid "Setting Changed"
|
||||
msgstr "已變更設定"
|
||||
|
||||
@@ -609,13 +609,13 @@ msgstr "當機器人單獨在頻道超過 x 秒,會自動從頻道斷開。設
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Invalid Time"
|
||||
msgstr "無效的時間"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:689
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:718
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1233
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1247
|
||||
msgid "Seconds can't be less than zero."
|
||||
msgstr "秒數不能小於零。"
|
||||
|
||||
@@ -927,8 +927,8 @@ msgid "Playlist scope: [{pscope}]\n"
|
||||
msgstr "播放清單範圍: [{pscope}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1093
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1372
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1386
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
msgid "Cache Settings"
|
||||
msgstr "快取設定"
|
||||
|
||||
@@ -949,8 +949,8 @@ msgid "Local Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink 本機快取:[{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1100
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1366
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1411
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1380
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1425
|
||||
msgid "days"
|
||||
msgstr "日"
|
||||
|
||||
@@ -1000,66 +1000,70 @@ msgstr "Lavalink 建置 :[{llversion}]\n"
|
||||
msgid "Localtracks path: [{localpath}]\n"
|
||||
msgstr "本地歌曲路徑:[{localpath}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1160
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1159
|
||||
msgid "Lavalink Plugin Versions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1174
|
||||
#, docstring
|
||||
msgid "Sends the managed Lavalink node logs to your DMs."
|
||||
msgstr "傳送 Lavalink server 日誌到你的私訊。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1167
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1169
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1183
|
||||
msgid "No logs found in your data folder."
|
||||
msgstr "沒有在你的資料夾中找到日誌紀錄。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1181
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1195
|
||||
msgid "Logs are too large, you can find them in {path}"
|
||||
msgstr "日誌記錄過大,不過你可以在 {path} 找到。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1191
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1205
|
||||
msgid "I need to be able to DM you to send you the logs."
|
||||
msgstr "我需要能夠私訊你才能傳日誌紀錄給你。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1200
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1214
|
||||
#, docstring
|
||||
msgid "Enable/disable tracks' titles as status."
|
||||
msgstr "啟用/停用歌曲標題作為狀態。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1206
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1220
|
||||
msgid "Song titles as status: {true_or_false}."
|
||||
msgstr "歌曲標題作為狀態: {true_or_false}。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1215
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1229
|
||||
#, docstring
|
||||
msgid "Toggle displaying a thumbnail on audio messages."
|
||||
msgstr "切換在播放消息上顯示縮圖。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1221
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1235
|
||||
msgid "Thumbnail display: {true_or_false}."
|
||||
msgstr "縮圖顯示: {true_or_false}。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1230
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1244
|
||||
#, docstring
|
||||
msgid "Percentage needed for non-mods to skip tracks, 0 to disable."
|
||||
msgstr "須設定 百分比 給非管理的成員略過曲目,設定 0 以取消該功能。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1242
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1256
|
||||
msgid "Voting disabled. All users can use queue management commands."
|
||||
msgstr "停用投票功能。 所有使用者都可以使用播放清單管理命令。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1249
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1263
|
||||
msgid "Vote percentage set to {percent}%."
|
||||
msgstr "投票比率 已設定為 {percent}%。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1258
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1272
|
||||
#, docstring
|
||||
msgid "Instructions to set the YouTube API key."
|
||||
msgstr "設定 YouTube API key 的指示說明。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1277
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1291
|
||||
#, docstring
|
||||
msgid "Instructions to set the Spotify API tokens."
|
||||
msgstr "設定Spotify API token的說明。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1278
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1292
|
||||
msgid "1. Go to Spotify developers and log in with your Spotify account.\n"
|
||||
"(https://developer.spotify.com/dashboard/applications)\n"
|
||||
"2. Click \"Create An App\".\n"
|
||||
@@ -1077,28 +1081,28 @@ msgstr "1. 前往 Spotify developers 並 登入你的 Spotify 帳號。\n"
|
||||
"6. 複製你的 client ID 和你的 client secret 到:\n"
|
||||
"`{prefix}set api spotify client_id <your_client_id_here> client_secret <your_client_secret_here>`"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1295
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1317
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#, docstring
|
||||
msgid "Set the country code for Spotify searches."
|
||||
msgstr "設定Spotify搜索的國家/地區代碼。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1299
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1321
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1313
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1335
|
||||
msgid "Invalid Country Code"
|
||||
msgstr "無效的國碼"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1300
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1322
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1314
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1336
|
||||
msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code."
|
||||
msgstr "請使用官方 [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 代碼。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1331
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1323
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1345
|
||||
msgid "Country Code set to {country}."
|
||||
msgstr "國碼已設為 {country}。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1339
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1353
|
||||
#, docstring
|
||||
msgid "Sets the caching level.\n\n"
|
||||
" Level can be one of the following:\n\n"
|
||||
@@ -1119,27 +1123,27 @@ msgstr "設定快取等級。\n\n"
|
||||
" 如果您想停用指定的快取,可使用負數。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1361
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1406
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||
msgid "Max age: [{max_age}]\n"
|
||||
msgstr "最長期限:[{max_age}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1362
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1407
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||
msgid "Spotify cache: [{spotify_status}]\n"
|
||||
msgstr "Spotify快取: [{spotify_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1363
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1408
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||
msgid "Youtube cache: [{youtube_status}]\n"
|
||||
msgstr "Youtube快取: [{youtube_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1364
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1409
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1378
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1423
|
||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||
msgstr "Lavalink快取: [{lavalink_status}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1424
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1438
|
||||
#, docstring
|
||||
msgid "Sets the cache max age.\n\n"
|
||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||
@@ -1150,15 +1154,15 @@ msgstr "設定快取最長期限:\n\n"
|
||||
" \n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1431
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1445
|
||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||
msgstr "快取期限不得少於 7 天。如果您要停用它,請執行 {prefix}audioset cache。\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1436
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1450
|
||||
msgid "I've set the cache age to {age} days"
|
||||
msgstr "我已將快取期限設定為 {age} 天"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1443
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1457
|
||||
#, docstring
|
||||
msgid "Toggle persistent queues.\n\n"
|
||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||
@@ -1167,57 +1171,57 @@ msgstr "切換持久隊列。\n\n"
|
||||
" 持久隊列允許在隊列關閉時恢復當前隊列。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1455
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1469
|
||||
msgid "Persisting queues: {true_or_false}."
|
||||
msgstr "永久佇列:{true_or_false}"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1477
|
||||
#, docstring
|
||||
msgid "Restarts the lavalink connection."
|
||||
msgstr "重啟Lavalink連接。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1471
|
||||
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
||||
#: redbot/cogs/audio/core/commands/llset.py:734
|
||||
msgid "Failed To Shutdown Lavalink Node"
|
||||
msgstr "關閉 Lavalink 節點失敗!"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1472
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||
#: redbot/cogs/audio/core/commands/llset.py:735
|
||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||
msgstr "請重新加載Audio (`{prefix}reload audio`)。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1479
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1493
|
||||
msgid "Restarting Lavalink"
|
||||
msgstr "正在重新啟動 Lavalink"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1480
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1494
|
||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||
msgstr "Lavalink完全開啟可能需要幾分鐘。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1487
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#, docstring
|
||||
msgid "Set the maximum volume allowed in this server."
|
||||
msgstr "設置此服務器允許的最大音量。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1491
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1505
|
||||
msgid "Error"
|
||||
msgstr "錯誤"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1506
|
||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||
msgstr "沒有聲音的音樂并不是音樂,請嘗試將音量提高至大於0的數字。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1508
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1514
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1522
|
||||
msgid "Setting changed"
|
||||
msgstr "已變更設定。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1501
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1515
|
||||
msgid "The maximum volume has been limited to 150%, be easy on your ears."
|
||||
msgstr "最大音量已被限制至150%,音量過大可能對聽力造成損害。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1509
|
||||
#: redbot/cogs/audio/core/commands/audioset.py:1523
|
||||
msgid "The maximum volume has been limited to {max_volume}%."
|
||||
msgstr "最大音量已被限制至{max_volume}%。"
|
||||
|
||||
@@ -1962,8 +1966,8 @@ msgid "Heap-size must be at least 64M, however it is recommended to have it set
|
||||
msgstr "記憶體大小必須至少為 64M,但建議至少設置為 1G。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||
msgid "Heap-size must be less than your system RAM, You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr "記憶體大小必須小於您的系統 RAM,您當前有 {ram_in_bytes} 可用 。"
|
||||
msgid "Heap-size must be less than your system RAM. You currently have {ram_in_bytes} of RAM available."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:133
|
||||
msgid "Heap-size must be less than {limit} due to your system limitations."
|
||||
@@ -2028,15 +2032,15 @@ msgid "Set the Lavalink node port.\n\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
||||
#: redbot/cogs/audio/core/commands/llset.py:667
|
||||
#: redbot/cogs/audio/core/commands/llset.py:698
|
||||
msgid "Setting Not Changed"
|
||||
msgstr "設置未更變"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||
msgid "A port must be between 0 and 65535 "
|
||||
msgstr "端口必須介於 0 和 65535 之間 "
|
||||
msgid "A port must be between 0 and 65535."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||
@@ -2058,70 +2062,69 @@ msgstr "非託管 Lavalink 節點現在將使用安全的 {secured_protocol} 協
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and will use {unsecured_protocol} instead.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "非託管 Lavalink 節點將不再使用安全的 {secured_protocol} 協議連接,而是使用 {unsecured_protocol} 代替。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
||||
#, docstring
|
||||
msgid "Display Lavalink connection settings."
|
||||
msgstr "顯示 Lavalink 連接設置。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
msgid "Connection Settings"
|
||||
msgstr "連接設置"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
msgid "Host: [{host}]\n"
|
||||
msgstr "主機:[{host}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:327
|
||||
msgid "Port: [{port}]\n"
|
||||
msgstr "端口: [{port}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
msgid "Default HTTP/HTTPS port"
|
||||
msgstr "默認 HTTP/HTTPS port"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
msgid "Password: [{password}]\n"
|
||||
msgstr "密碼:[{password}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
msgid "Secured: [{state}]\n"
|
||||
msgstr "安全:[{state}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
||||
msgid "Lavalink Node Settings"
|
||||
msgstr "Lavalink 節點設定"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||
#: redbot/cogs/audio/core/commands/llset.py:331
|
||||
msgid "Initial Heapsize: [{xms}]\n"
|
||||
msgstr "初始記憶體大小:[{xms}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||
#: redbot/cogs/audio/core/commands/llset.py:332
|
||||
msgid "Max Heapsize: [{xmx}]\n"
|
||||
msgstr "最大記憶體大小:[{xmx}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
||||
msgid "Java exec: [{java_exc_path}]\n"
|
||||
msgstr "Java 執行程序:[{java_exc_path}]\n"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||
#: redbot/cogs/audio/core/commands/llset.py:341
|
||||
#: redbot/cogs/audio/core/commands/llset.py:363
|
||||
msgid "I need to be able to DM you to send you this info."
|
||||
msgstr "我需要能夠通過 DM 向您發送此信息。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||
#: redbot/cogs/audio/core/commands/llset.py:346
|
||||
#, docstring
|
||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||
msgstr "上傳託管 Lavalink 節點使用的 application.yml 文件的副本。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||
#: redbot/cogs/audio/core/commands/llset.py:370
|
||||
#, docstring
|
||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||
@@ -2130,12 +2133,12 @@ msgstr "配置託管 Lavalink 節點運行時選項。\n\n"
|
||||
" 如果隨意更改此類別下的所有設置,可能會導致Audio出現故障,只有在官方人員建議您更改此處的設置時更改。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||
#: redbot/cogs/audio/core/commands/llset.py:377
|
||||
#, docstring
|
||||
msgid "Configure the managed node authorization and connection settings."
|
||||
msgstr "配置受管理節點授權和連接設置。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||
@@ -2144,13 +2147,13 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的綁定 IP 地址。\n
|
||||
" 默認情況下此數值是 localhost ,默認情況下會將服務器限制為僅本地主機應用程序,如果您不知道如何設置,隨意更改此值可能會破壞原託管的 Lavalink 節點。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||
#: redbot/cogs/audio/core/commands/llset.py:392
|
||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點現在將接受 {host} 上的連接。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
||||
#, docstring
|
||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||
@@ -2161,13 +2164,13 @@ msgstr "設置託管 Lavalink 節點的連接密碼。\n\n"
|
||||
" 默認數值為“youshallnotpass”。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||
#: redbot/cogs/audio/core/commands/llset.py:416
|
||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點現在將接受 {password} 作為授權令牌。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||
#: redbot/cogs/audio/core/commands/llset.py:430
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||
@@ -2178,17 +2181,17 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的連接端口。\n\n"
|
||||
" 默認數值為“2333”。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||
#: redbot/cogs/audio/core/commands/llset.py:440
|
||||
msgid "The port must be between 1024 and 49151."
|
||||
msgstr "端口必須介於 1024 和 49151 之間。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||
#: redbot/cogs/audio/core/commands/llset.py:447
|
||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點現在將接受 {port} 上的連接。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||
#: redbot/cogs/audio/core/commands/llset.py:459
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||
@@ -2197,7 +2200,7 @@ msgstr "`Dangerous command` 打開/關閉音頻來源。\n\n"
|
||||
" 默認情況下,所有源都已啟用,您應該只在被開發人員建議的情況下使用此處的命令來禁用特定源,在沒有相關知識的情況下禁用源可能會導致Audio中斷損壞。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||
#: redbot/cogs/audio/core/commands/llset.py:466
|
||||
#, docstring
|
||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||
@@ -2206,19 +2209,19 @@ msgstr "打開或關閉 HTTP 直接 URL 使用。\n\n"
|
||||
" 此用於允許從直接 HTTP 直播播放(這不影響其他源的直接 URL 播放)。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許直接從 URL 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再直接從 URL 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||
#: redbot/cogs/audio/core/commands/llset.py:493
|
||||
#, docstring
|
||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||
@@ -2227,19 +2230,19 @@ msgstr "打開或關閉 Bandcamp 來源。\n\n"
|
||||
" 此切換控制開關所有 Bandcamp 相關來源內容的播放。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從 Bandcamp 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從 Bandcamp 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||
#: redbot/cogs/audio/core/commands/llset.py:520
|
||||
#, docstring
|
||||
msgid "Toggle local file usage on or off.\n\n"
|
||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||
@@ -2248,19 +2251,19 @@ msgstr "啟用或關閉本地文件使用。\n\n"
|
||||
" 此切換控制所有本地軌道內容的播放,通常位於“localtracks”文件夾中。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
||||
msgid "Managed node will allow playback from local files.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從本地文件播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
||||
msgid "Managed node will not play from local files anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從本地文件播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||
#: redbot/cogs/audio/core/commands/llset.py:547
|
||||
#, docstring
|
||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||
@@ -2269,19 +2272,19 @@ msgstr "啟用或關閉 Soundcloud 來源。\n\n"
|
||||
" 此切換控制所有 SoundCloud 相關內容的播放。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從 Soundcloud 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從 Soundcloud 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||
#: redbot/cogs/audio/core/commands/llset.py:574
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||
@@ -2290,19 +2293,19 @@ msgstr "`Dangerous command` 打開或關閉 YouTube 來源(包括 Spotify)。\n\
|
||||
" 此切換控制所有 YouTube 和 Spotify 相關內容的播放。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從 YouTube 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從 YouTube 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||
#: redbot/cogs/audio/core/commands/llset.py:601
|
||||
#, docstring
|
||||
msgid "Toggle Twitch source on or off.\n\n"
|
||||
" This toggle controls the playback of all Twitch related content.\n"
|
||||
@@ -2311,19 +2314,19 @@ msgstr "打開或關閉 Twitch 來源。\n\n"
|
||||
" 此切換控制所有 Twitch 相關內容的播放。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從 Twitch 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從 Twitch 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||
#: redbot/cogs/audio/core/commands/llset.py:628
|
||||
#, docstring
|
||||
msgid "Toggle Vimeo source on or off.\n\n"
|
||||
" This toggle controls the playback of all Vimeo related content.\n"
|
||||
@@ -2332,19 +2335,19 @@ msgstr "打開或關閉 Vimeo 來源。\n\n"
|
||||
" 此切換控制所有 Vimeo 相關內容的播放。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將允許從 Vimeo 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||
#: redbot/cogs/audio/core/commands/llset.py:647
|
||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "託管節點將不再從 Vimeo 播放。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2353,18 +2356,18 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點幀緩衝區大小。\n\
|
||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||
#: redbot/cogs/audio/core/commands/llset.py:668
|
||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||
#: redbot/cogs/audio/core/commands/llset.py:674
|
||||
#: redbot/cogs/audio/core/commands/llset.py:705
|
||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||
"Run `{p}{cmd}` for it to take effect."
|
||||
msgstr "受管節點的 bufferDurationMs 設置為 {milliseconds}。\n\n"
|
||||
"運行 `{p}{cmd}` 使其生效。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
||||
#, docstring
|
||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||
@@ -2373,11 +2376,11 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點 JDA-NAS 緩衝區大小
|
||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||
#: redbot/cogs/audio/core/commands/llset.py:699
|
||||
msgid "The lowest value the buffer may be is 100ms."
|
||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||
|
||||
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||
#: redbot/cogs/audio/core/commands/llset.py:717
|
||||
#, docstring
|
||||
msgid "Reset all `llset` changes back to their default values."
|
||||
msgstr "將所有 `llset` 更改重置為默認值。"
|
||||
|
||||
@@ -40,10 +40,10 @@ HUMANIZED_PERM = {
|
||||
"add_reactions": _("Add Reactions"),
|
||||
"view_audit_log": _("View Audit Log"),
|
||||
"priority_speaker": _("Priority Speaker"),
|
||||
"stream": _("Go Live"),
|
||||
"stream": _("Video"),
|
||||
"read_messages": _("Read Text Channels & See Voice Channels"),
|
||||
"send_messages": _("Send Messages"),
|
||||
"send_tts_messages": _("Send TTS Messages"),
|
||||
"send_tts_messages": _("Send Text-to-speech Messages"),
|
||||
"manage_messages": _("Manage Messages"),
|
||||
"embed_links": _("Embed Links"),
|
||||
"attach_files": _("Attach Files"),
|
||||
@@ -70,12 +70,16 @@ HUMANIZED_PERM = {
|
||||
"create_private_threads": _("Create Private Threads"),
|
||||
"external_stickers": _("Use External Stickers"),
|
||||
"send_messages_in_threads": _("Send Messages in Threads"),
|
||||
"start_embedded_activities": _("Start Activities"),
|
||||
"moderate_members": _("Moderate Member"),
|
||||
"use_embedded_activities": _("Use Activities"),
|
||||
"moderate_members": _("Time out members"),
|
||||
"view_creator_monetization_analytics": _("View Creator Monetization Analytics"),
|
||||
"use_soundboard": _("Use Soundboard"),
|
||||
"create_expressions": _("Create Expressions"),
|
||||
"create_events": _("Create Events"),
|
||||
"use_external_sounds": _("Use External Sounds"),
|
||||
"send_voice_messages": _("Send Voice Messages"),
|
||||
"send_polls": _("Create Polls"),
|
||||
"use_external_apps": _("Use External Apps"),
|
||||
}
|
||||
|
||||
DANGEROUS_COMMANDS = {
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "تمكين"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "معطل"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "بيئة غير صالحة"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Povoleno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Zakázáno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/da-DK.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/de-DE.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Priorisierter Sprecher"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Auf Sendung gehen"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Nachrichten senden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "TTS Nachrichten senden"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,132 +176,148 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Nachrichten in Threads senden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Starte Aktivitäten"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Mitglied moderieren"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Soundboard verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr "Ausdrücke erstellen"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Externe Sounds verwenden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Sprachnachrichten senden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
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:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
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:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Aktiviert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktiviert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "Sie sollten diesen Kommand nicht nutzen."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -311,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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Argument kann nicht analysiert werden"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Ungültiges Argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Ungültige Umgebung"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr "Die Verbindung zum Lavalink Knoten ist verloren gegangen."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Keine Player verfügbar"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/es-ES.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Orador prioritario"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Transmitir en directo"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Enviar mensajes"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Enviar mensajes TTS"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,132 +176,148 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Enviar mensajes en hilos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Iniciar actividades"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Moderar miembro"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Usar panel de sonidos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr "Crear Expresiones"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Usar sonidos externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Enviar mensajes de voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
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:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
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:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Activado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Desactivado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "No deberías estar ejecutando este comando."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -311,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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "No se puede analizar el argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Argumento no válido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Entorno no válido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
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:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Jugador no disponible"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Hubo un problema de comunicación con Discord."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Este error ha sido reportado al propietario del bot."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Käytössä"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Ei käytössä"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Argumentin käsittely epäonnistui"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Virheellinen argumentti"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Virheellinen ympäristö"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Toistinta ei saatavilla"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr "Botti ei ole yhdistettynä puhekanavaan."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Ongelma Discordin kanssa kommunikoitaessa."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Voix prioritaire"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Passer en direct"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Envoyer des messages"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Envoyer des messages TTS"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Envoyer des messages dans des fils de discussion"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Commencer les activités"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Membres Modérateurs"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Utiliser le soundboard"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr "Créer des expressions"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Utiliser des sons externes"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Envoyer des messages vocaux"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Activé"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Désactivé"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Impossible d'analyser l'argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Argument invalide"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Environnement invalide"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr "La connexion avec Lavalink a été perdue."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Aucun lecteur audio disponible"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
114
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
114
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Prioritetni zvučnik"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Pokreni pozornicu"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Slanje poruka"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Slanje Tekst u govor (TTS) poruka"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,132 +176,148 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
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:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivirano"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktivirano"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "Ne biste trebali pokretati ovu naredbu."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -311,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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Nije moguće obradit argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Neispravan Argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Neispravno Okruženje"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr "Veza s Lavalinkom je izgubljena."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Nema dostupnog Playera"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr "Bot nije spojen na glasovni kanal."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Greška je prijavljena vlasniku bota."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Letiltva"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/id-ID.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Diaktifkan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Dinonaktifkan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/it-IT.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Abilitato"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Disabilitato"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
114
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
114
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "優先スピーカー"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "メッセージを送信"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "TTS メッセージを送信"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "활성화됨"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "비활성화됨"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "DJ역할을 찾지 못했습니다. DJ역할을 비활성화합니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr "`{user_input}` 은 `{command}`의 적합한 값이 아니에요"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "인수룰 구분할 수 없습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "잘못된 인수입니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr "`{}`에 대해 제공 한 인수가 유효하지 않습니다.`{}`를 예상했습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "잘못된 환경입니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "사용가능한 플레이어가 없습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr "봇이 음성체널에 접속해 있지 않아요."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr "트랙을 찾을수 없습니다"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "디스코드와 통신하는데 문제가 있습니다."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Prioritert taler"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Gå Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Send Meldinger"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Send TTS-meldinger"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Send meldinger i tråder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Start aktiviteter"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Moderat medlem"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktivert"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Kan ikke analysere argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Ugyldig Argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Ugyldig miljø"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Ingen spiller tilgjengelig"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Det var et problem som kommuniserte med Discord."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Denne feilen er rapportert til bot eieren."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Ingeschakeld"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Uitgeschakeld"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Priorytetowy rozmówca"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Nadawaj"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Wysyłanie wiadomości"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Wysyłanie wiadomości TTS"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,132 +176,148 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Wyślij wiadomości w wątkach"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Rozpocznij aktywność"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Moderacja użytkownika"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
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:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
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:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Włączone"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Wyłączone"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -311,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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Nie można przeanalizować argumentu"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Nieprawidłowy argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Nieprawidłowe środowisko"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
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:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Brak dostępnego odtwarzacza"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Wystąpił problem z komunikacją z Discordem."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Habilitado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Desabilitado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Não foi possível analisar o argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Argumento inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Ambiente inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Nenhum reprodutor disponível"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Este erro foi reportado ao proprietário do bot."
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Voz prioritária"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Entrar em direto"
|
||||
msgid "Video"
|
||||
msgstr "Vídeo"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Enviar mensagens"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Enviar Mensagens TTS"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr "Envia mensagens de conversão de texto em voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,131 +176,147 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Enviar Mensagens em Tópicos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Iniciar Atividades"
|
||||
msgid "Use Activities"
|
||||
msgstr "Usar Atividades"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Moderar Membro"
|
||||
msgid "Time out members"
|
||||
msgstr "Castigar membros"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr "Visualizar a Análise da Monetização do Criador"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Usar Soundboard"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr "Criar expressões"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr "Criar Eventos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Usar Sons Externos"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Enviar Mensagens de Voz"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr "Criar Votações"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
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:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
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:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Ativado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Desactivado"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "Você não deve estar executando este comando."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -310,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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Incapaz de analisar Argumento"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Argumento Inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Ambiente inválido"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
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:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Nenhum jogador disponível"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Este erro foi denunciado ao dono do bot."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Включено"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Отключено"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "Роль DJ не найдена. Отключение режима DJ."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr "`{user_input}` не является допустимым значением для `{command}`"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Не удается разобрать аргумент"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Недопустимый аргумент"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr "Аргумент, который вы привели для `{}`, недействителен: Я ожидал `{}`."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Неверное окружение"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Нет доступных проигрывателей"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr "Бот не подключен к голосовому каналу."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr "Не удается получить трек"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Возникла проблема со связью с Discord."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Об этой ошибке было сообщено владельцу бота."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Aktivované"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Deaktivované"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Žiaden prehrávač nie je dostupný"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Vyskytla sa chyba pri komunikácii s Discordom."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
||||
|
||||
|
||||
112
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
112
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
@@ -1,14 +1,14 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: redgettext 3.4.2\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Crowdin-Project: red-discordbot\n"
|
||||
"X-Crowdin-Project-ID: 289505\n"
|
||||
"X-Crowdin-Language: sl\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Omogočeno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Onemogočeno"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "DJ rola ne obstaja. Izklapljam DJ način."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Argumenta ni mogoče razčleniti"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Neveljaven argument"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Neveljavno okolje"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Na voljo ni noben predvajalnik"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Napaka je bila posredovana lastniku bota."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
124
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
124
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "Öncelikli Hoparlör"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "Yayına başla"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "Mesaj Gönder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "Sesli Mesaj Gönder"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -141,7 +141,7 @@ msgstr "Webhook'ları Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||
msgid "Manage Expressions"
|
||||
msgstr ""
|
||||
msgstr "İfadeleri Yönet"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||
msgid "Use Application Commands"
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr "Alt Başlıklarda Mesaj Gönder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "Aktivite Başlat"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "Üyeleri Yönet"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
msgid "Use Soundboard"
|
||||
msgstr "Ses Panelini Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
msgid "Create Expressions"
|
||||
msgstr "İfade Oluştur"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr "Dış Ses Kullan"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "Sesli Mesaj Gönder"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Etkinleştirildi"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Devre dışı bırakıldı"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "Bu komutu çalıştırmamalısın."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
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:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Değişken işlenemedi"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Geçersiz argüment"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "Geçersiz Ortam"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
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:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Kullanılabilir müzik çalar yok"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "Discord ile haberleşirken sorun oluştu."
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "Hata bot sahibine bildirildi."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,190 +176,206 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "Đã bật"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "Đã tắt"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
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:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "Không thể đối chiếu cú pháp"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "Giá trị không hợp lệ"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
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:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "Tôi chưa bật trình phát nhạc"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
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:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: 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:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
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:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
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."
|
||||
|
||||
|
||||
110
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
110
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,7 +56,7 @@ msgid "Priority Speaker"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
@@ -68,7 +68,7 @@ msgid "Send Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
@@ -176,189 +176,205 @@ msgid "Send Messages in Threads"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "Use Soundboard"
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Create Expressions"
|
||||
msgid "Use Soundboard"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Use External Sounds"
|
||||
msgid "Create Expressions"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "已启用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "已禁用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
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:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr ""
|
||||
|
||||
|
||||
118
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
118
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: 2023-06-20 09:30+0000\n"
|
||||
"POT-Creation-Date: 2024-07-10 18:37+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -56,8 +56,8 @@ msgid "Priority Speaker"
|
||||
msgstr "優先發言者"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||
msgid "Go Live"
|
||||
msgstr "開始直播"
|
||||
msgid "Video"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||
msgid "Read Text Channels & See Voice Channels"
|
||||
@@ -68,8 +68,8 @@ msgid "Send Messages"
|
||||
msgstr "發送訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||
msgid "Send TTS Messages"
|
||||
msgstr "傳送文字朗讀訊息"
|
||||
msgid "Send Text-to-speech Messages"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||
msgid "Manage Messages"
|
||||
@@ -176,132 +176,148 @@ msgid "Send Messages in Threads"
|
||||
msgstr "在討論串中傳送訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||
msgid "Start Activities"
|
||||
msgstr "開始活動"
|
||||
msgid "Use Activities"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||
msgid "Moderate Member"
|
||||
msgstr "版主成員"
|
||||
msgid "Time out members"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||
msgid "View Creator Monetization Analytics"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
msgid "Use Soundboard"
|
||||
msgstr "使用音效板"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
msgid "Create Expressions"
|
||||
msgstr "新增表示式"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
msgid "Create Events"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||
msgid "Use External Sounds"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||
msgid "Send Voice Messages"
|
||||
msgstr "傳送語音訊息"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||
msgid "Create Polls"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||
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 ""
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||
#: redbot/cogs/audio/core/events/dpy.py:92
|
||||
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:93
|
||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
||||
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:98
|
||||
#: redbot/cogs/audio/core/events/dpy.py:102
|
||||
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:101
|
||||
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||
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:105
|
||||
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||
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:108
|
||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
||||
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:111
|
||||
#: redbot/cogs/audio/core/events/dpy.py:115
|
||||
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:116
|
||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||
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:120
|
||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||
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:124
|
||||
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||
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:134
|
||||
#: redbot/cogs/audio/core/events/dpy.py:138
|
||||
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:139
|
||||
#: redbot/cogs/audio/core/events/dpy.py:143
|
||||
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:144
|
||||
#: redbot/cogs/audio/core/events/dpy.py:148
|
||||
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:149
|
||||
#: redbot/cogs/audio/core/events/dpy.py:153
|
||||
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:154
|
||||
#: redbot/cogs/audio/core/events/dpy.py:158
|
||||
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:159
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||
msgstr "此設置控制受管節點的幀緩衝區,除非有官方指示,否則不要更改此設置。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||
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:167
|
||||
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||
msgid "This command will reset every setting changed by `[p]llset`."
|
||||
msgstr "此指令將重置由 `[p]llset` 更改的所有設定值。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||
#: redbot/cogs/audio/core/events/dpy.py:188
|
||||
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:206
|
||||
#: redbot/cogs/audio/core/events/dpy.py:210
|
||||
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:232
|
||||
#: redbot/cogs/audio/core/events/dpy.py:236
|
||||
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:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Enabled"
|
||||
msgstr "已啟用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||
#: redbot/cogs/audio/core/events/dpy.py:243
|
||||
msgid "Disabled"
|
||||
msgstr "已停用"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||
#: redbot/cogs/audio/core/events/dpy.py:274
|
||||
msgid "You should not be running this command."
|
||||
msgstr "您不應該使用此指令。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||
#: redbot/cogs/audio/core/events/dpy.py:277
|
||||
msgid "\n"
|
||||
"{template}\n"
|
||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||
@@ -311,58 +327,58 @@ msgstr "\n"
|
||||
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
||||
"{confirm_token}"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||
#: redbot/cogs/audio/core/events/dpy.py:321
|
||||
msgid "No DJ role found. Disabling DJ mode."
|
||||
msgstr "沒有找到DJ身分組。 自動停用DJ模式中。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||
msgstr "`{user_input}` 不是 `{command}` 的有效數值"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||
msgid "Unable To Parse Argument"
|
||||
msgstr "無法分析參數"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||
#: redbot/cogs/audio/core/events/dpy.py:351
|
||||
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||
msgid "Invalid Argument"
|
||||
msgstr "無效的參數"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||
msgstr "您為 `{}` 提供的參數無效:我支持的是 `{}`。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||
#: redbot/cogs/audio/core/events/dpy.py:370
|
||||
msgid "Invalid Environment"
|
||||
msgstr "無效的環境。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
||||
msgid "Connection to Lavalink node has been lost."
|
||||
msgstr "與 Lavalink 節點的連接已丟失。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||
msgid "No Player Available"
|
||||
msgstr "沒有可用的播放器"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
||||
msgid "The bot is not connected to a voice channel."
|
||||
msgstr "機器人未連接到語音頻道。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||
msgid "Unable to Get Track"
|
||||
msgstr "無法獲取歌曲。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||
#: redbot/cogs/audio/core/events/dpy.py:389
|
||||
#: 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:396
|
||||
#: redbot/cogs/audio/core/events/dpy.py:400
|
||||
msgid "There was an issue communicating with Discord."
|
||||
msgstr "與 Discord 通信時出現問題。"
|
||||
|
||||
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||
#: redbot/cogs/audio/core/events/dpy.py:401
|
||||
msgid "This error has been reported to the bot owner."
|
||||
msgstr "此錯誤已報告給機器人所有者。"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-04-20 21:18+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-04-20 21:18+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-04-20 21:18+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-04-20 21:18+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-04-20 21:18+0000\n"
|
||||
"POT-Creation-Date: 2024-08-07 20:36+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user