mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
Compare commits
36 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1c5f4a8e4 | ||
|
|
b7b21a06c8 | ||
|
|
dc82ef758f | ||
|
|
e50b32cc27 | ||
|
|
224d89c6ff | ||
|
|
866728371b | ||
|
|
1747d901d1 | ||
|
|
e87896815c | ||
|
|
0f7a3bf6f8 | ||
|
|
0a040ad8e3 | ||
|
|
a97cd64f48 | ||
|
|
a1a44bf1cc | ||
|
|
48ec2dfee0 | ||
|
|
91f7f9ebf4 | ||
|
|
a7ec40664e | ||
|
|
0089380bfd | ||
|
|
ffcf104dfc | ||
|
|
08c29d780b | ||
|
|
7c36709f76 | ||
|
|
80f0a297a9 | ||
|
|
a94f0d03dd | ||
|
|
ac9149870e | ||
|
|
f850ded822 | ||
|
|
06b87368f6 | ||
|
|
af65b73fb2 | ||
|
|
0feacee7f2 | ||
|
|
4aa84a5d22 | ||
|
|
c95d526bc6 | ||
|
|
b77afeed34 | ||
|
|
7db2ba556d | ||
|
|
bd0955ac44 | ||
|
|
0d650f6765 | ||
|
|
8b2c6226f6 | ||
|
|
252951c706 | ||
|
|
532ac6cfa9 | ||
|
|
868059f062 |
2
.github/workflows/auto_labeler.yml
vendored
2
.github/workflows/auto_labeler.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Apply Triage Label
|
- name: Apply Triage Label
|
||||||
uses: actions/github-script@0.4.0
|
uses: actions/github-script@v3
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
2
.github/workflows/lint_python.yaml
vendored
2
.github/workflows/lint_python.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
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://gitlab.com/pycqa/flake8@3.7.9#egg=flake8"
|
- 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://gitlab.com/pycqa/flake8@3.7.9#egg=flake8"
|
||||||
|
|||||||
5
.github/workflows/publish_crowdin.yml
vendored
5
.github/workflows/publish_crowdin.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make download_translations
|
make download_translations
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v2
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: Automated Crowdin downstream
|
commit-message: Automated Crowdin downstream
|
||||||
@@ -47,3 +47,4 @@ jobs:
|
|||||||
Please ensure that there are no errors or invalid files are in the PR.
|
Please ensure that there are no errors or invalid files are in the PR.
|
||||||
labels: "Automated PR, Category: i18n, Changelog Entry: Skipped"
|
labels: "Automated PR, Category: i18n, Changelog Entry: Skipped"
|
||||||
branch: "automated/i18n"
|
branch: "automated/i18n"
|
||||||
|
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
||||||
|
|||||||
2
.github/workflows/publish_pypi.yml
vendored
2
.github/workflows/publish_pypi.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
- name: Install tox
|
- name: Install tox
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ env.ref }}
|
ref: ${{ env.ref }}
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python_version }}
|
python-version: ${{ matrix.python_version }}
|
||||||
- name: Install tox
|
- name: Install tox
|
||||||
|
|||||||
BIN
docs/.resources/cog_manager_ui/cog-path.png
Normal file
BIN
docs/.resources/cog_manager_ui/cog-path.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
docs/.resources/cog_manager_ui/custom-cog-example.png
Normal file
BIN
docs/.resources/cog_manager_ui/custom-cog-example.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -1,5 +1,106 @@
|
|||||||
.. 3.4.x Changelogs
|
.. 3.4.x Changelogs
|
||||||
|
|
||||||
|
Redbot 3.4.3 (2020-11-16)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`KianBral`, :ghuser:`maxbooiii`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
1. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
Red 3.4.3 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.1.4_1132>`__.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Core Bot
|
||||||
|
********
|
||||||
|
|
||||||
|
- Added ``[p]set competing`` command that allows users to set the bot's competing status (:issue:`4607`, :issue:`4609`)
|
||||||
|
|
||||||
|
Audio
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Volume changes on ARM systems running a 64 bit OS will now work again (:issue:`4608`)
|
||||||
|
- Fixed only 100 results being returned on a Youtube playlist (:issue:`4608`)
|
||||||
|
- Fixed YouTube VOD duration being set to unknown (:issue:`3885`, :issue:`4608`)
|
||||||
|
- Fixed some YouTube livestreams getting stuck (:issue:`4608`)
|
||||||
|
- Fixed internal Lavalink manager failing for Java with untypical version formats (:issue:`4608`)
|
||||||
|
- Improved AAC audio handling (:issue:`4608`)
|
||||||
|
- Added support for SoundCloud HLS streams (:issue:`4608`)
|
||||||
|
|
||||||
|
Economy
|
||||||
|
*******
|
||||||
|
|
||||||
|
- The ``[p]leaderboard`` command no longer fails in DMs when a global bank is used (:issue:`4569`)
|
||||||
|
|
||||||
|
Mod
|
||||||
|
***
|
||||||
|
|
||||||
|
- The ban reason is now properly set in the audit log and modlog when using the ``[p]massban`` command (:issue:`4575`)
|
||||||
|
- The ``[p]userinfo`` command now shows the new Competing activity (:issue:`4610`, :issue:`4611`)
|
||||||
|
|
||||||
|
Modlog
|
||||||
|
******
|
||||||
|
|
||||||
|
- The ``[p]case`` and ``[p]casesfor`` commands no longer fail when the bot doesn't have Read Message History permission in the modlog channel (:issue:`4587`, :issue:`4588`)
|
||||||
|
|
||||||
|
Mutes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fixed automatic remuting on member join for indefinite mutes (:issue:`4568`)
|
||||||
|
|
||||||
|
Trivia
|
||||||
|
******
|
||||||
|
|
||||||
|
- ``[p]triviaset custom upload`` now ensures that the filename is lowercase when uploading (:issue:`4594`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- ``modlog.get_case()`` and methods using it no longer raise when the bot doesn't have Read Message History permission in the modlog channel (:issue:`4587`, :issue:`4588`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Added `guide for Cog Manager UI <cogmanagerui>` (:issue:`4152`)
|
||||||
|
- Added `cog guide for CustomCommands cog <customcommands>` (:issue:`4490`)
|
||||||
|
|
||||||
|
|
||||||
|
Redbot 3.4.2 (2020-10-28)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
1. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
Red 3.4.2 uses a new Lavalink jar that you will need to manually update from `our GitHub <https://github.com/Cog-Creators/Lavalink-Jars/releases/tag/3.3.1.4_1128>`__.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- **Core Bot** - Added info about the metadata file to ``redbot --debuginfo`` (:issue:`4557`)
|
||||||
|
- **Audio** - Fixed the ``[p]local search`` command (:issue:`4553`)
|
||||||
|
- **Audio** - Fixed random "Something broke when playing the track." errors for YouTube tracks (:issue:`4559`)
|
||||||
|
- **Audio** - Commands in ``[p]llset`` group can now be used in DMs (:issue:`4562`)
|
||||||
|
- **Mod** - Fixed ``[p]massban`` not working for banning members that are in the server (:issue:`4556`, :issue:`4555`)
|
||||||
|
- **Streams** - Added error messages when exceeding the YouTube quota in the Streams cog (:issue:`4552`)
|
||||||
|
- **Streams** - Improved logging for unexpected errors in the Streams cog (:issue:`4552`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Added `cog guide for Cleanup cog <cleanup>` (:issue:`4488`)
|
||||||
|
- Removed multi-line commands from `install_linux_mac` to avoid confusing readers (:issue:`4550`)
|
||||||
|
|
||||||
|
|
||||||
Redbot 3.4.1 (2020-10-27)
|
Redbot 3.4.1 (2020-10-27)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@@ -10,11 +111,11 @@ Read before updating
|
|||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
1. This release fixes a security issue in Mod cog. See `Security changelog below <important-341-2>` for more information.
|
1. This release fixes a security issue in Mod cog. See `Security changelog below <important-341-2>` for more information.
|
||||||
2. This Red update bumps discord.py to version 1.5.1, which explicitly requests Discord intents. Red requires all Prvileged Intents to be enabled. More information can be found at :ref:`enabling-privileged-intents`.
|
2. This Red update bumps discord.py to version 1.5.1, which explicitly requests Discord intents. Red requires all Privileged Intents to be enabled. More information can be found at :ref:`enabling-privileged-intents`.
|
||||||
3. Mutes functionality has been moved from the Mod cog to a new separate cog (Mutes) featuring timed and role-based mutes. If you were using it (or want to start now), you can load the new cog with ``[p]load mutes``. You can see the full `Mutes changelog below <important-341-1>`.
|
3. Mutes functionality has been moved from the Mod cog to a new separate cog (Mutes) featuring timed and role-based mutes. If you were using it (or want to start now), you can load the new cog with ``[p]load mutes``. You can see the full `Mutes changelog below <important-341-1>`.
|
||||||
4. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
4. 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 `application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/blob/3.4.1/redbot/cogs/audio/data/application.yml>`_ and you should update your instance's ``application.yml`` appropriately.
|
We've updated our `application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/blob/3.4.1/redbot/cogs/audio/data/application.yml>`__ and you should update your instance's ``application.yml`` appropriately.
|
||||||
Please ensure that the WS port in Audio's settings (``[p]llset wsport``) is set to the port from the ``application.yml``.
|
Please ensure that the WS port in Audio's settings (``[p]llset wsport``) is set to the port from the ``application.yml``.
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -27,7 +128,7 @@ Security
|
|||||||
|
|
||||||
**NOTE:** If you can't update immediately, we recommend globally disabling the affected command until you can.
|
**NOTE:** If you can't update immediately, we recommend globally disabling the affected command until you can.
|
||||||
|
|
||||||
- **Mod** - Fixed unauthorized privilege escalation exploit in ``[p]massban`` (also called ``[p]hackban``) command. Full security advisory `can be found on our GitHub <https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-mp9m-g7qj-6vqr>`_.
|
- **Mod** - Fixed unauthorized privilege escalation exploit in ``[p]massban`` (also called ``[p]hackban``) command. Full security advisory `can be found on our GitHub <https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-mp9m-g7qj-6vqr>`__.
|
||||||
|
|
||||||
Core Bot
|
Core Bot
|
||||||
********
|
********
|
||||||
@@ -308,7 +409,7 @@ Breaking changes
|
|||||||
|
|
||||||
- `Context.maybe_send_embed()` now supresses all mentions, including user mentions (:issue:`4192`)
|
- `Context.maybe_send_embed()` now supresses all mentions, including user mentions (:issue:`4192`)
|
||||||
- The default value of the ``filter`` keyword argument has been changed to ``None`` (:issue:`3845`)
|
- The default value of the ``filter`` keyword argument has been changed to ``None`` (:issue:`3845`)
|
||||||
- Cog package names (i.e. name of the folder the cog is in and the name used when loading the cog) now have to be `valid Python identifiers <https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`_ (:issue:`3605`, :issue:`3679`)
|
- Cog package names (i.e. name of the folder the cog is in and the name used when loading the cog) now have to be `valid Python identifiers <https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`__ (:issue:`3605`, :issue:`3679`)
|
||||||
- Method/attribute names starting with ``red_`` or being in the form of ``__red_*__`` are now reserved. See `version_guarantees` for more information (:issue:`4085`)
|
- Method/attribute names starting with ``red_`` or being in the form of ``__red_*__`` are now reserved. See `version_guarantees` for more information (:issue:`4085`)
|
||||||
- `humanize_list()` no longer raises `IndexError` for empty sequences (:issue:`2982`)
|
- `humanize_list()` no longer raises `IndexError` for empty sequences (:issue:`2982`)
|
||||||
- Removed things past deprecation time: (:issue:`4163`)
|
- Removed things past deprecation time: (:issue:`4163`)
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
.. CustomCommands Cog Reference
|
.. CustomCommands Cog Reference
|
||||||
|
.. _cog_customcom:
|
||||||
|
|
||||||
============================
|
============================
|
||||||
CustomCommands Cog Reference
|
CustomCommands Cog Reference
|
||||||
|
|||||||
296
docs/cog_guides/cleanup.rst
Normal file
296
docs/cog_guides/cleanup.rst
Normal file
@@ -0,0 +1,296 @@
|
|||||||
|
.. _cleanup:
|
||||||
|
|
||||||
|
=======
|
||||||
|
Cleanup
|
||||||
|
=======
|
||||||
|
|
||||||
|
This is the cog guide for the cleanup cog. You will
|
||||||
|
find detailed docs about usage and commands.
|
||||||
|
|
||||||
|
``[p]`` is considered as your prefix.
|
||||||
|
|
||||||
|
.. note:: To use this cog, load it by typing this::
|
||||||
|
|
||||||
|
[p]load cleanup
|
||||||
|
|
||||||
|
.. _cleanup-usage:
|
||||||
|
|
||||||
|
-----
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
This cog contains commands used for "cleaning up" (deleting) messages.
|
||||||
|
|
||||||
|
This is designed as a moderator tool and offers many convenient use cases.
|
||||||
|
All cleanup commands only apply to the channel the command is executed in.
|
||||||
|
|
||||||
|
Messages older than two weeks cannot be mass deleted.
|
||||||
|
This is a limitation of the API.
|
||||||
|
|
||||||
|
|
||||||
|
.. _cleanup-commands:
|
||||||
|
|
||||||
|
--------
|
||||||
|
Commands
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup:
|
||||||
|
|
||||||
|
^^^^^^^
|
||||||
|
cleanup
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Base command for deleting messages.
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-after:
|
||||||
|
|
||||||
|
"""""""""""""
|
||||||
|
cleanup after
|
||||||
|
"""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup after <message_id> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete all messages after a specified message.
|
||||||
|
|
||||||
|
To get a message id, enable developer mode in Discord's
|
||||||
|
settings, 'appearance' tab. Then right click a message
|
||||||
|
and copy its id.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<message_id>`` The id of the message to cleanup after. This message won't be deleted.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-before:
|
||||||
|
|
||||||
|
""""""""""""""
|
||||||
|
cleanup before
|
||||||
|
""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup before <message_id> <number> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Deletes X messages before the specified message.
|
||||||
|
|
||||||
|
To get a message id, enable developer mode in Discord's
|
||||||
|
settings, 'appearance' tab. Then right click a message
|
||||||
|
and copy its id.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<message_id>`` The id of the message to cleanup before. This message won't be deleted.
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-between:
|
||||||
|
|
||||||
|
"""""""""""""""
|
||||||
|
cleanup between
|
||||||
|
"""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup between <one> <two> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete the messages between Message One and Message Two, providing the messages IDs.
|
||||||
|
|
||||||
|
The first message ID should be the older message and the second one the newer.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]cleanup between 123456789123456789 987654321987654321``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<one>`` The id of the message to cleanup after. This message won't be deleted.
|
||||||
|
- ``<two>`` The id of the message to cleanup before. This message won't be deleted.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-bot:
|
||||||
|
|
||||||
|
"""""""""""
|
||||||
|
cleanup bot
|
||||||
|
"""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup bot <number> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Clean up command messages and messages from the bot.
|
||||||
|
|
||||||
|
Can only cleanup custom commands and alias commands if those cogs are loaded.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-messages:
|
||||||
|
|
||||||
|
""""""""""""""""
|
||||||
|
cleanup messages
|
||||||
|
""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup messages <number> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete the last X messages.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]cleanup messages 26``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-self:
|
||||||
|
|
||||||
|
""""""""""""
|
||||||
|
cleanup self
|
||||||
|
""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup self <number> [match_pattern] [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Clean up messages owned by the bot.
|
||||||
|
|
||||||
|
By default, all messages are cleaned. If a second argument is specified,
|
||||||
|
it is used for pattern matching - only messages containing the given text will be deleted.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- ``[p]cleanup self 6``
|
||||||
|
- ``[p]cleanup self 10 Pong``
|
||||||
|
- ``[p]cleanup self 7 "" True``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<match_pattern>`` The text that messages must contain to be deleted. Use "" to skip this.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-spam:
|
||||||
|
|
||||||
|
""""""""""""
|
||||||
|
cleanup spam
|
||||||
|
""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup spam [number=50]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Deletes duplicate messages in the channel from the last X messages and keeps only one copy.
|
||||||
|
|
||||||
|
Defaults to 50.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<number>`` The number of messages to check for duplicates. Must be a positive integer.
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-text:
|
||||||
|
|
||||||
|
""""""""""""
|
||||||
|
cleanup text
|
||||||
|
""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup text <text> <number> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete the last X messages matching the specified text.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]cleanup text "test" 5``
|
||||||
|
|
||||||
|
Remember to use double quotes.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
|
|
||||||
|
.. _cleanup-command-cleanup-user:
|
||||||
|
|
||||||
|
""""""""""""
|
||||||
|
cleanup user
|
||||||
|
""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cleanup user <user> <number> [delete_pinned=False]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete the last X messages from a specified user.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- ``[p]cleanup user @Twentysix 2``
|
||||||
|
- ``[p]cleanup user Red 6``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<user>`` The user whose messages are to be cleaned up.
|
||||||
|
- ``<number>`` The max number of messages to cleanup. Must be a positive integer.
|
||||||
|
- ``<delete_pinned>`` Whether to delete pinned messages or not. Defaults to False
|
||||||
249
docs/cog_guides/cog_manager_ui.rst
Normal file
249
docs/cog_guides/cog_manager_ui.rst
Normal file
@@ -0,0 +1,249 @@
|
|||||||
|
.. _cogmanagerui:
|
||||||
|
|
||||||
|
==============
|
||||||
|
Cog Manager UI
|
||||||
|
==============
|
||||||
|
|
||||||
|
This is the cog guide for the core cog. You will
|
||||||
|
find detailed docs about usage and commands.
|
||||||
|
|
||||||
|
``[p]`` is considered as your prefix.
|
||||||
|
|
||||||
|
.. note:: This cog is not like the other cogs. It is loaded by default, not
|
||||||
|
included in the cogs paths and it cannot be unloaded. It contains needed
|
||||||
|
commands for cog management.
|
||||||
|
|
||||||
|
.. _cogmanaerui-usage:
|
||||||
|
|
||||||
|
-----
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
This cog allows you to manage your cogs and where you can install them. Unlike
|
||||||
|
V2, which had a ``cogs`` folder where everything was installed, you can
|
||||||
|
install V3 cogs everywhere, and also make them cross-compatible with other
|
||||||
|
instances!
|
||||||
|
|
||||||
|
If you want to install your cogs using a Github repo (usually what you will
|
||||||
|
always be looking for), you need to use the downloader cog. However, if you
|
||||||
|
have the files of a cog or want to code one, this cog is what you should be
|
||||||
|
looking for.
|
||||||
|
|
||||||
|
The most basic command is :ref:`paths <cogmanagerui-command-paths>`, which
|
||||||
|
will list you all of the currently set paths.
|
||||||
|
|
||||||
|
You can add a path by using the :ref:`addpath <cogmanagerui-command-addpath>`
|
||||||
|
command. All cogs in that path will be available for the bot and listed in
|
||||||
|
the :ref:`cogs <cogmanagerui-command-cogs>`. You can then load
|
||||||
|
or unload them.
|
||||||
|
|
||||||
|
.. TODO add ref to load and unload commands
|
||||||
|
|
||||||
|
.. _cogmanagerui-usage-installation:
|
||||||
|
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
How to install a local package without using downloader
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Let's suppose you made a cog request on the `cog board <https://cogboard.red>`_
|
||||||
|
and now you want to add your own cog to Red. You should have a folder that
|
||||||
|
looks like this:
|
||||||
|
|
||||||
|
.. image:: ../.resources/cog_manager_ui/custom-cog-example.png
|
||||||
|
|
||||||
|
You will first need to add a cog path to your instance. For that, use the
|
||||||
|
:ref:`addpath <cogmanagerui-command-addpath>` command with a new directory.
|
||||||
|
|
||||||
|
Create a folder somewhere (should stay accessible) and copy its path. A path
|
||||||
|
looks like this:
|
||||||
|
|
||||||
|
* Windows: ``C:\Users\username\Documents\MyCogs``
|
||||||
|
* macOS: ``/Users/username/Documents/MyCogs``
|
||||||
|
* Linux: ``/home/username/Documents/MyCogs``
|
||||||
|
|
||||||
|
You can now use the command we talked about before: type ``[p]addpath
|
||||||
|
<your_path>``.
|
||||||
|
|
||||||
|
.. attention:: A path shouldn't have spaces in it. If it does, add quotation
|
||||||
|
marks around the path, or a backslash before the space.
|
||||||
|
|
||||||
|
In that ``MyCogs`` folder, you can drop your cog folder. You should now have
|
||||||
|
something that looks like this:
|
||||||
|
|
||||||
|
.. image:: ../.resources/cog_manager_ui/cog-path.png
|
||||||
|
|
||||||
|
Now if you type ``[p]cogs``, your new cog should be listed, and you will be
|
||||||
|
able to load it!
|
||||||
|
|
||||||
|
.. _cogmanagerui-commands:
|
||||||
|
|
||||||
|
--------
|
||||||
|
Commands
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. note:: The whole cog is locked to the
|
||||||
|
:ref:`bot owner <getting-started-permissions>`. If you are not the owner
|
||||||
|
of the instance, you can ignore this.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-cogs:
|
||||||
|
|
||||||
|
^^^^
|
||||||
|
cogs
|
||||||
|
^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]cogs
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Returns a list of loaded and unloaded cogs on the bot.
|
||||||
|
|
||||||
|
Cogs are unloaded by default. This is where you can find your cogs if you
|
||||||
|
installed some recently.
|
||||||
|
|
||||||
|
All of the cogs located inside a cog path will be listed here. You can see a
|
||||||
|
list of the paths with the :ref:`paths <cogmanagerui-command-paths>` command.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-paths:
|
||||||
|
|
||||||
|
^^^^^
|
||||||
|
paths
|
||||||
|
^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]paths
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Lists the registered cog paths, with the install path for the downloader and
|
||||||
|
the core path for the core cogs.
|
||||||
|
|
||||||
|
.. TODO add ref to downloader
|
||||||
|
|
||||||
|
You can use the :ref:`reorderpath <cogmanagerui-command-reorderpath>` command
|
||||||
|
to reorder the listed paths.
|
||||||
|
|
||||||
|
.. tip:: The number before a cog path can be used for the
|
||||||
|
:ref:`removepath <cogmanagerui-command-removepath>` command.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-addpath:
|
||||||
|
|
||||||
|
^^^^^^^
|
||||||
|
addpath
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]addpath <path>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Adds a path to the list of available cog paths. This means that all valid cogs
|
||||||
|
under the path will be added to the list of available cogs, listed in
|
||||||
|
:ref:`cogs <cogmanagerui-command-cogs>`.
|
||||||
|
|
||||||
|
**Arguments**
|
||||||
|
|
||||||
|
* ``<path>``: A path that should look like this and point to a folder:
|
||||||
|
|
||||||
|
* Windows: ``C:\Users\username\Documents\MyCogs``
|
||||||
|
* macOS: ``/Users/username/Documents/MyCogs``
|
||||||
|
* Linux: ``/home/username/Documents/MyCogs``
|
||||||
|
|
||||||
|
Try to avoid paths with spaces. If there are spaces, add a backslash before
|
||||||
|
the space on Linux. Add quotation marks around the path if needed.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-removepath:
|
||||||
|
|
||||||
|
^^^^^^^^^^
|
||||||
|
removepath
|
||||||
|
^^^^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]removepath <path_number>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Removes a path from the list of available paths. Its cogs won't be accessible
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
**Arguments**
|
||||||
|
|
||||||
|
* ``<path_number>``: The number of the path to remove. You can get it with
|
||||||
|
the :ref:`paths <cogmanagerui>` command.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-reorderpath:
|
||||||
|
|
||||||
|
^^^^^^^^^^^
|
||||||
|
reorderpath
|
||||||
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]reorderpath <from\_> <to>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Reorders the paths listed with the :ref:`paths <cogmanagerui-command-paths>`
|
||||||
|
command. The goal of this command is to allow the discovery of different cogs.
|
||||||
|
If there are multiple packages with the same names, the one that is inside the
|
||||||
|
highest folder in the list will be kept and the other ones will be ignored.
|
||||||
|
|
||||||
|
For example, let's suppose this is the output of
|
||||||
|
:ref:`paths <cogmanagerui-command-paths>`:
|
||||||
|
|
||||||
|
1. ``/usr/local/lib/python3.7/site-packages/redbot/cogs``
|
||||||
|
2. ``/home/laggron/custom_cogs``
|
||||||
|
3. ``/mnt/not_suspicious_usb_drive/not_suspicious_cogs``
|
||||||
|
|
||||||
|
The folders 2 and 3 both have a package named ``leveler`` while being different
|
||||||
|
cogs, and you want to load the one located in the 3rd folder. To do that, you
|
||||||
|
have to put the 3rd path higher than the 2nd path, let's swap them! Type
|
||||||
|
``[p]reorderpath 2 3`` and the output of
|
||||||
|
:ref:`paths <cogmanagerui-command-paths>` will then be the following:
|
||||||
|
|
||||||
|
1. ``/usr/local/lib/python3.7/site-packages/redbot/cogs``
|
||||||
|
2. ``/mnt/not_suspicious_usb_drive/not_suspicious_cogs``
|
||||||
|
3. ``/home/laggron/custom_cogs``
|
||||||
|
|
||||||
|
**Arguments**
|
||||||
|
|
||||||
|
* ``<from_>``: The index of the path you want to move.
|
||||||
|
* ``<to>``: The location where you want to insert the path.
|
||||||
|
|
||||||
|
.. _cogmanagerui-command-installpath:
|
||||||
|
|
||||||
|
^^^^^^^^^^^
|
||||||
|
installpath
|
||||||
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]installpath [path]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Shows the install path, or sets a new one. If you want to set a new path, the
|
||||||
|
same rules as for :ref:`addpath <cogmanagerui-command-addpath>` applies.
|
||||||
|
|
||||||
|
.. warning:: If you edit the install path, the cogs won't be transfered.
|
||||||
|
|
||||||
|
**Arguments**
|
||||||
|
|
||||||
|
* ``[path]``: The absolute path to set. If omitted, the current path will
|
||||||
|
be returned instead.
|
||||||
294
docs/cog_guides/customcommands.rst
Normal file
294
docs/cog_guides/customcommands.rst
Normal file
@@ -0,0 +1,294 @@
|
|||||||
|
.. _customcommands:
|
||||||
|
|
||||||
|
==============
|
||||||
|
CustomCommands
|
||||||
|
==============
|
||||||
|
|
||||||
|
This is the cog guide for the customcommands cog. You will
|
||||||
|
find detailed docs about usage and commands.
|
||||||
|
|
||||||
|
``[p]`` is considered as your prefix.
|
||||||
|
|
||||||
|
.. note:: To use this cog, load it by typing this::
|
||||||
|
|
||||||
|
[p]load customcom
|
||||||
|
|
||||||
|
.. _customcommands-usage:
|
||||||
|
|
||||||
|
-----
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
|
||||||
|
This cog contains commands for creating and managing custom commands that display text.
|
||||||
|
|
||||||
|
These are useful for storing information members might need, like FAQ answers or invite links.
|
||||||
|
Custom commands can be used by anyone by default, so be careful with pings.
|
||||||
|
Commands can only be lowercase, and will not respond to any uppercase letters.
|
||||||
|
|
||||||
|
|
||||||
|
.. _customcommands-commands:
|
||||||
|
|
||||||
|
--------
|
||||||
|
Commands
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom:
|
||||||
|
|
||||||
|
^^^^^^^^^
|
||||||
|
customcom
|
||||||
|
^^^^^^^^^
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom
|
||||||
|
|
||||||
|
.. tip:: Alias: ``cc``
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Base command for Custom Commands management.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-cooldown:
|
||||||
|
|
||||||
|
""""""""""""""""""
|
||||||
|
customcom cooldown
|
||||||
|
""""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom cooldown <command> [cooldown] [per=member]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Set, edit, or view the cooldown for a custom command.
|
||||||
|
|
||||||
|
You may set cooldowns per member, channel, or guild. Multiple
|
||||||
|
cooldowns may be set. All cooldowns must be cooled to call the
|
||||||
|
custom command.
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- ``[p]customcom cooldown pingrole``
|
||||||
|
- ``[p]customcom cooldown yourcommand 30``
|
||||||
|
- ``[p]cc cooldown mycommand 30 guild``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The custom command to check or set the cooldown.
|
||||||
|
- ``<cooldown>`` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.
|
||||||
|
- ``<per>`` The group to apply the cooldown on. Defaults to per member. Valid choices are server, guild, user, and member.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-create:
|
||||||
|
|
||||||
|
""""""""""""""""
|
||||||
|
customcom create
|
||||||
|
""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom create <command> <text>
|
||||||
|
|
||||||
|
.. tip:: Alias: ``customcom add``
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Create custom commands.
|
||||||
|
|
||||||
|
If a type is not specified, a simple CC will be created.
|
||||||
|
CCs can be enhanced with arguments, see the guide
|
||||||
|
:ref:`here <cog_customcom>`.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-create-random:
|
||||||
|
|
||||||
|
"""""""""""""""""""""""
|
||||||
|
customcom create random
|
||||||
|
"""""""""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom create random <command>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Create a CC where it will randomly choose a response!
|
||||||
|
|
||||||
|
Note: This command is interactive.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The command executed to return the text. Cast to lowercase.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-create-simple:
|
||||||
|
|
||||||
|
"""""""""""""""""""""""
|
||||||
|
customcom create simple
|
||||||
|
"""""""""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom create simple <command> <text>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Add a simple custom command.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]customcom create simple yourcommand Text you want``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The command executed to return the text. Cast to lowercase.
|
||||||
|
- ``<text>`` The text to return when executing the command. See guide for enhanced usage.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-delete:
|
||||||
|
|
||||||
|
""""""""""""""""
|
||||||
|
customcom delete
|
||||||
|
""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom delete <command>
|
||||||
|
|
||||||
|
.. tip:: Aliases: ``customcom del``, ``customcom remove``
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Delete a custom command.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]customcom delete yourcommand``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The custom command to delete.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-edit:
|
||||||
|
|
||||||
|
""""""""""""""
|
||||||
|
customcom edit
|
||||||
|
""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |mod-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom edit <command> [text]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Edit a custom command.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
- ``[p]customcom edit yourcommand Text you want``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The custom command to edit.
|
||||||
|
- ``<text>`` The new text to return when executing the command.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-list:
|
||||||
|
|
||||||
|
""""""""""""""
|
||||||
|
customcom list
|
||||||
|
""""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom list
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
List all available custom commands.
|
||||||
|
|
||||||
|
The list displays a preview of each command's response, with
|
||||||
|
markdown escaped and newlines replaced with spaces.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-raw:
|
||||||
|
|
||||||
|
"""""""""""""
|
||||||
|
customcom raw
|
||||||
|
"""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom raw <command>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Get the raw response of a custom command, to get the proper markdown.
|
||||||
|
|
||||||
|
This is helpful for copy and pasting.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The custom command to get the raw response of.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-search:
|
||||||
|
|
||||||
|
""""""""""""""""
|
||||||
|
customcom search
|
||||||
|
""""""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom search <query>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Searches through custom commands, according to the query.
|
||||||
|
|
||||||
|
Uses fuzzywuzzy searching to find close matches.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<query>`` The query to search for. Can be multiple words.
|
||||||
|
|
||||||
|
.. _customcommands-command-customcom-show:
|
||||||
|
|
||||||
|
""""""""""""""
|
||||||
|
customcom show
|
||||||
|
""""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]customcom show <command_name>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Shows a custom command's responses and its settings.
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
|
||||||
|
- ``<command>`` The custom command to show.
|
||||||
@@ -35,6 +35,9 @@ Welcome to Red - Discord Bot's documentation!
|
|||||||
cog_guides/admin
|
cog_guides/admin
|
||||||
cog_guides/alias
|
cog_guides/alias
|
||||||
cog_guides/bank
|
cog_guides/bank
|
||||||
|
cog_guides/cleanup
|
||||||
|
cog_guides/cog_manager_ui
|
||||||
|
cog_guides/customcommands
|
||||||
red_core_data_statement
|
red_core_data_statement
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|||||||
@@ -59,8 +59,7 @@ CentOS and RHEL 7
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo yum -y groupinstall development
|
sudo yum -y groupinstall development
|
||||||
sudo yum -y install zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel \
|
sudo yum -y install zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel xz xz-devel tk-devel libffi-devel findutils java-11-openjdk-headless
|
||||||
openssl-devel xz xz-devel tk-devel libffi-devel findutils java-11-openjdk-headless
|
|
||||||
sudo yum -y install centos-release-scl
|
sudo yum -y install centos-release-scl
|
||||||
sudo yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++
|
sudo yum -y install devtoolset-8-gcc devtoolset-8-gcc-c++
|
||||||
echo "source scl_source enable devtoolset-8" >> ~/.bashrc
|
echo "source scl_source enable devtoolset-8" >> ~/.bashrc
|
||||||
@@ -89,8 +88,7 @@ CentOS and RHEL 8
|
|||||||
sudo yum -y install epel-release
|
sudo yum -y install epel-release
|
||||||
sudo yum -y update
|
sudo yum -y update
|
||||||
sudo yum -y groupinstall development
|
sudo yum -y groupinstall development
|
||||||
sudo yum -y install git zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel \
|
sudo yum -y install git zlib-devel bzip2 bzip2-devel readline-devel sqlite sqlite-devel openssl-devel xz xz-devel tk-devel libffi-devel findutils java-11-openjdk-headless
|
||||||
openssl-devel xz xz-devel tk-devel libffi-devel findutils java-11-openjdk-headless
|
|
||||||
|
|
||||||
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
||||||
|
|
||||||
@@ -109,9 +107,7 @@ Debian/Raspbian Buster. This guide will tell you how. First, run the following c
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
|
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
|
||||||
libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
|
|
||||||
libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
|
|
||||||
CXX=/usr/bin/g++
|
CXX=/usr/bin/g++
|
||||||
|
|
||||||
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
||||||
@@ -180,9 +176,7 @@ First, add the Opt-Python community repository:
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
source /etc/os-release
|
source /etc/os-release
|
||||||
sudo zypper -n ar -f \
|
sudo zypper -n ar -f https://download.opensuse.org/repositories/home:/Rotkraut:/Opt-Python/openSUSE_Leap_${VERSION_ID}/ Opt-Python
|
||||||
https://download.opensuse.org/repositories/home:/Rotkraut:/Opt-Python/openSUSE_Leap_${VERSION_ID}/ \
|
|
||||||
Opt-Python
|
|
||||||
sudo zypper -n --gpg-auto-import-keys ref
|
sudo zypper -n --gpg-auto-import-keys ref
|
||||||
|
|
||||||
Now install the pre-requirements with zypper:
|
Now install the pre-requirements with zypper:
|
||||||
@@ -253,8 +247,7 @@ Now install the pre-requirements with apt:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless \
|
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless build-essential
|
||||||
build-essential
|
|
||||||
|
|
||||||
Continue by `creating-venv-linux`.
|
Continue by `creating-venv-linux`.
|
||||||
|
|
||||||
@@ -284,8 +277,7 @@ Now install the pre-requirements with apt:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless \
|
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless build-essential
|
||||||
build-essential
|
|
||||||
|
|
||||||
Continue by `creating-venv-linux`.
|
Continue by `creating-venv-linux`.
|
||||||
|
|
||||||
@@ -309,8 +301,7 @@ Now install the pre-requirements with apt:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless \
|
sudo apt -y install python3.8 python3.8-dev python3.8-venv python3-pip git openjdk-11-jre-headless build-essential
|
||||||
build-essential
|
|
||||||
|
|
||||||
Continue by `creating-venv-linux`.
|
Continue by `creating-venv-linux`.
|
||||||
|
|
||||||
@@ -335,9 +326,7 @@ installing pyenv. To do this, first run the following commands:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
|
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
|
||||||
libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev \
|
|
||||||
libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
|
|
||||||
CXX=/usr/bin/g++
|
CXX=/usr/bin/g++
|
||||||
|
|
||||||
And then complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
And then complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ def _update_event_loop_policy():
|
|||||||
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
|
||||||
|
|
||||||
|
|
||||||
__version__ = "3.4.1"
|
__version__ = "3.4.3"
|
||||||
version_info = VersionInfo.from_str(__version__)
|
version_info = VersionInfo.from_str(__version__)
|
||||||
|
|
||||||
# Filter fuzzywuzzy slow sequence matcher warning
|
# Filter fuzzywuzzy slow sequence matcher warning
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ def debug_info():
|
|||||||
+ "OS version: {}\n".format(osver)
|
+ "OS version: {}\n".format(osver)
|
||||||
+ "System arch: {}\n".format(platform.machine())
|
+ "System arch: {}\n".format(platform.machine())
|
||||||
+ "User: {}\n".format(user_who_ran)
|
+ "User: {}\n".format(user_who_ran)
|
||||||
|
+ "Metadata file: {}\n".format(data_manager.config_file)
|
||||||
)
|
)
|
||||||
print(info)
|
print(info)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|||||||
@@ -21,15 +21,15 @@ msgstr "Yritin tehdä jotain, jonka Discord kielsi minulle luvat. Komento epäon
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:23
|
#: redbot/cogs/admin/admin.py:23
|
||||||
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "En voi antaa roolia {role.name} käyttäjälle {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:29
|
#: redbot/cogs/admin/admin.py:29
|
||||||
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "En voi poistaa roolia {role.name} käyttäjältä {member.display_name}, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:35
|
#: redbot/cogs/admin/admin.py:35
|
||||||
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
|
msgid "I can not edit {role.name} because that role is higher than my or equal to highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "En voi muokata roolia {role.name}, koska se on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:41
|
#: redbot/cogs/admin/admin.py:41
|
||||||
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I can not let you give {role.name} to {member.display_name} because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
|
|||||||
@@ -131,7 +131,7 @@ msgstr "Change la façon dont les annonces sont envoyées dans ce serveur."
|
|||||||
#: redbot/cogs/admin/admin.py:357
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n "
|
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n "
|
||||||
msgstr "\\n Change le salon où le bot enverra les annonces.\\n\\n Si le salon est laissé vide, c'est pas défaut le salon actuel.\\n "
|
msgstr "\\n Change le salon où le bot enverra les annonces.\\n\\n Si le champ salon est laissé vide, il utilisera, par défaut, le salon actuel.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:366
|
#: redbot/cogs/admin/admin.py:366
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
|
|||||||
@@ -99,134 +99,134 @@ msgstr "Ferdig."
|
|||||||
#: redbot/cogs/admin/admin.py:293
|
#: redbot/cogs/admin/admin.py:293
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
msgid "\\n Edit a role's name.\\n\\n Use double quotes if the role or the name contain spaces.\\n\\n Example:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n "
|
||||||
msgstr ""
|
msgstr "\\n Rediger navnet til en rolle. \\n \\n Bruk doble anførselstegn hvis rollen eller navnet inneholder mellomrom. \\n \\n Eksempel: \\n `[p] editrole name \\\" Transistor \\ \"Test` \\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:327
|
#: redbot/cogs/admin/admin.py:327
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr ""
|
msgstr "Gi en melding til alle servere boten er i."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:334
|
#: redbot/cogs/admin/admin.py:334
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr "Kunngjøringen har begynt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:341
|
#: redbot/cogs/admin/admin.py:341
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr "Avbryt en løpende kunngjøring."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:343
|
#: redbot/cogs/admin/admin.py:343
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr "Det er for øyeblikket ingen kunngjøring."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:346
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr "Den nåværende kunngjøringen er kansellert."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:352
|
#: redbot/cogs/admin/admin.py:352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr ""
|
msgstr "Endre hvordan kunngjøringer sendes i denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:357
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n "
|
msgid "\\n Change the channel where the bot will send announcements.\\n\\n If channel is left blank it defaults to the current channel.\\n "
|
||||||
msgstr ""
|
msgstr "\\nEndre kanalen der bot vil sende kunngjøringer. \\n\\n Hvis kanalen er tom, er den standard for den nåværende kanalen. \\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:366
|
#: redbot/cogs/admin/admin.py:366
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr "Kunngjøringskanalen er satt til {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:371
|
#: redbot/cogs/admin/admin.py:371
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr ""
|
msgstr "Opphever kanalen for kunngjøringer."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:396
|
#: redbot/cogs/admin/admin.py:396
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Apply selfroles."
|
msgid "Apply selfroles."
|
||||||
msgstr ""
|
msgstr "Påfør selvroller."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:401
|
#: redbot/cogs/admin/admin.py:401
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
|
msgid "\\n Add a selfrole to yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "\\nLegg en selvrolle til deg selv.\\n\\nServeradministratorer må ha konfigurert rollen som brukerinnstillbar.\\nMERK: Rollen er små og små bokstaver!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:412
|
#: redbot/cogs/admin/admin.py:412
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
|
msgid "\\n Remove a selfrole from yourself.\\n\\n Server admins must have configured the role as user settable.\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "\\nFjern en selvrolle fra deg selv.\\n\\nServeradministratorer må ha konfigurert rollen som brukerinnstillbar.\\n MERKNAD: Rollen er store og små bokstaver!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:423
|
#: redbot/cogs/admin/admin.py:423
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Lists all available selfroles.\\n "
|
msgid "\\n Lists all available selfroles.\\n "
|
||||||
msgstr ""
|
msgstr "\\nViser alle tilgjengelige selvroller.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:433
|
||||||
msgid "Available Selfroles:\\n{selfroles}"
|
msgid "Available Selfroles:\\n{selfroles}"
|
||||||
msgstr ""
|
msgstr "Tilgjengelige selvroller:\\n {selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:439
|
#: redbot/cogs/admin/admin.py:439
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr "Behandle selvroller."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:444
|
#: redbot/cogs/admin/admin.py:444
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "\\nLegg til en rolle i listen over tilgjengelige selvroller.\\n\\nMERKNAD: Rollen er store og små bokstaver!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:451
|
#: redbot/cogs/admin/admin.py:451
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "Jeg kan ikke la deg gi {role.name} til fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:459
|
#: redbot/cogs/admin/admin.py:459
|
||||||
msgid "Added."
|
msgid "Added."
|
||||||
msgstr ""
|
msgstr "Lagt til."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:462
|
#: redbot/cogs/admin/admin.py:462
|
||||||
msgid "That role is already a selfrole."
|
msgid "That role is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Den rollen er allerede en selvrolle."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:466
|
#: redbot/cogs/admin/admin.py:466
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n "
|
||||||
msgstr ""
|
msgstr "\\nFjern en rolle fra listen over tilgjengelige selvroller.\\n\\nMERKNAD: Rollen er store og små bokstaver!\\n "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:473
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "Jeg kan ikke la deg fjerne {role.name} fra fordi den rollen er høyere enn eller lik din høyeste rolle i Discord-hierarkiet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Removed."
|
msgid "Removed."
|
||||||
msgstr ""
|
msgstr "Fjernet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:486
|
#: redbot/cogs/admin/admin.py:486
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr ""
|
msgstr "Lås bare en bot til sine nåværende servere."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:491
|
#: redbot/cogs/admin/admin.py:491
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot er ikke lenger serverlåst."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:493
|
#: redbot/cogs/admin/admin.py:493
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "Bot er nå serverlåst."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:68
|
#: redbot/cogs/admin/announcer.py:68
|
||||||
msgid "I could not announce to the following server: "
|
msgid "I could not announce to the following server: "
|
||||||
msgstr ""
|
msgstr "Jeg kunne ikke kunngjøre til følgende server: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:70
|
#: redbot/cogs/admin/announcer.py:70
|
||||||
msgid "I could not announce to the following servers: "
|
msgid "I could not announce to the following servers: "
|
||||||
msgstr ""
|
msgstr "Jeg kunne ikke kunngjøre følgende servere: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:12
|
#: redbot/cogs/admin/converters.py:12
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
msgstr ""
|
msgstr "Admin cog er ikke lastet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:20
|
#: redbot/cogs/admin/converters.py:20
|
||||||
msgid "The provided role is not a valid selfrole."
|
msgid "The provided role is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Den oppgitte rollen er ikke en gyldig selvrolle."
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ msgstr "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
|
||||||
msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cette alias existe déjà."
|
msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cet alias existe déjà."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:254
|
#: redbot/cogs/alias/alias.py:254
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
@@ -74,7 +74,7 @@ msgstr "Tu as tenté de créer un nouvel alias global nommé {name}, mais une co
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:302
|
#: redbot/cogs/alias/alias.py:302
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
|
||||||
msgstr "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cette alias existe déjà."
|
msgstr "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cet alias existe déjà."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:313
|
#: redbot/cogs/alias/alias.py:313
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
|
|||||||
@@ -18,15 +18,15 @@ msgstr ""
|
|||||||
#: redbot/cogs/alias/alias.py:35
|
#: redbot/cogs/alias/alias.py:35
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
msgid "Create aliases for commands.\\n\\n Aliases are alternative names shortcuts for commands. They\\n can act as both a lambda (storing arguments for repeated use)\\n or as simply a shortcut to saying \\\"x y z\\\".\\n\\n When run, aliases will accept any additional arguments\\n and append them to the stored alias.\\n "
|
||||||
msgstr ""
|
msgstr "Lag aliaser for kommandoer.\\n\\nAliaser er alternative navne-snarveier for kommandoer. De\\nkan fungere som både lambda (lagre argumenter for gjentatt bruk)\\neller bare som en snarvei for å si \\\"x y z\\\".\\n\\nNår startet, aliaser vil akseptere andre argumenter\\nog legge dem til de lagrede alias.\\n "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:203
|
#: redbot/cogs/alias/alias.py:203
|
||||||
msgid "Aliases:\\n"
|
msgid "Aliases:\\n"
|
||||||
msgstr ""
|
msgstr "Aliaser:\\n"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:205
|
#: redbot/cogs/alias/alias.py:205
|
||||||
msgid "\\n\\nPage {page}/{total}"
|
msgid "\\n\\nPage {page}/{total}"
|
||||||
msgstr ""
|
msgstr "\\n\\nSide {page}/{total}"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:215
|
#: redbot/cogs/alias/alias.py:215
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -49,7 +49,7 @@ msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er a
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:243
|
#: redbot/cogs/alias/alias.py:243
|
||||||
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
|
msgid "You attempted to create a new alias with the name {name} but that alias already exists."
|
||||||
msgstr ""
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:254
|
#: redbot/cogs/alias/alias.py:254
|
||||||
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
@@ -57,7 +57,7 @@ msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er e
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325
|
#: redbot/cogs/alias/alias.py:266 redbot/cogs/alias/alias.py:325
|
||||||
msgid "You attempted to create a new alias for a command that doesn't exist."
|
msgid "You attempted to create a new alias for a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr "Du forsøkte å opprette et nytt alias for en kommando som ikke eksisterer."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:280
|
#: redbot/cogs/alias/alias.py:280
|
||||||
msgid "A new alias with the trigger `{name}` has been created."
|
msgid "A new alias with the trigger `{name}` has been created."
|
||||||
@@ -74,7 +74,7 @@ msgstr "Du forsøkte å opprette et nytt globalt alias med navnet {name} men nav
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:302
|
#: redbot/cogs/alias/alias.py:302
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
|
msgid "You attempted to create a new global alias with the name {name} but that alias already exists."
|
||||||
msgstr ""
|
msgstr "Du forsøkte å opprette et nytt alias med navnet {name} men aliaset finnes allerede på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:313
|
#: redbot/cogs/alias/alias.py:313
|
||||||
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
msgid "You attempted to create a new global alias with the name {name} but that name is an invalid alias name. Alias names may not contain spaces."
|
||||||
@@ -87,7 +87,7 @@ msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet."
|
|||||||
#: redbot/cogs/alias/alias.py:343
|
#: redbot/cogs/alias/alias.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Try to execute help for the base command of the alias."
|
msgid "Try to execute help for the base command of the alias."
|
||||||
msgstr ""
|
msgstr "Prøv å bruke hjelp på basis kommandoen aliaset bruker."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:348
|
#: redbot/cogs/alias/alias.py:348
|
||||||
msgid "No such alias exists."
|
msgid "No such alias exists."
|
||||||
@@ -96,20 +96,20 @@ msgstr "Ingen slike alias finnes."
|
|||||||
#: redbot/cogs/alias/alias.py:352
|
#: redbot/cogs/alias/alias.py:352
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Show what command the alias executes."
|
msgid "Show what command the alias executes."
|
||||||
msgstr ""
|
msgstr "Vis hvilken kommando aliaset kjører."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:357
|
#: redbot/cogs/alias/alias.py:357
|
||||||
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
msgid "The `{alias_name}` alias will execute the command `{command}`"
|
||||||
msgstr ""
|
msgstr "Aliaset `{alias_name}` vil kjøre kommandoen `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:362
|
#: redbot/cogs/alias/alias.py:362
|
||||||
msgid "There is no alias with the name `{name}`"
|
msgid "There is no alias with the name `{name}`"
|
||||||
msgstr ""
|
msgstr "Det er ingen alias med navnet `{name}`"
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:368
|
#: redbot/cogs/alias/alias.py:368
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing alias on this server."
|
msgid "Delete an existing alias on this server."
|
||||||
msgstr ""
|
msgstr "Slett et eksisterende alias på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402
|
#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402
|
||||||
msgid "There are no aliases on this server."
|
msgid "There are no aliases on this server."
|
||||||
@@ -117,34 +117,34 @@ msgstr "Det er ingen aliaser på denne serveren."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390
|
#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390
|
||||||
msgid "Alias with the name `{name}` was successfully deleted."
|
msgid "Alias with the name `{name}` was successfully deleted."
|
||||||
msgstr ""
|
msgstr "Alias med navnet `{name}` ble slettet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393
|
#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393
|
||||||
msgid "Alias with name `{name}` was not found."
|
msgid "Alias with name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr "Aliaset med navn `{name}` ble ikke funnet."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:383
|
#: redbot/cogs/alias/alias.py:383
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Delete an existing global alias."
|
msgid "Delete an existing global alias."
|
||||||
msgstr ""
|
msgstr "Slett et eksisterende globalt alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:385
|
#: redbot/cogs/alias/alias.py:385
|
||||||
msgid "There are no global aliases on this bot."
|
msgid "There are no global aliases on this bot."
|
||||||
msgstr ""
|
msgstr "Det er ingen globale aliaser på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:399
|
#: redbot/cogs/alias/alias.py:399
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available aliases on this server."
|
msgid "List the available aliases on this server."
|
||||||
msgstr ""
|
msgstr "Liste over tilgjengelige aliaser på denne serveren."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:408
|
#: redbot/cogs/alias/alias.py:408
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List the available global aliases on this bot."
|
msgid "List the available global aliases on this bot."
|
||||||
msgstr ""
|
msgstr "Liste over tilgjengelige globale aliaser på denne botten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:411
|
#: redbot/cogs/alias/alias.py:411
|
||||||
msgid "There are no global aliases."
|
msgid "There are no global aliases."
|
||||||
msgstr ""
|
msgstr "Det er ingen globale aliaser på denne boten."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias_entry.py:198
|
#: redbot/cogs/alias/alias_entry.py:198
|
||||||
msgid "Arguments must be specified with a number."
|
msgid "Arguments must be specified with a number."
|
||||||
@@ -152,5 +152,5 @@ msgstr "Argumenter må spesifiseres med et nummer."
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias_entry.py:205
|
#: redbot/cogs/alias/alias_entry.py:205
|
||||||
msgid "Arguments must be sequential. Missing arguments: "
|
msgid "Arguments must be sequential. Missing arguments: "
|
||||||
msgstr ""
|
msgstr "Argumenter må være sekvensielle. Manglende argumenter: "
|
||||||
|
|
||||||
|
|||||||
@@ -66,9 +66,9 @@ msgstr "La clé API de Spotify ou le secret client n'ont pas étés correctement
|
|||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:62
|
#: redbot/cogs/audio/apis/youtube.py:62
|
||||||
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "Votre jeton d'API YouTube Data n'est pas valide.\\nVérifiez, de nouveau, la clé de l'API YouTube et suivez les instructions données par `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:74
|
#: redbot/cogs/audio/apis/youtube.py:74
|
||||||
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
||||||
msgstr ""
|
msgstr "Code d'erreur de l'API YouTube : 403\\nVotre clé API YouTube peut avoir atteint la limite de requêtes du compte pour aujourd'hui. Veuillez consulter <https://developers.google.com/youtube/v3/getting-started#quota> pour plus d'informations."
|
||||||
|
|
||||||
|
|||||||
@@ -18,57 +18,57 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/apis/interface.py:273
|
#: redbot/cogs/audio/apis/interface.py:273
|
||||||
#: redbot/cogs/audio/apis/interface.py:595
|
#: redbot/cogs/audio/apis/interface.py:595
|
||||||
msgid "Failing to get tracks, skipping remaining."
|
msgid "Failing to get tracks, skipping remaining."
|
||||||
msgstr ""
|
msgstr "Klarer ikke å få spor, hopper over."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:304
|
#: redbot/cogs/audio/apis/interface.py:304
|
||||||
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Spotify API-nøkkel eller klienthemmelighet er ikke satt riktig.\\n bruk `{prefix}audioset spotifyapi` for instruksjoner."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:346
|
#: redbot/cogs/audio/apis/interface.py:346
|
||||||
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
msgid "This doesn't seem to be a valid Spotify playlist/album URL or code."
|
||||||
msgstr ""
|
msgstr "Dette ser ikke ut til å være en gyldig Spotify-spilleliste/album-URL eller kode."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:471
|
#: redbot/cogs/audio/apis/interface.py:471
|
||||||
msgid "This doesn't seem to be a supported Spotify URL or code."
|
msgid "This doesn't seem to be a supported Spotify URL or code."
|
||||||
msgstr ""
|
msgstr "Dette ser ikke ut til å være en støttet URL eller kode fra Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:558
|
#: redbot/cogs/audio/apis/interface.py:558
|
||||||
msgid "The connection was reset while loading the playlist."
|
msgid "The connection was reset while loading the playlist."
|
||||||
msgstr ""
|
msgstr "Tilkoblingen ble tilbakestilt under lasting av spillelisten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:569
|
#: redbot/cogs/audio/apis/interface.py:569
|
||||||
msgid "Player timeout, skipping remaining tracks."
|
msgid "Player timeout, skipping remaining tracks."
|
||||||
msgstr ""
|
msgstr "Spillerens tidsavbrudd hopper over gjenstående spor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:661
|
#: redbot/cogs/audio/apis/interface.py:661
|
||||||
msgid " {bad_tracks} tracks cannot be queued."
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
msgstr ""
|
msgstr " {bad_tracks} spor kan ikke legges i kø."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:669
|
#: redbot/cogs/audio/apis/interface.py:669
|
||||||
msgid "Playlist Enqueued"
|
msgid "Playlist Enqueued"
|
||||||
msgstr ""
|
msgstr "Spilleliste lagt i kø"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:670
|
#: redbot/cogs/audio/apis/interface.py:670
|
||||||
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
msgstr ""
|
msgstr "La til {num} spor i avspillingskøen.{maxlength_msg}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:676
|
#: redbot/cogs/audio/apis/interface.py:676
|
||||||
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
msgid "{time} until start of playlist playback: starts at #{position} in queue"
|
||||||
msgstr ""
|
msgstr "{time} til start av spilleliste avspilling: starter på #{position} i kø"
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/interface.py:687
|
#: redbot/cogs/audio/apis/interface.py:687
|
||||||
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "Fant ingenting.\\nYouTube-API-nøkkelen kan være ugyldig eller du kan ha begrenset hyppighet på YouTube's søketjeneste.\\nSjekk YouTube API-nøkkelen igjen og følg instruksjonene på `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/spotify.py:175
|
#: redbot/cogs/audio/apis/spotify.py:175
|
||||||
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Spotify API-nøkkelen eller klienten hemmelig har ikke blitt satt ordentlig.\\nBruk `{prefix}audioset spotifyapi` for instruksjoner."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:62
|
#: redbot/cogs/audio/apis/youtube.py:62
|
||||||
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "YouTube-data API token er ugyldig.\\nSjekk YouTube API-nøkkel igjen, og følg instruksjonene på `{prefix}audioset youtubeapi`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:74
|
#: redbot/cogs/audio/apis/youtube.py:74
|
||||||
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
||||||
msgstr ""
|
msgstr "YouTube API-feilkode: 403\\nYouTube-API-nøkkelen kan ha nådd grensen for antall spørringer fra kontoen i dag. Kontroller <https://developers.google.com/youtube/v3/getting-started#quota> for mer informasjon."
|
||||||
|
|
||||||
|
|||||||
@@ -66,9 +66,9 @@ msgstr "Spotify API veya client secret'ı düzgün bir şekilde ayarlanmamış.
|
|||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:62
|
#: redbot/cogs/audio/apis/youtube.py:62
|
||||||
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
msgid "Your YouTube Data API token is invalid.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`."
|
||||||
msgstr ""
|
msgstr "Youtube Data API anahtarınız geçersiz..\\nYoutube API anahtarınızı tekrar kontrol edin ve `{prefix}audioset youtubeapi` komutunun verdiği talimatları takip edin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/apis/youtube.py:74
|
#: redbot/cogs/audio/apis/youtube.py:74
|
||||||
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
msgid "YouTube API error code: 403\\nYour YouTube API key may have reached the account's query limit for today. Please check <https://developers.google.com/youtube/v3/getting-started#quota> for more information."
|
||||||
msgstr ""
|
msgstr "YouTube API hata kodu: 403\\nYoutube API anahtarınız hesabın günlük sorgu limitine ulaşmış olabilir. Lütfen daha fazla bilgi için <https://developers.google.com/youtube/v3/getting-started#quota> adresini ziyaret edin."
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ _ = Translator("Audio", Path(__file__))
|
|||||||
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
||||||
@commands.group(name="llsetup", aliases=["llset"])
|
@commands.group(name="llsetup", aliases=["llset"])
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
@commands.guild_only()
|
|
||||||
@commands.bot_has_permissions(embed_links=True)
|
@commands.bot_has_permissions(embed_links=True)
|
||||||
async def command_llsetup(self, ctx: commands.Context):
|
async def command_llsetup(self, ctx: commands.Context):
|
||||||
"""Lavalink server configuration options."""
|
"""Lavalink server configuration options."""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bosnian\n"
|
"Language-Team: Bosnian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Catalan\n"
|
"Language-Team: Catalan\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Povoleno"
|
msgstr "Povoleno"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Povoleno"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Zakázáno"
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "Odpojit od hlasového kanálu."
|
msgstr "Odpojit od hlasového kanálu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Nyní se přehrává."
|
msgstr "Nyní se přehrává."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Nic."
|
msgstr "Nic."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Nyní se přehrává"
|
msgstr "Nyní se přehrává"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "Náhodně"
|
msgstr "Náhodně"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Opakovat"
|
msgstr "Opakovat"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "Pozastavit nebo obnovit přehrávanou stopu."
|
msgstr "Pozastavit nebo obnovit přehrávanou stopu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Stopa pozastavena"
|
msgstr "Stopa pozastavena"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr "Žádná předchozí skladba."
|
msgstr "Žádná předchozí skladba."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr "Přehrávání skladby"
|
msgstr "Přehrávání skladby"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr "Neplatný čas vyhledávání."
|
msgstr "Neplatný čas vyhledávání."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr "Přesunuto do {time}"
|
msgstr "Přesunuto do {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr "Hlasovali jste pro přeskočení."
|
msgstr "Hlasovali jste pro přeskočení."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr "Zastavování..."
|
msgstr "Zastavování..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "Nejprve se připojte k hlasovému kanálu."
|
msgstr "Nejprve se připojte k hlasovému kanálu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "Nejprve se připojte k hlasovému kanálu."
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr "Nastaví hlasitost, 1% - 150%."
|
msgstr "Nastaví hlasitost, 1% - 150%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "Aktuální hlasitost:"
|
msgstr "Aktuální hlasitost:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr "Pro změnu hlasitosti musíte být v hlasovém kanálu."
|
msgstr "Pro změnu hlasitosti musíte být v hlasovém kanálu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr "Potřebujete roli DJ, abyste mohli změnit hlasitost."
|
msgstr "Potřebujete roli DJ, abyste mohli změnit hlasitost."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "Hlasitost:"
|
msgstr "Hlasitost:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "Zapnout opakování."
|
msgstr "Zapnout opakování."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr "Nic není ve frontě."
|
msgstr "Nic není ve frontě."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr "Hostitel nastaven na {host}."
|
msgstr "Hostitel nastaven na {host}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr "Heslo serveru nastaveno na {password}."
|
msgstr "Heslo serveru nastaveno na {password}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr "REST port nastaven na {port}."
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr "Port Websocketu byl nastaven na {port}."
|
msgstr "Port Websocketu byl nastaven na {port}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "Automatische Wiedergabe am Ende der Warteschlange: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
msgstr "Aktiviert"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Aktiviert"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktiviert"
|
msgstr "Deaktiviert"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\nAutomatisches Verlassen des Sprachkanals am Ende der Warteschlange wu
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Einstellung geändert"
|
msgstr "Einstellung geändert"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` existiert nicht. Der Pfad wird noch gespeichert, aber bitte überprüfen Sie den Pfad und erstellen Sie einen localtrack Ordner in `{localfolder}` bevor Sie versuchen, lokale Tracks abzuspielen."
|
msgstr "`{localtracks}` existiert nicht. Der Pfad wird noch gespeichert, aber bitte überprüfen Sie den Pfad und erstellen Sie einen localtrack Ordner in `{localfolder}` bevor Sie versuchen, lokale Tracks abzuspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "Verbindung zum Sprachkanal trennen."
|
msgstr "Verbindung zum Sprachkanal trennen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr "Trennen der Verbindung nicht möglich"
|
msgstr "Trennen der Verbindung nicht möglich"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr "Es hören andere Leute zu - stimme stattdessen zum Überspringen ab."
|
msgstr "Es hören andere Leute zu - stimme stattdessen zum Überspringen ab."
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr "Trennen der Verbindung nicht möglich"
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "Verbindung wird getrennt..."
|
msgstr "Verbindung wird getrennt..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Aktuelle Wiedergabe."
|
msgstr "Aktuelle Wiedergabe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Nichts."
|
msgstr "Nichts."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Jetzt läuft"
|
msgstr "Jetzt läuft"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "Zufällige Wiedergabe"
|
msgstr "Zufällige Wiedergabe"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Wiederholen"
|
msgstr "Wiederholen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "Pausiere oder setze ein spielendes Lied fort."
|
msgstr "Pausiere oder setze ein spielendes Lied fort."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr "Du brachst die DJ Rolle um zu pausieren oder um fortzusetzen."
|
msgstr "Du brachst die DJ Rolle um zu pausieren oder um fortzusetzen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Titel angehalten"
|
msgstr "Titel angehalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "Titel wird fortgesetzt"
|
msgstr "Titel wird fortgesetzt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr "Springe zum Anfang des zuvor gespielten Liedes."
|
msgstr "Springe zum Anfang des zuvor gespielten Liedes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr "Titel können nicht überspringen werden"
|
msgstr "Titel können nicht überspringen werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um Titel zu überspringen."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um Titel zu überspringen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die vorherigen Song-Titel zu bekommen."
|
msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die vorherigen Song-Titel zu bekommen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die vorherigen Son
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr "Kein vorheriger Titel."
|
msgstr "Kein vorheriger Titel."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr "Titel wird wiederholt"
|
msgstr "Titel wird wiederholt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr "Titel können nicht gesucht werden"
|
msgstr "Titel können nicht gesucht werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um Spulen zu können."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um Spulen zu können."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die Suche zu verwenden."
|
msgstr "Du benötigst die DJ-Rolle oder der Track-Requder, um die Suche zu verwenden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr "Ein Stream kann nicht gespult werden."
|
msgstr "Ein Stream kann nicht gespult werden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr "Ungültige Eingabe für die Zeit, nach der gesucht werden soll."
|
msgstr "Ungültige Eingabe für die Zeit, nach der gesucht werden soll."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr "Verschiebe {num_seconds}s nach 00:00:00"
|
msgstr "Verschiebe {num_seconds}s nach 00:00:00"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr "Verschiebe {num_seconds}s nach {time}"
|
msgstr "Verschiebe {num_seconds}s nach {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr "Verschiebt zu {time}"
|
msgstr "Verschiebt zu {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr "Schalte zufällige Wiedergabe um."
|
msgstr "Schalte zufällige Wiedergabe um."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr "Shuffle kann nicht umschalten"
|
msgstr "Shuffle kann nicht umschalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr "Du benötigst die DJ Rolle, um zufällige Wiedergabe umzuschalten."
|
msgstr "Du benötigst die DJ Rolle, um zufällige Wiedergabe umzuschalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um zufällige Wiedergabe umzuschalten."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um zufällige Wiedergabe umzuschalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr "Zufällige Wiedergabe: {true_or_false}."
|
msgstr "Zufällige Wiedergabe: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr "Überspringe zum nächsten Lied oder geben eine Nummer für ein Lied an."
|
msgstr "Überspringe zum nächsten Lied oder geben eine Nummer für ein Lied an."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr "Du musst dich in einem Sprachkanal befinden um Lieder zu überspringen."
|
msgstr "Du musst dich in einem Sprachkanal befinden um Lieder zu überspringen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr "Du benötigst die DJ-Rolle oder der Track-Request-Requester, um Titel zu überspringen."
|
msgstr "Du benötigst die DJ-Rolle oder der Track-Request-Requester, um Titel zu überspringen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr "Du kannst nur den aktuellen Titel überspringen."
|
msgstr "Du kannst nur den aktuellen Titel überspringen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr "Kann ohne DJ Rolle nicht auf einen bestimmten Track im Abstimmmodus überspringen."
|
msgstr "Kann ohne DJ Rolle nicht auf einen bestimmten Track im Abstimmmodus überspringen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr "Ich habe deine Stimme zum Überspringen entfernt."
|
msgstr "Ich habe deine Stimme zum Überspringen entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr "Du hast für das Überspringen gestimmt."
|
msgstr "Du hast für das Überspringen gestimmt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr "Abstimmungsschwelle erreicht."
|
msgstr "Abstimmungsschwelle erreicht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr " Abstimmungen: {num_votes}/{num_members} ({cur_percent}% von {required_percent}% erforderlich)"
|
msgstr " Abstimmungen: {num_votes}/{num_members} ({cur_percent}% von {required_percent}% erforderlich)"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr "Stoppe Wiedergabe und leere die Warteschlange."
|
msgstr "Stoppe Wiedergabe und leere die Warteschlange."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr "Player kann nicht gestopt werden"
|
msgstr "Player kann nicht gestopt werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um die Wiedergabe zu stoppen."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um die Wiedergabe zu stoppen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr "Du benötigst die DJ Rolle, um die Wiedergabe zu stoppen."
|
msgstr "Du benötigst die DJ Rolle, um die Wiedergabe zu stoppen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr "Stoppe..."
|
msgstr "Stoppe..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr "Beschwöre den Bot zu einem Sprachkanal."
|
msgstr "Beschwöre den Bot zu einem Sprachkanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr "Kann Sprachkanal nicht betreten"
|
msgstr "Kann Sprachkanal nicht betreten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr "Andere Leute hören gerade Musik."
|
msgstr "Andere Leute hören gerade Musik."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr "Sie benötigen die DJ-Rolle, um den Bot zu beschwören."
|
msgstr "Sie benötigen die DJ-Rolle, um den Bot zu beschwören."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr "Sie benötigen die DJ-Rolle, um den Bot zu beschwören."
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr "Ich habe keine Berechtigung, um mich zu deinem Kanal zu verbinden."
|
msgstr "Ich habe keine Berechtigung, um mich zu deinem Kanal zu verbinden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr "Ich habe keine Berechtigung, um mich zu deinem Kanal zu verbinden."
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "Verbinde dich zuerst mit einem Sprachkanal."
|
msgstr "Verbinde dich zuerst mit einem Sprachkanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "Verbinde dich zuerst mit einem Sprachkanal."
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt."
|
msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr "Setze die Lautstärke, 1% - 150%."
|
msgstr "Setze die Lautstärke, 1% - 150%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "Aktuelle Lautstärke:"
|
msgstr "Aktuelle Lautstärke:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr "Lautstärke kann nicht geändert werden"
|
msgstr "Lautstärke kann nicht geändert werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um die Lautstärke zu verändern."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um die Lautstärke zu verändern."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr "Du benötigst die DJ Rolle, um die Lautstärke zu ändern."
|
msgstr "Du benötigst die DJ Rolle, um die Lautstärke zu ändern."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "Lautstärke:"
|
msgstr "Lautstärke:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "Wiederholung umschalten."
|
msgstr "Wiederholung umschalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr "Repeat kann nicht umschalten"
|
msgstr "Repeat kann nicht umschalten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr "Du benötigst die DJ Rolle um Wiederholung umzuschalten."
|
msgstr "Du benötigst die DJ Rolle um Wiederholung umzuschalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um Wiederholung umzuschalten."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um Wiederholung umzuschalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr "Wiederhole Lieder: {true_or_false}."
|
msgstr "Wiederhole Lieder: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "\\nAutomatische Wiedergabe deaktiviert."
|
msgstr "\\nAutomatische Wiedergabe deaktiviert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr "Entferne ein bestimmtes Lied aus der Warteschlange."
|
msgstr "Entferne ein bestimmtes Lied aus der Warteschlange."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr "Nichts eingereiht."
|
msgstr "Nichts eingereiht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr "Warteschlange kann nicht geändert werden"
|
msgstr "Warteschlange kann nicht geändert werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr "Du benötigst die DJ Rolle um Lieder zu entfernen."
|
msgstr "Du benötigst die DJ Rolle um Lieder zu entfernen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um die Warteschlange zu verwalten."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um die Warteschlange zu verwalten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr "Die Track Nummer muss zwischen 1 und der Anzahl an Tracks in der Warteschlange liegen."
|
msgstr "Die Track Nummer muss zwischen 1 und der Anzahl an Tracks in der Warteschlange liegen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr "Entfernt Titel aus der Warteschlange"
|
msgstr "Entfernt Titel aus der Warteschlange"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr "{track} aus der Warteschlange entfernt."
|
msgstr "{track} aus der Warteschlange entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "Befördert einen Track mit einer bestimmten Nummer an die Spitze der Warteschlange."
|
msgstr "Befördert einen Track mit einer bestimmten Nummer an die Spitze der Warteschlange."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr "Du musst dich in dem Sprachkanal befinden, um einen Titel an den Anfang der Warteschlange zu schieben."
|
msgstr "Du musst dich in dem Sprachkanal befinden, um einen Titel an den Anfang der Warteschlange zu schieben."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr "Du benötigst die DJ Rolle, um Titel an den Anfang zu schieben."
|
msgstr "Du benötigst die DJ Rolle, um Titel an den Anfang zu schieben."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr "Lavalink Server Konfigurationsoptionen."
|
msgstr "Lavalink Server Konfigurationsoptionen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr "Host gesetzt auf {host}."
|
msgstr "Host gesetzt auf {host}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr "Lege das Lavalink Server Passwort fest."
|
msgstr "Lege das Lavalink Server Passwort fest."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr "Server Passwort auf {password} gesetzt."
|
msgstr "Server Passwort auf {password} gesetzt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr "REST Port auf {port} gesetzt."
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr "Websocket Port auf {port} gesetzt."
|
msgstr "Websocket Port auf {port} gesetzt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activado"
|
msgstr "Activado"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Activado"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Configuración cambiada"
|
msgstr "Configuración cambiada"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr "No se puede desconectar"
|
msgstr "No se puede desconectar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr "No se puede desconectar"
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "Desconectando..."
|
msgstr "Desconectando..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Reproduciendo."
|
msgstr "Reproduciendo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr "\\n Solicitado por: **{track.requester}**"
|
msgstr "\\n Solicitado por: **{track.requester}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Nada."
|
msgstr "Nada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Escuchando"
|
msgstr "Escuchando"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "Aleatorio"
|
msgstr "Aleatorio"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Repetir"
|
msgstr "Repetir"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Canción pausada"
|
msgstr "Canción pausada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "Canción reanudada"
|
msgstr "Canción reanudada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr "Alternar aleatorio."
|
msgstr "Alternar aleatorio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr "No se puede alternar el aleatorio"
|
msgstr "No se puede alternar el aleatorio"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr "Necesitas el rol del DJ para cambiar el aleatorio."
|
msgstr "Necesitas el rol del DJ para cambiar el aleatorio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr "Debes estar en un canal de voz para cambiar el aleatorio."
|
msgstr "Debes estar en un canal de voz para cambiar el aleatorio."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr "No se puede unir al canal de voz"
|
msgstr "No se puede unir al canal de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "Volumen actual:"
|
msgstr "Volumen actual:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr "No se puede cambiar el volumen"
|
msgstr "No se puede cambiar el volumen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "Volumen:"
|
msgstr "Volumen:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "Alternar repetición."
|
msgstr "Alternar repetición."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr "Host establecido en {host}."
|
msgstr "Host establecido en {host}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr "Establece la contraseña del servidor Lavalink."
|
msgstr "Establece la contraseña del servidor Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hebrew\n"
|
"Language-Team: Hebrew\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "再生中:"
|
msgstr "再生中:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "큐가 끝날때 자동으로 재생: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "활성화됨"
|
msgstr "활성화됨"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "활성화됨"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "비활성화됨"
|
msgstr "비활성화됨"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\n큐에있는 곡이 다 재생되면 자동으로 연결해제 기능
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "설정 변경됨"
|
msgstr "설정 변경됨"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "음성체널에서 나갑니다."
|
msgstr "음성체널에서 나갑니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "나가는중..."
|
msgstr "나가는중..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "현재 재생중."
|
msgstr "현재 재생중."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr "\\n 신청자: **{track.requester}**"
|
msgstr "\\n 신청자: **{track.requester}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "아무것도 없습니다."
|
msgstr "아무것도 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "지금 재생 중"
|
msgstr "지금 재생 중"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr "자동 재생"
|
msgstr "자동 재생"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "곡 섞기"
|
msgstr "곡 섞기"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "반복"
|
msgstr "반복"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "멈추거나 곡을 이어서 재생합니다."
|
msgstr "멈추거나 곡을 이어서 재생합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr "트랙을 관리할수 없습니다"
|
msgstr "트랙을 관리할수 없습니다"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr "멈추거나 다시 재생하기 위해서는 음성체널에 있어야만 합니다."
|
msgstr "멈추거나 다시 재생하기 위해서는 음성체널에 있어야만 합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "트랙 일시정지됨"
|
msgstr "트랙 일시정지됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "트랙 재생됨"
|
msgstr "트랙 재생됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr "트랙을 재생할수 없습니다"
|
msgstr "트랙을 재생할수 없습니다"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr "그 체널에 연결할 권한이 없어요."
|
msgstr "그 체널에 연결할 권한이 없어요."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr "그 체널에 연결할 권한이 없어요."
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "먼저 음성체널에 연결하세요."
|
msgstr "먼저 음성체널에 연결하세요."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "먼저 음성체널에 연결하세요."
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "라바링크와 연결되지 않았습니다."
|
msgstr "라바링크와 연결되지 않았습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "자동재생이 비활성화되었습니다."
|
msgstr "자동재생이 비활성화되었습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr "음악 번호는 1보다 크고 큐에있는 곡 끝번호보다 작아야합니다."
|
msgstr "음악 번호는 1보다 크고 큐에있는 곡 끝번호보다 작아야합니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "특정 트랙을 큐의 맨 위로 올립니다."
|
msgstr "특정 트랙을 큐의 맨 위로 올립니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr "트랙을 올릴수 없습니다."
|
msgstr "트랙을 올릴수 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr "음성체널에 들어가있어야만 트랙을 위로 옮길수 있습니다."
|
msgstr "음성체널에 들어가있어야만 트랙을 위로 옮길수 있습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr "트랙을 큐의 맨 위로 올렸습니다."
|
msgstr "트랙을 큐의 맨 위로 올렸습니다."
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "Automatisch afspelen wanneer de wachtrij eindigt: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\nAutomatisch verbinding verbreken aan het einde van de wachtrij is uit
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "Verbreek de verbinding met het spraakkanaal."
|
msgstr "Verbreek de verbinding met het spraakkanaal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Nu aan het afspelen."
|
msgstr "Nu aan het afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Niets."
|
msgstr "Niets."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Nu aan het spelen"
|
msgstr "Nu aan het spelen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Nummer is onderbroken"
|
msgstr "Nummer is onderbroken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "Nummer hervat"
|
msgstr "Nummer hervat"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr "Ik heb geen toestemming om te verbinden met jouw kanaal."
|
msgstr "Ik heb geen toestemming om te verbinden met jouw kanaal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr "Ik heb geen toestemming om te verbinden met jouw kanaal."
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "Verbind eerst met een spraakkanaal."
|
msgstr "Verbind eerst met een spraakkanaal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "Verbind eerst met een spraakkanaal."
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "Er is nog geen verbinding gemaakt met Lavalink."
|
msgstr "Er is nog geen verbinding gemaakt met Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr "Het aantal nummers moet groter zijn dan 1 en binnen de wachtrijlimiet."
|
msgstr "Het aantal nummers moet groter zijn dan 1 en binnen de wachtrijlimiet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "Zet een nummer bovenaan de wachtrij."
|
msgstr "Zet een nummer bovenaan de wachtrij."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr "Je moet in een spraakkanaal zitten om het nummer bovenaan de wachtrij te zetten."
|
msgstr "Je moet in een spraakkanaal zitten om het nummer bovenaan de wachtrij te zetten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr "Je hebt de DJ rol nodig om nummers bovenaan de wachtrij te zetten."
|
msgstr "Je hebt de DJ rol nodig om nummers bovenaan de wachtrij te zetten."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "Odtwarzaj automatycznie, gdy kolejka się zakończy: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Włączone"
|
msgstr "Włączone"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Włączone"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Wyłączone"
|
msgstr "Wyłączone"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\nAutomatyczne wychodzenie na końcu kolejki zostało wyłączone."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Ustawienie zmienione"
|
msgstr "Ustawienie zmienione"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` nie istnieje. Ścieżka będzie nadal zapisana, ale sprawdź ścieżkę i utwórz folder localtracks w `{localfolder}` przed próbą odtworzenia lokalnych ścieżek."
|
msgstr "`{localtracks}` nie istnieje. Ścieżka będzie nadal zapisana, ale sprawdź ścieżkę i utwórz folder localtracks w `{localfolder}` przed próbą odtworzenia lokalnych ścieżek."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "Odłącz od kanału głosowego."
|
msgstr "Odłącz od kanału głosowego."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr "Nie można odłączyć"
|
msgstr "Nie można odłączyć"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr "Inni słuchają - zamiast tego zagłosuj na pomijanie."
|
msgstr "Inni słuchają - zamiast tego zagłosuj na pomijanie."
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr "Nie udało się odłączyć"
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "Rozłączanie..."
|
msgstr "Rozłączanie..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Teraz odtwarzane."
|
msgstr "Teraz odtwarzane."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr "\\n Żądane przez: **{track.requester}**"
|
msgstr "\\n Żądane przez: **{track.requester}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Nic nie ma."
|
msgstr "Nic nie ma."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Teraz odtwarzane"
|
msgstr "Teraz odtwarzane"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr "Autoodtwarzanie"
|
msgstr "Autoodtwarzanie"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "Losowo"
|
msgstr "Losowo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Powtarzanie"
|
msgstr "Powtarzanie"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "Wstrzymaj lub wznawiaj odtwarzanie utworu."
|
msgstr "Wstrzymaj lub wznawiaj odtwarzanie utworu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr "Nie można zarządzać utworami"
|
msgstr "Nie można zarządzać utworami"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić."
|
msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr "Potrzebujesz roli DJ do wstrzymania lub wznowienia utworów."
|
msgstr "Potrzebujesz roli DJ do wstrzymania lub wznowienia utworów."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Utwór zapauzowany"
|
msgstr "Utwór zapauzowany"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "Utwór wznowiony"
|
msgstr "Utwór wznowiony"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr "Przejdź do początku poprzednio odtwarzanego utworu."
|
msgstr "Przejdź do początku poprzednio odtwarzanego utworu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr "Nie można pominąć utworów"
|
msgstr "Nie można pominąć utworów"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić utwór."
|
msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić utwór."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby dodać do kolejki poprzednie utwory."
|
msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby dodać do kolejki poprzednie utwory."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby dodać do kolejki
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr "Nie można odtworzyć utworów"
|
msgstr "Nie można odtworzyć utworów"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr "Brak poprzedniego utworu."
|
msgstr "Brak poprzedniego utworu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr "Powtarzanie utworu"
|
msgstr "Powtarzanie utworu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr "Szukaj w przód lub w tył w utworze o kilka sekund lub do określonego czasu.\\n\\n Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`).\\n "
|
msgstr "Szukaj w przód lub w tył w utworze o kilka sekund lub do określonego czasu.\\n\\n Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`).\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr "Nie można przeszukać utworów"
|
msgstr "Nie można przeszukać utworów"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr "Musisz być na kanale głosowym, aby przewijać."
|
msgstr "Musisz być na kanale głosowym, aby przewijać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr "Potrzebujesz roli DJ lub być żądającym utworu aby używać wyszukiwania."
|
msgstr "Potrzebujesz roli DJ lub być żądającym utworu aby używać wyszukiwania."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr "Nie można przeszukiwać strumienia."
|
msgstr "Nie można przeszukiwać strumienia."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr "Nieprawidłowe dane wejściowe dla czasu do szukania."
|
msgstr "Nieprawidłowe dane wejściowe dla czasu do szukania."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr "Przesunięto {num_seconds}s do 00:00:00"
|
msgstr "Przesunięto {num_seconds}s do 00:00:00"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr "Przesunięto {num_seconds}s do {time}"
|
msgstr "Przesunięto {num_seconds}s do {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr "Przesunięto do {time}"
|
msgstr "Przesunięto do {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr "Przełącz wymieszanie."
|
msgstr "Przełącz wymieszanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr "Nie można przełączyć losowości"
|
msgstr "Nie można przełączyć losowości"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr "Potrzebujesz roli DJ, aby przełączyć przetasowanie."
|
msgstr "Potrzebujesz roli DJ, aby przełączyć przetasowanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr "Musisz być na kanale głosowym, aby przełączyć przetasowanie."
|
msgstr "Musisz być na kanale głosowym, aby przełączyć przetasowanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr "Losuj utwory: {true_or_false}."
|
msgstr "Losuj utwory: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr "Losuj podbite utwory: {true_or_false}."
|
msgstr "Losuj podbite utwory: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr "Przejdź do następnego utworu lub do danego numeru utworu."
|
msgstr "Przejdź do następnego utworu lub do danego numeru utworu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr "Musisz być na kanale głosowym, aby pominąć muzykę."
|
msgstr "Musisz być na kanale głosowym, aby pominąć muzykę."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby pominąć utwory."
|
msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby pominąć utwory."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr "Możesz pominąć tylko bieżący utwór."
|
msgstr "Możesz pominąć tylko bieżący utwór."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr "Nie można przejść do konkretnego utworu w trybie głosowania bez roli DJ."
|
msgstr "Nie można przejść do konkretnego utworu w trybie głosowania bez roli DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr "Usunąłem/am twój głos aby pominąć."
|
msgstr "Usunąłem/am twój głos aby pominąć."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr "Zagłosowałeś/aś na pominięcie."
|
msgstr "Zagłosowałeś/aś na pominięcie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr "Próg głosowania został osiągnięty."
|
msgstr "Próg głosowania został osiągnięty."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr " Głosy: {num_votes}/{num_members} ({cur_percent}% z {required_percent}% potrzebnych)"
|
msgstr " Głosy: {num_votes}/{num_members} ({cur_percent}% z {required_percent}% potrzebnych)"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr "Zatrzymuje odtwarzanie i czyści kolejkę."
|
msgstr "Zatrzymuje odtwarzanie i czyści kolejkę."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr "Nie można zatrzymać odtwarzacza"
|
msgstr "Nie można zatrzymać odtwarzacza"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr "Musisz być na kanale głosowym, aby zatrzymać muzykę."
|
msgstr "Musisz być na kanale głosowym, aby zatrzymać muzykę."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr "Potrzebujesz roli DJ, aby zatrzymać muzykę."
|
msgstr "Potrzebujesz roli DJ, aby zatrzymać muzykę."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr "Zatrzymywanie..."
|
msgstr "Zatrzymywanie..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr "Przywołaj bota do kanału głosowego."
|
msgstr "Przywołaj bota do kanału głosowego."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr "Nie można dołączyć do kanału głosowego"
|
msgstr "Nie można dołączyć do kanału głosowego"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr "Inni słuchają."
|
msgstr "Inni słuchają."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr "Potrzebujesz roli DJ, aby przywołać bota."
|
msgstr "Potrzebujesz roli DJ, aby przywołać bota."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr "Potrzebujesz roli DJ, aby przywołać bota."
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr "Nie mam uprawnień, aby połączyć się z twoim kanałem."
|
msgstr "Nie mam uprawnień, aby połączyć się z twoim kanałem."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr "Nie mam uprawnień, aby połączyć się z twoim kanałem."
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "Najpierw połącz się z kanałem głosowym."
|
msgstr "Najpierw połącz się z kanałem głosowym."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "Najpierw połącz się z kanałem głosowym."
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane."
|
msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr "Ustaw głośność, 1% - 150%."
|
msgstr "Ustaw głośność, 1% - 150%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "Obecna głośność:"
|
msgstr "Obecna głośność:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr "Nie można zmienić głośności"
|
msgstr "Nie można zmienić głośności"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr "Musisz być na kanale głosowym, aby zmienić głośność."
|
msgstr "Musisz być na kanale głosowym, aby zmienić głośność."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr "Potrzebujesz roli DJ, aby zmienić głośność."
|
msgstr "Potrzebujesz roli DJ, aby zmienić głośność."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "Głośność:"
|
msgstr "Głośność:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "Przełącz powtarzanie."
|
msgstr "Przełącz powtarzanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr "Nie można przełączyć powtarzania"
|
msgstr "Nie można przełączyć powtarzania"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr "Potrzebujesz roli DJ, aby włączyć powtarzanie."
|
msgstr "Potrzebujesz roli DJ, aby włączyć powtarzanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr "Musisz być na kanale głosowym, aby włączyć powtarzanie."
|
msgstr "Musisz być na kanale głosowym, aby włączyć powtarzanie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr "Powtórz utwory: {true_or_false}."
|
msgstr "Powtórz utwory: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "\\nAutomatyczne odtwarzanie zostało wyłączone."
|
msgstr "\\nAutomatyczne odtwarzanie zostało wyłączone."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr "Usuń określony numer utworu z kolejki."
|
msgstr "Usuń określony numer utworu z kolejki."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr "Nic nie ma w kolejce."
|
msgstr "Nic nie ma w kolejce."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr "Nie można zmienić kolejki"
|
msgstr "Nie można zmienić kolejki"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr "Potrzebujesz roli DJ, aby usunąć utwory."
|
msgstr "Potrzebujesz roli DJ, aby usunąć utwory."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr "Musisz być w kanale głosowym aby zarządzać kolejką."
|
msgstr "Musisz być w kanale głosowym aby zarządzać kolejką."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr "Numer utworu musi być większy niż 1 i w granicach kolejki."
|
msgstr "Numer utworu musi być większy niż 1 i w granicach kolejki."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr "Usunięto utwór z kolejki"
|
msgstr "Usunięto utwór z kolejki"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr "Usunięto {track} z kolejki."
|
msgstr "Usunięto {track} z kolejki."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr "Usunięto 0 utworów, nic nie pasuje do podanego adresu URL."
|
msgstr "Usunięto 0 utworów, nic nie pasuje do podanego adresu URL."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr "Usunięto {removed_tracks} utworów z kolejki, które pasują do podanego adresu URL."
|
msgstr "Usunięto {removed_tracks} utworów z kolejki, które pasują do podanego adresu URL."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "Wrzuć numer utworu na górę kolejki."
|
msgstr "Wrzuć numer utworu na górę kolejki."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr "Nie można podrzucić utworu"
|
msgstr "Nie można podrzucić utworu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr "Musisz być na kanale głosowym, aby podrzucić utwór."
|
msgstr "Musisz być na kanale głosowym, aby podrzucić utwór."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr "Potrzebujesz roli DJ-a, aby podrzucić utwór."
|
msgstr "Potrzebujesz roli DJ-a, aby podrzucić utwór."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr "Przeniesiono utwór na górę kolejki."
|
msgstr "Przeniesiono utwór na górę kolejki."
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr "Zmodyfikowano ustawienie"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}."
|
msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr "Opcje konfiguracji serwera Lavalink."
|
msgstr "Opcje konfiguracji serwera Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr "Nie udało się wyłączyć Lavalink'a"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr "Nie udało się wyłączyć Lavalink'a"
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Proszę przeładować Audio (`{prefix}reload audio`)."
|
msgstr "Proszę przeładować Audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr "Przełącz używanie zewnętrznych serwerów Lavalink."
|
msgstr "Przełącz używanie zewnętrznych serwerów Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}."
|
msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}\\nAby to zadziałało, przeładuj audio (`{prefix}reload audio`)."
|
msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}\\nAby to zadziałało, przeładuj audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr "Ustaw host serwera Lavalink."
|
msgstr "Ustaw host serwera Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr "Zewnętrzny serwer Lavalink ustawiony na True."
|
msgstr "Zewnętrzny serwer Lavalink ustawiony na True."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr "Host ustawiony na {host}."
|
msgstr "Host ustawiony na {host}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr "Ustaw hasło serwera Lavalink."
|
msgstr "Ustaw hasło serwera Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr "Hasło serwera ustawione na {password}."
|
msgstr "Hasło serwera ustawione na {password}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr "Ustaw port serwera REST Lavalink."
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr "Port REST ustawiony na {port}."
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr "Ustaw port websocket serwera serwera Lavalink."
|
msgstr "Ustaw port websocket serwera serwera Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr "Port WebSocket ustawiony na {port}."
|
msgstr "Port WebSocket ustawiony na {port}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "Reprodução automática ao final da fila: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Habilitado"
|
msgstr "Habilitado"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Habilitado"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desabilitado"
|
msgstr "Desabilitado"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\nDesconexão automática ao final da fila foi desabilitada."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Configuração alterada"
|
msgstr "Configuração alterada"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "Desconectando..."
|
msgstr "Desconectando..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Reproduzindo agora"
|
msgstr "Reproduzindo agora"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "\\nReprodução automática foi desabilitada."
|
msgstr "\\nReprodução automática foi desabilitada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "Автовоспроизведение по окончании очер
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Включено"
|
msgstr "Включено"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "Включено"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Отключено"
|
msgstr "Отключено"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\nАвтоотключение в конце очереди отклю
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Настройки изменены"
|
msgstr "Настройки изменены"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr "`{localtracks}` не существует. Путь по-прежнему будет сохранен, но пожалуйста, проверьте путь и создайте папку localtracks в `{localfolder}` перед попыткой воспроизведения локальных треков."
|
msgstr "`{localtracks}` не существует. Путь по-прежнему будет сохранен, но пожалуйста, проверьте путь и создайте папку localtracks в `{localfolder}` перед попыткой воспроизведения локальных треков."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "Отключить от голосового канала."
|
msgstr "Отключить от голосового канала."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr "Не удалось отключить"
|
msgstr "Не удалось отключить"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr "Есть другие люди, которые слушают - проголосуйте, чтобы пропустить."
|
msgstr "Есть другие люди, которые слушают - проголосуйте, чтобы пропустить."
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr "Не удалось отключить"
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "Отключение..."
|
msgstr "Отключение..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "Сейчас играет."
|
msgstr "Сейчас играет."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr "\\n Запрошено: **{track.requester}**"
|
msgstr "\\n Запрошено: **{track.requester}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "Ничего."
|
msgstr "Ничего."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Сейчас играет"
|
msgstr "Сейчас играет"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr "Автовоспроизведение"
|
msgstr "Автовоспроизведение"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "Перемешивание"
|
msgstr "Перемешивание"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Повтор"
|
msgstr "Повтор"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "Приостановить или возобновить воспроизведение трека."
|
msgstr "Приостановить или возобновить воспроизведение трека."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr "Невозможно управлять треками"
|
msgstr "Невозможно управлять треками"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы ставить на паузу или возобновлять проигрывание."
|
msgstr "Вы должны быть в голосовом канале, чтобы ставить на паузу или возобновлять проигрывание."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr "Вам нужна роль DJ, чтобы ставить на паузу или возобновлять проигрывание."
|
msgstr "Вам нужна роль DJ, чтобы ставить на паузу или возобновлять проигрывание."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "Трек приостановлен"
|
msgstr "Трек приостановлен"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "Трек возобновлён"
|
msgstr "Трек возобновлён"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr "Перейти к началу ранее воспроизведенного трека."
|
msgstr "Перейти к началу ранее воспроизведенного трека."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr "Не удается пропустить треки"
|
msgstr "Не удается пропустить треки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы пропустить трек."
|
msgstr "Вы должны быть в голосовом канале, чтобы пропустить трек."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr "Вам нужна роль DJ или быть инициатором трека, чтобы добавить в очередь предыдущие треки."
|
msgstr "Вам нужна роль DJ или быть инициатором трека, чтобы добавить в очередь предыдущие треки."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr "Вам нужна роль DJ или быть инициатором т
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr "Не удается воспроизвести треки"
|
msgstr "Не удается воспроизвести треки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr "Нет предыдущего трека."
|
msgstr "Нет предыдущего трека."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr "Воспроизведение дорожки"
|
msgstr "Воспроизведение дорожки"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr "Перемотать трек вперед или назад.\\n\\n Для использования доступны чч - часы, мм- минуты, сс - секунды \\\\nФормат: 00:00:00 (`чч:мм:сс`) или 00:00 (`мм:сс`).\\n "
|
msgstr "Перемотать трек вперед или назад.\\n\\n Для использования доступны чч - часы, мм- минуты, сс - секунды \\\\nФормат: 00:00:00 (`чч:мм:сс`) или 00:00 (`мм:сс`).\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr "Невозможно перемотать трек"
|
msgstr "Невозможно перемотать трек"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы использовать поиск."
|
msgstr "Вы должны быть в голосовом канале, чтобы использовать поиск."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для использования перемотки."
|
msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для использования перемотки."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr "Не могу искать по трансляции."
|
msgstr "Не могу искать по трансляции."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr "Неправильно введено время для перемотки."
|
msgstr "Неправильно введено время для перемотки."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr "Перемещено на {num_seconds}с в 00:00:00"
|
msgstr "Перемещено на {num_seconds}с в 00:00:00"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr "Перемещено на {num_seconds}с в {time}"
|
msgstr "Перемещено на {num_seconds}с в {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr "Перемотано на {time}"
|
msgstr "Перемотано на {time}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr "Переключить перемешивание."
|
msgstr "Переключить перемешивание."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr "Не удается включить перемешивание"
|
msgstr "Не удается включить перемешивание"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr "Вам нужна роль диджея, чтобы переключить перемешивание."
|
msgstr "Вам нужна роль диджея, чтобы переключить перемешивание."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы переключить перемешивание."
|
msgstr "Вы должны быть в голосовом канале, чтобы переключить перемешивание."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr "Перемешивать треки: {true_or_false}."
|
msgstr "Перемешивать треки: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr "Перейти к следующему треку, или к заданному номеру трека."
|
msgstr "Перейти к следующему треку, или к заданному номеру трека."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы пропустить музыку."
|
msgstr "Вы должны быть в голосовом канале, чтобы пропустить музыку."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для пропуска треков."
|
msgstr "У вас должна быть роль DJ или вы должны быть инициатором трека для пропуска треков."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr "Вы можете пропустить только текущий трек."
|
msgstr "Вы можете пропустить только текущий трек."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr "Не удается переключить трек в режиме голосования без роли DJ."
|
msgstr "Не удается переключить трек в режиме голосования без роли DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr "Я удалила ваш голос для пропуска."
|
msgstr "Я удалила ваш голос для пропуска."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr "Вы проголосовали за пропуск."
|
msgstr "Вы проголосовали за пропуск."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr "Порог голосования достигнут."
|
msgstr "Порог голосования достигнут."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr " Голосов: {num_votes}/{num_members} (необходимо {cur_percent}% из {required_percent}%)"
|
msgstr " Голосов: {num_votes}/{num_members} (необходимо {cur_percent}% из {required_percent}%)"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr "Остановить воспроизведение и очистить очередь."
|
msgstr "Остановить воспроизведение и очистить очередь."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr "Остановить проигрывателя невозможно"
|
msgstr "Остановить проигрывателя невозможно"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы остановить музыку."
|
msgstr "Вы должны быть в голосовом канале, чтобы остановить музыку."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr "Вам нужна роль диджея, чтобы остановить музыку."
|
msgstr "Вам нужна роль диджея, чтобы остановить музыку."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr "Остановка..."
|
msgstr "Остановка..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr "Пригласить бота в голосовой канал."
|
msgstr "Пригласить бота в голосовой канал."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr "Не удается подключиться к голосовому каналу"
|
msgstr "Не удается подключиться к голосовому каналу"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr "Другие люди уже слушают музыку."
|
msgstr "Другие люди уже слушают музыку."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr "Вам нужна роль DJ для приглашения бота."
|
msgstr "Вам нужна роль DJ для приглашения бота."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr "Вам нужна роль DJ для приглашения бота."
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr "У меня нет разрешения на подключение к вашему каналу."
|
msgstr "У меня нет разрешения на подключение к вашему каналу."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr "У меня нет разрешения на подключение к
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr "Сначала подключитесь к голосовому каналу."
|
msgstr "Сначала подключитесь к голосовому каналу."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr "Сначала подключитесь к голосовому кана
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "Соединение с Lavalink еще не установлено."
|
msgstr "Соединение с Lavalink еще не установлено."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr "Установить громкость, 1% - 150%."
|
msgstr "Установить громкость, 1% - 150%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "Текущая громкость:"
|
msgstr "Текущая громкость:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr "Не удается изменить уровень громкости"
|
msgstr "Не удается изменить уровень громкости"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы изменить громкость."
|
msgstr "Вы должны быть в голосовом канале, чтобы изменить громкость."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr "Вам нужна роль диджея, чтобы изменить громкость."
|
msgstr "Вам нужна роль диджея, чтобы изменить громкость."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "Громкость:"
|
msgstr "Громкость:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "Переключить повтор."
|
msgstr "Переключить повтор."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr "Не удается поставить на повтор"
|
msgstr "Не удается поставить на повтор"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr "Вам нужна роль диджея для переключения повтора."
|
msgstr "Вам нужна роль диджея для переключения повтора."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr "Вы должны быть в голосовом канале для переключения повтора."
|
msgstr "Вы должны быть в голосовом канале для переключения повтора."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr "Повтор треков: {true_or_false}."
|
msgstr "Повтор треков: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "\\nАвтоматическое воспроизведение отключено."
|
msgstr "\\nАвтоматическое воспроизведение отключено."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr "Удалить конкретный номер трека из очереди."
|
msgstr "Удалить конкретный номер трека из очереди."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr "Ничего не поставлено в очередь."
|
msgstr "Ничего не поставлено в очередь."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr "Не удается изменить очередь"
|
msgstr "Не удается изменить очередь"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr "Вам нужна роль диджея для удаления треков."
|
msgstr "Вам нужна роль диджея для удаления треков."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы управлять очередью."
|
msgstr "Вы должны быть в голосовом канале, чтобы управлять очередью."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr "Номер песни должен быть больше 1 и в пределах лимита очереди."
|
msgstr "Номер песни должен быть больше 1 и в пределах лимита очереди."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr "{track} удален из очереди"
|
msgstr "{track} удален из очереди"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr "{track} удален из очереди."
|
msgstr "{track} удален из очереди."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr "Удалено 0 треков, ничего не соответствует предоставленному URL."
|
msgstr "Удалено 0 треков, ничего не соответствует предоставленному URL."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr "Из очереди убрано {removed_tracks} которые были найдены по добавленной ссылке."
|
msgstr "Из очереди убрано {removed_tracks} которые были найдены по добавленной ссылке."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "Поднять номер дорожки в начало очереди."
|
msgstr "Поднять номер дорожки в начало очереди."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr "Невозможно бампнуть трек"
|
msgstr "Невозможно бампнуть трек"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr "Вы должны быть в голосовом канале, чтобы поднять дорожку."
|
msgstr "Вы должны быть в голосовом канале, чтобы поднять дорожку."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr "Вам нужна роль диджея, чтобы делать треки громче."
|
msgstr "Вам нужна роль диджея, чтобы делать треки громче."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr "Трек перемещен в начало очереди."
|
msgstr "Трек перемещен в начало очереди."
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr "Пресет изменен"
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr "Параметры конфигурации сервера Lavalink."
|
msgstr "Параметры конфигурации сервера Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr "Не удалось отключить Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr "Не удалось отключить Lavalink"
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr "Внешний сервер Lavalink: {true_or_false}."
|
msgstr "Внешний сервер Lavalink: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr "Хост установлен на {host}."
|
msgstr "Хост установлен на {host}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr "Пароль сервера установлен на {password}."
|
msgstr "Пароль сервера установлен на {password}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr "REST порт установлен на {port}."
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr "Порт веб-сокета установлен на {port}."
|
msgstr "Порт веб-сокета установлен на {port}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Serbian (Latin)\n"
|
"Language-Team: Serbian (Latin)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Serbian (Cyrillic)\n"
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -245,12 +245,12 @@ msgstr "當佇列已空時的自動播放: {true_or_false}。"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已啟用"
|
msgstr "已啟用"
|
||||||
|
|
||||||
@@ -288,12 +288,12 @@ msgstr "已啟用"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
#: redbot/cogs/audio/core/commands/audioset.py:1392
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
#: redbot/cogs/audio/core/commands/audioset.py:1393
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
#: redbot/cogs/audio/core/commands/audioset.py:1466
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:414
|
#: redbot/cogs/audio/core/commands/controller.py:415
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:457
|
#: redbot/cogs/audio/core/commands/controller.py:458
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:748
|
#: redbot/cogs/audio/core/commands/controller.py:749
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:102
|
#: redbot/cogs/audio/core/commands/llset.py:101
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:119
|
#: redbot/cogs/audio/core/commands/llset.py:118
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:128
|
#: redbot/cogs/audio/core/commands/llset.py:127
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已停用"
|
msgstr "已停用"
|
||||||
|
|
||||||
@@ -334,15 +334,14 @@ msgstr "\\n已停用在佇列結束時的自動中斷連線功能。"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
#: redbot/cogs/audio/core/commands/audioset.py:1309
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
#: redbot/cogs/audio/core/commands/audioset.py:1417
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:412
|
#: redbot/cogs/audio/core/commands/controller.py:413
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:455
|
#: redbot/cogs/audio/core/commands/controller.py:456
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:755
|
#: redbot/cogs/audio/core/commands/controller.py:756
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:100
|
#: redbot/cogs/audio/core/commands/llset.py:99
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:126
|
#: redbot/cogs/audio/core/commands/llset.py:125
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:151
|
#: redbot/cogs/audio/core/commands/llset.py:150
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:174
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:200
|
#: redbot/cogs/audio/core/commands/llset.py:199
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:225
|
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "已變更設定"
|
msgstr "已變更設定"
|
||||||
|
|
||||||
@@ -606,8 +605,8 @@ msgid "`{localtracks}` does not exist. The path will still be saved, but please
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:842
|
#: redbot/cogs/audio/core/commands/audioset.py:842
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:35
|
#: redbot/cogs/audio/core/commands/llset.py:34
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:54
|
#: redbot/cogs/audio/core/commands/llset.py:53
|
||||||
#: redbot/cogs/audio/core/commands/player.py:412
|
#: redbot/cogs/audio/core/commands/player.py:412
|
||||||
#: redbot/cogs/audio/core/commands/player.py:422
|
#: redbot/cogs/audio/core/commands/player.py:422
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -1019,11 +1018,11 @@ msgstr ""
|
|||||||
msgid "Restarts the lavalink connection."
|
msgid "Restarts the lavalink connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1485
|
#: redbot/cogs/audio/core/commands/audioset.py:1483
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
msgstr "正在重新啟動 Lavalink"
|
msgstr "正在重新啟動 Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1486
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
msgid "It can take a couple of minutes for Lavalink to fully start up."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1033,20 +1032,20 @@ msgid "Disconnect from the voice channel."
|
|||||||
msgstr "退出語音頻道。"
|
msgstr "退出語音頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:34
|
#: redbot/cogs/audio/core/commands/controller.py:34
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:83
|
#: redbot/cogs/audio/core/commands/controller.py:84
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:199
|
#: redbot/cogs/audio/core/commands/controller.py:200
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:216
|
#: redbot/cogs/audio/core/commands/controller.py:217
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:230
|
#: redbot/cogs/audio/core/commands/controller.py:231
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:238
|
#: redbot/cogs/audio/core/commands/controller.py:239
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:312
|
#: redbot/cogs/audio/core/commands/controller.py:313
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:378
|
#: redbot/cogs/audio/core/commands/controller.py:379
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:469
|
#: redbot/cogs/audio/core/commands/controller.py:470
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:479
|
#: redbot/cogs/audio/core/commands/controller.py:480
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:563
|
#: redbot/cogs/audio/core/commands/controller.py:564
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:683
|
#: redbot/cogs/audio/core/commands/controller.py:684
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:714
|
#: redbot/cogs/audio/core/commands/controller.py:715
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:769
|
#: redbot/cogs/audio/core/commands/controller.py:770
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:845
|
#: redbot/cogs/audio/core/commands/controller.py:846
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
#: redbot/cogs/audio/core/commands/equalizer.py:33
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
#: redbot/cogs/audio/core/commands/equalizer.py:158
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
#: redbot/cogs/audio/core/commands/equalizer.py:188
|
||||||
@@ -1064,9 +1063,9 @@ msgid "Unable To Disconnect"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:50
|
#: redbot/cogs/audio/core/commands/controller.py:50
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:257
|
#: redbot/cogs/audio/core/commands/controller.py:258
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:325
|
#: redbot/cogs/audio/core/commands/controller.py:326
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:577
|
#: redbot/cogs/audio/core/commands/controller.py:578
|
||||||
msgid "There are other people listening - vote to skip instead."
|
msgid "There are other people listening - vote to skip instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1083,89 +1082,89 @@ msgstr ""
|
|||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr "正在斷線…"
|
msgstr "正在斷線…"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:81
|
#: redbot/cogs/audio/core/commands/controller.py:82
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Now playing."
|
msgid "Now playing."
|
||||||
msgstr "正在播放。"
|
msgstr "正在播放。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:104
|
#: redbot/cogs/audio/core/commands/controller.py:105
|
||||||
msgid "\\n Requested by: **{track.requester}**"
|
msgid "\\n Requested by: **{track.requester}**"
|
||||||
msgstr "\\n 點歌者: **{track.requester}**"
|
msgstr "\\n 點歌者: **{track.requester}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:107
|
#: redbot/cogs/audio/core/commands/controller.py:108
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
msgstr "無。"
|
msgstr "無。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:112
|
#: redbot/cogs/audio/core/commands/controller.py:113
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:79
|
#: redbot/cogs/audio/core/commands/queue.py:79
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "正在播放"
|
msgstr "正在播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:122
|
#: redbot/cogs/audio/core/commands/controller.py:123
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:89
|
#: redbot/cogs/audio/core/commands/queue.py:89
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
msgstr "自動播放"
|
msgstr "自動播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:128
|
#: redbot/cogs/audio/core/commands/controller.py:129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:95
|
#: redbot/cogs/audio/core/commands/queue.py:95
|
||||||
msgid "Shuffle"
|
msgid "Shuffle"
|
||||||
msgstr "隨機播放"
|
msgstr "隨機播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:134
|
#: redbot/cogs/audio/core/commands/controller.py:135
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:101
|
#: redbot/cogs/audio/core/commands/queue.py:101
|
||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "重複播放"
|
msgstr "重複播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:194
|
#: redbot/cogs/audio/core/commands/controller.py:195
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pause or resume a playing track."
|
msgid "Pause or resume a playing track."
|
||||||
msgstr "暫停或繼續播放歌曲。"
|
msgstr "暫停或繼續播放歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:205
|
#: redbot/cogs/audio/core/commands/controller.py:206
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:211
|
#: redbot/cogs/audio/core/commands/controller.py:212
|
||||||
msgid "Unable To Manage Tracks"
|
msgid "Unable To Manage Tracks"
|
||||||
msgstr "無法管理歌曲"
|
msgstr "無法管理歌曲"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:206
|
#: redbot/cogs/audio/core/commands/controller.py:207
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:212
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:223
|
#: redbot/cogs/audio/core/commands/controller.py:224
|
||||||
msgid "Track Paused"
|
msgid "Track Paused"
|
||||||
msgstr "歌曲已暫停"
|
msgstr "歌曲已暫停"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:227
|
#: redbot/cogs/audio/core/commands/controller.py:228
|
||||||
msgid "Track Resumed"
|
msgid "Track Resumed"
|
||||||
msgstr "歌曲已恢復"
|
msgstr "歌曲已恢復"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:236
|
#: redbot/cogs/audio/core/commands/controller.py:237
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the start of the previously played track."
|
msgid "Skip to the start of the previously played track."
|
||||||
msgstr "跳到上一個播放歌曲的開頭。"
|
msgstr "跳到上一個播放歌曲的開頭。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:250
|
#: redbot/cogs/audio/core/commands/controller.py:251
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:256
|
#: redbot/cogs/audio/core/commands/controller.py:257
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:262
|
#: redbot/cogs/audio/core/commands/controller.py:263
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:475
|
#: redbot/cogs/audio/core/commands/controller.py:476
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:490
|
#: redbot/cogs/audio/core/commands/controller.py:491
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:503
|
#: redbot/cogs/audio/core/commands/controller.py:504
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:512
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "Unable To Skip Tracks"
|
msgid "Unable To Skip Tracks"
|
||||||
msgstr "無法跳過歌曲"
|
msgstr "無法跳過歌曲"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:251
|
#: redbot/cogs/audio/core/commands/controller.py:252
|
||||||
msgid "You must be in the voice channel to skip the track."
|
msgid "You must be in the voice channel to skip the track."
|
||||||
msgstr "您必須在語音頻道內才能跳過歌曲。"
|
msgstr "您必須在語音頻道內才能跳過歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:263
|
#: redbot/cogs/audio/core/commands/controller.py:264
|
||||||
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
msgid "You need the DJ role or be the track requester to enqueue the previous song tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
#: redbot/cogs/audio/core/commands/player.py:49
|
#: redbot/cogs/audio/core/commands/player.py:49
|
||||||
#: redbot/cogs/audio/core/commands/player.py:54
|
#: redbot/cogs/audio/core/commands/player.py:54
|
||||||
#: redbot/cogs/audio/core/commands/player.py:60
|
#: redbot/cogs/audio/core/commands/player.py:60
|
||||||
@@ -1208,172 +1207,172 @@ msgstr ""
|
|||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr "無法播放歌曲"
|
msgstr "無法播放歌曲"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:271
|
#: redbot/cogs/audio/core/commands/controller.py:272
|
||||||
msgid "No previous track."
|
msgid "No previous track."
|
||||||
msgstr "沒有上一首歌曲。"
|
msgstr "沒有上一首歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:292
|
#: redbot/cogs/audio/core/commands/controller.py:293
|
||||||
msgid "Replaying Track"
|
msgid "Replaying Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:299
|
#: redbot/cogs/audio/core/commands/controller.py:300
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
msgid "Seek ahead or behind on a track by seconds or a to a specific time.\\n\\n Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\\n "
|
||||||
msgstr "在軌道上向前或向後搜索幾秒鐘或到特定時間。\\n\\n接受的格式為秒數或00:00:00(`hh:mm:ss`)或00:00 (`mm:ss`)的值。\\n "
|
msgstr "在軌道上向前或向後搜索幾秒鐘或到特定時間。\\n\\n接受的格式為秒數或00:00:00(`hh:mm:ss`)或00:00 (`mm:ss`)的值。\\n "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:317
|
#: redbot/cogs/audio/core/commands/controller.py:318
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:325
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:332
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:350
|
#: redbot/cogs/audio/core/commands/controller.py:351
|
||||||
msgid "Unable To Seek Tracks"
|
msgid "Unable To Seek Tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:318
|
#: redbot/cogs/audio/core/commands/controller.py:319
|
||||||
msgid "You must be in the voice channel to use seek."
|
msgid "You must be in the voice channel to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:332
|
#: redbot/cogs/audio/core/commands/controller.py:333
|
||||||
msgid "You need the DJ role or be the track requester to use seek."
|
msgid "You need the DJ role or be the track requester to use seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:338
|
#: redbot/cogs/audio/core/commands/controller.py:339
|
||||||
msgid "Can't seek on a stream."
|
msgid "Can't seek on a stream."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:351
|
#: redbot/cogs/audio/core/commands/controller.py:352
|
||||||
msgid "Invalid input for the time to seek."
|
msgid "Invalid input for the time to seek."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:359
|
#: redbot/cogs/audio/core/commands/controller.py:360
|
||||||
msgid "Moved {num_seconds}s to 00:00:00"
|
msgid "Moved {num_seconds}s to 00:00:00"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:366
|
#: redbot/cogs/audio/core/commands/controller.py:367
|
||||||
msgid "Moved {num_seconds}s to {time}"
|
msgid "Moved {num_seconds}s to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:374
|
#: redbot/cogs/audio/core/commands/controller.py:375
|
||||||
msgid "Moved to {time}"
|
msgid "Moved to {time}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:384
|
#: redbot/cogs/audio/core/commands/controller.py:385
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle shuffle."
|
msgid "Toggle shuffle."
|
||||||
msgstr "切換隨機播放。"
|
msgstr "切換隨機播放。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:393
|
#: redbot/cogs/audio/core/commands/controller.py:394
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:404
|
#: redbot/cogs/audio/core/commands/controller.py:405
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:436
|
#: redbot/cogs/audio/core/commands/controller.py:437
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:447
|
#: redbot/cogs/audio/core/commands/controller.py:448
|
||||||
msgid "Unable To Toggle Shuffle"
|
msgid "Unable To Toggle Shuffle"
|
||||||
msgstr "無法切換隨機播放"
|
msgstr "無法切換隨機播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:394
|
#: redbot/cogs/audio/core/commands/controller.py:395
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:437
|
#: redbot/cogs/audio/core/commands/controller.py:438
|
||||||
msgid "You need the DJ role to toggle shuffle."
|
msgid "You need the DJ role to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:405
|
#: redbot/cogs/audio/core/commands/controller.py:406
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:448
|
#: redbot/cogs/audio/core/commands/controller.py:449
|
||||||
msgid "You must be in the voice channel to toggle shuffle."
|
msgid "You must be in the voice channel to toggle shuffle."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:413
|
#: redbot/cogs/audio/core/commands/controller.py:414
|
||||||
msgid "Shuffle tracks: {true_or_false}."
|
msgid "Shuffle tracks: {true_or_false}."
|
||||||
msgstr "隨機播放歌曲: {true_or_false}."
|
msgstr "隨機播放歌曲: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:424
|
#: redbot/cogs/audio/core/commands/controller.py:425
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\\n over `[p]shuffle`.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:456
|
#: redbot/cogs/audio/core/commands/controller.py:457
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:467
|
#: redbot/cogs/audio/core/commands/controller.py:468
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Skip to the next track, or to a given track number."
|
msgid "Skip to the next track, or to a given track number."
|
||||||
msgstr "跳到下一首歌曲或指定編號的歌曲。"
|
msgstr "跳到下一首歌曲或指定編號的歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:476
|
#: redbot/cogs/audio/core/commands/controller.py:477
|
||||||
msgid "You must be in the voice channel to skip the music."
|
msgid "You must be in the voice channel to skip the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:491
|
#: redbot/cogs/audio/core/commands/controller.py:492
|
||||||
msgid "You need the DJ role or be the track requester to skip tracks."
|
msgid "You need the DJ role or be the track requester to skip tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:504
|
#: redbot/cogs/audio/core/commands/controller.py:505
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
msgstr "您只能跳過目前的歌曲。"
|
msgstr "您只能跳過目前的歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:514
|
||||||
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
msgid "Can't skip to a specific track in vote mode without the DJ role."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:519
|
#: redbot/cogs/audio/core/commands/controller.py:520
|
||||||
msgid "I removed your vote to skip."
|
msgid "I removed your vote to skip."
|
||||||
msgstr "我移除了您的跳過投票。"
|
msgstr "我移除了您的跳過投票。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:522
|
#: redbot/cogs/audio/core/commands/controller.py:523
|
||||||
msgid "You voted to skip."
|
msgid "You voted to skip."
|
||||||
msgstr "你已經投票跳過了。"
|
msgstr "你已經投票跳過了。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:535
|
#: redbot/cogs/audio/core/commands/controller.py:536
|
||||||
msgid "Vote threshold met."
|
msgid "Vote threshold met."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:538
|
#: redbot/cogs/audio/core/commands/controller.py:539
|
||||||
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:557
|
#: redbot/cogs/audio/core/commands/controller.py:558
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Stop playback and clear the queue."
|
msgid "Stop playback and clear the queue."
|
||||||
msgstr "停止播放並清除播放清單。"
|
msgstr "停止播放並清除播放清單。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:570
|
#: redbot/cogs/audio/core/commands/controller.py:571
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:576
|
#: redbot/cogs/audio/core/commands/controller.py:577
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:582
|
#: redbot/cogs/audio/core/commands/controller.py:583
|
||||||
msgid "Unable To Stop Player"
|
msgid "Unable To Stop Player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:571
|
#: redbot/cogs/audio/core/commands/controller.py:572
|
||||||
msgid "You must be in the voice channel to stop the music."
|
msgid "You must be in the voice channel to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:583
|
#: redbot/cogs/audio/core/commands/controller.py:584
|
||||||
msgid "You need the DJ role to stop the music."
|
msgid "You need the DJ role to stop the music."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:600
|
#: redbot/cogs/audio/core/commands/controller.py:601
|
||||||
msgid "Stopping..."
|
msgid "Stopping..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:608
|
#: redbot/cogs/audio/core/commands/controller.py:609
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Summon the bot to a voice channel."
|
msgid "Summon the bot to a voice channel."
|
||||||
msgstr "召喚機器人到語音頻道。"
|
msgstr "召喚機器人到語音頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:620
|
#: redbot/cogs/audio/core/commands/controller.py:621
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:627
|
#: redbot/cogs/audio/core/commands/controller.py:628
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:640
|
#: redbot/cogs/audio/core/commands/controller.py:641
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:659
|
#: redbot/cogs/audio/core/commands/controller.py:660
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:666
|
#: redbot/cogs/audio/core/commands/controller.py:667
|
||||||
msgid "Unable To Join Voice Channel"
|
msgid "Unable To Join Voice Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:621
|
#: redbot/cogs/audio/core/commands/controller.py:622
|
||||||
msgid "There are other people listening."
|
msgid "There are other people listening."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:628
|
#: redbot/cogs/audio/core/commands/controller.py:629
|
||||||
msgid "You need the DJ role to summon the bot."
|
msgid "You need the DJ role to summon the bot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:641
|
#: redbot/cogs/audio/core/commands/controller.py:642
|
||||||
#: redbot/cogs/audio/core/commands/player.py:79
|
#: redbot/cogs/audio/core/commands/player.py:79
|
||||||
#: redbot/cogs/audio/core/commands/player.py:186
|
#: redbot/cogs/audio/core/commands/player.py:186
|
||||||
#: redbot/cogs/audio/core/commands/player.py:451
|
#: redbot/cogs/audio/core/commands/player.py:451
|
||||||
@@ -1383,7 +1382,7 @@ msgstr ""
|
|||||||
msgid "I don't have permission to connect to your channel."
|
msgid "I don't have permission to connect to your channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:660
|
#: redbot/cogs/audio/core/commands/controller.py:661
|
||||||
#: redbot/cogs/audio/core/commands/player.py:89
|
#: redbot/cogs/audio/core/commands/player.py:89
|
||||||
#: redbot/cogs/audio/core/commands/player.py:196
|
#: redbot/cogs/audio/core/commands/player.py:196
|
||||||
#: redbot/cogs/audio/core/commands/player.py:461
|
#: redbot/cogs/audio/core/commands/player.py:461
|
||||||
@@ -1393,7 +1392,7 @@ msgstr ""
|
|||||||
msgid "Connect to a voice channel first."
|
msgid "Connect to a voice channel first."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:667
|
#: redbot/cogs/audio/core/commands/controller.py:668
|
||||||
#: redbot/cogs/audio/core/commands/player.py:95
|
#: redbot/cogs/audio/core/commands/player.py:95
|
||||||
#: redbot/cogs/audio/core/commands/player.py:202
|
#: redbot/cogs/audio/core/commands/player.py:202
|
||||||
#: redbot/cogs/audio/core/commands/player.py:467
|
#: redbot/cogs/audio/core/commands/player.py:467
|
||||||
@@ -1403,125 +1402,125 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink has not yet been established."
|
msgid "Connection to Lavalink has not yet been established."
|
||||||
msgstr "尚未與Lavalink建立連接。"
|
msgstr "尚未與Lavalink建立連接。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:675
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the volume, 1% - 150%."
|
msgid "Set the volume, 1% - 150%."
|
||||||
msgstr "設定音量,1% - 150%。"
|
msgstr "設定音量,1% - 150%。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:681
|
#: redbot/cogs/audio/core/commands/controller.py:682
|
||||||
msgid "Current Volume:"
|
msgid "Current Volume:"
|
||||||
msgstr "目前音量:"
|
msgstr "目前音量:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:692
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:698
|
#: redbot/cogs/audio/core/commands/controller.py:699
|
||||||
msgid "Unable To Change Volume"
|
msgid "Unable To Change Volume"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:694
|
||||||
msgid "You must be in the voice channel to change the volume."
|
msgid "You must be in the voice channel to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:699
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
msgid "You need the DJ role to change the volume."
|
msgid "You need the DJ role to change the volume."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:712
|
#: redbot/cogs/audio/core/commands/controller.py:713
|
||||||
msgid "Volume:"
|
msgid "Volume:"
|
||||||
msgstr "音量:"
|
msgstr "音量:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:721
|
#: redbot/cogs/audio/core/commands/controller.py:722
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle repeat."
|
msgid "Toggle repeat."
|
||||||
msgstr "切換重複播放。"
|
msgstr "切換重複播放。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:729
|
#: redbot/cogs/audio/core/commands/controller.py:730
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:740
|
#: redbot/cogs/audio/core/commands/controller.py:741
|
||||||
msgid "Unable To Toggle Repeat"
|
msgid "Unable To Toggle Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:730
|
#: redbot/cogs/audio/core/commands/controller.py:731
|
||||||
msgid "You need the DJ role to toggle repeat."
|
msgid "You need the DJ role to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:741
|
#: redbot/cogs/audio/core/commands/controller.py:742
|
||||||
msgid "You must be in the voice channel to toggle repeat."
|
msgid "You must be in the voice channel to toggle repeat."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:747
|
#: redbot/cogs/audio/core/commands/controller.py:748
|
||||||
msgid "Repeat tracks: {true_or_false}."
|
msgid "Repeat tracks: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:752
|
#: redbot/cogs/audio/core/commands/controller.py:753
|
||||||
msgid "\\nAuto-play has been disabled."
|
msgid "\\nAuto-play has been disabled."
|
||||||
msgstr "\\n已停用自動播放。"
|
msgstr "\\n已停用自動播放。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:764
|
#: redbot/cogs/audio/core/commands/controller.py:765
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr "從播放清單中刪除指定的歌曲編號。"
|
msgstr "從播放清單中刪除指定的歌曲編號。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:773
|
#: redbot/cogs/audio/core/commands/controller.py:774
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:777
|
#: redbot/cogs/audio/core/commands/controller.py:778
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:783
|
#: redbot/cogs/audio/core/commands/controller.py:784
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:790
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:823
|
#: redbot/cogs/audio/core/commands/controller.py:824
|
||||||
msgid "Unable To Modify Queue"
|
msgid "Unable To Modify Queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:778
|
#: redbot/cogs/audio/core/commands/controller.py:779
|
||||||
msgid "You need the DJ role to remove tracks."
|
msgid "You need the DJ role to remove tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:784
|
#: redbot/cogs/audio/core/commands/controller.py:785
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:792
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:864
|
#: redbot/cogs/audio/core/commands/controller.py:865
|
||||||
msgid "Song number must be greater than 1 and within the queue limit."
|
msgid "Song number must be greater than 1 and within the queue limit."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:805
|
#: redbot/cogs/audio/core/commands/controller.py:806
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:829
|
#: redbot/cogs/audio/core/commands/controller.py:830
|
||||||
msgid "Removed track from queue"
|
msgid "Removed track from queue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:806
|
#: redbot/cogs/audio/core/commands/controller.py:807
|
||||||
msgid "Removed {track} from the queue."
|
msgid "Removed {track} from the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:824
|
#: redbot/cogs/audio/core/commands/controller.py:825
|
||||||
msgid "Removed 0 tracks, nothing matches the URL provided."
|
msgid "Removed 0 tracks, nothing matches the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:830
|
#: redbot/cogs/audio/core/commands/controller.py:831
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:840
|
#: redbot/cogs/audio/core/commands/controller.py:841
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr "將編號歌曲移動到到播放清單頂部。"
|
msgstr "將編號歌曲移動到到播放清單頂部。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:851
|
#: redbot/cogs/audio/core/commands/controller.py:852
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:857
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:863
|
#: redbot/cogs/audio/core/commands/controller.py:864
|
||||||
#: redbot/cogs/audio/core/commands/player.py:146
|
#: redbot/cogs/audio/core/commands/player.py:146
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:852
|
#: redbot/cogs/audio/core/commands/controller.py:853
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:859
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:874
|
#: redbot/cogs/audio/core/commands/controller.py:875
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1669,147 +1668,135 @@ msgstr ""
|
|||||||
msgid "The {band_name}Hz band has been set to {band_value}."
|
msgid "The {band_name}Hz band has been set to {band_value}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:23
|
#: redbot/cogs/audio/core/commands/llset.py:22
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lavalink server configuration options."
|
msgid "Lavalink server configuration options."
|
||||||
msgstr "Lavalink伺服器的設定選項。"
|
msgstr "Lavalink伺服器的設定選項。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:27
|
#: redbot/cogs/audio/core/commands/llset.py:26
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
msgid "Change your Java executable path\\n\\n Enter nothing to reset to default.\\n "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:36
|
#: redbot/cogs/audio/core/commands/llset.py:35
|
||||||
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
msgid "You cannot changed the Java executable path of external Lavalink instances from the Audio Cog."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:45
|
#: redbot/cogs/audio/core/commands/llset.py:44
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:46
|
#: redbot/cogs/audio/core/commands/llset.py:45
|
||||||
msgid "Audio will now use `java` to run your Lavalink.jar"
|
msgid "Audio will now use `java` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:55
|
#: redbot/cogs/audio/core/commands/llset.py:54
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:61
|
||||||
msgid "Java Executable Changed"
|
msgid "Java Executable Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
msgid "Audio will now use `{exc}` to run your Lavalink.jar"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:72
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:85
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:112
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:135
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:159
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:184
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:209
|
||||||
|
msgid "Failed To Shutdown Lavalink"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:73
|
#: redbot/cogs/audio/core/commands/llset.py:73
|
||||||
|
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:86
|
#: redbot/cogs/audio/core/commands/llset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:113
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:136
|
#: redbot/cogs/audio/core/commands/llset.py:136
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:160
|
#: redbot/cogs/audio/core/commands/llset.py:160
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:185
|
#: redbot/cogs/audio/core/commands/llset.py:185
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:210
|
#: redbot/cogs/audio/core/commands/llset.py:210
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:235
|
|
||||||
msgid "Failed To Shutdown Lavalink"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:74
|
|
||||||
msgid "For it to take effect please reload Audio (`{prefix}reload audio`)."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:87
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:137
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:161
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:186
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:211
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:236
|
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:94
|
#: redbot/cogs/audio/core/commands/llset.py:93
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle using external Lavalink servers."
|
msgid "Toggle using external Lavalink servers."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:101
|
#: redbot/cogs/audio/core/commands/llset.py:100
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:127
|
#: redbot/cogs/audio/core/commands/llset.py:126
|
||||||
msgid "External Lavalink server: {true_or_false}."
|
msgid "External Lavalink server: {true_or_false}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:114
|
#: redbot/cogs/audio/core/commands/llset.py:113
|
||||||
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:144
|
#: redbot/cogs/audio/core/commands/llset.py:143
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server host."
|
msgid "Set the Lavalink server host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:148
|
#: redbot/cogs/audio/core/commands/llset.py:147
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:172
|
#: redbot/cogs/audio/core/commands/llset.py:171
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:197
|
#: redbot/cogs/audio/core/commands/llset.py:196
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:222
|
|
||||||
msgid "External Lavalink server set to True."
|
msgid "External Lavalink server set to True."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:152
|
#: redbot/cogs/audio/core/commands/llset.py:151
|
||||||
msgid "Host set to {host}."
|
msgid "Host set to {host}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:168
|
#: redbot/cogs/audio/core/commands/llset.py:167
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink server password."
|
msgid "Set the Lavalink server password."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:176
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
msgid "Server password set to {password}."
|
msgid "Server password set to {password}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:193
|
#: redbot/cogs/audio/core/commands/llset.py:192
|
||||||
#, docstring
|
|
||||||
msgid "Set the Lavalink REST server port."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:201
|
|
||||||
msgid "REST port set to {port}."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:218
|
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink websocket server port."
|
msgid "Set the Lavalink websocket server port."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:200
|
||||||
msgid "Websocket port set to {port}."
|
msgid "Websocket port set to {port}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:243
|
#: redbot/cogs/audio/core/commands/llset.py:217
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:223
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:224
|
||||||
msgid "Host: [{host}]\\n"
|
msgid "Host: [{host}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:251
|
#: redbot/cogs/audio/core/commands/llset.py:225
|
||||||
msgid "Rest Port: [{port}]\\n"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:252
|
|
||||||
msgid "WS Port: [{port}]\\n"
|
msgid "WS Port: [{port}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:253
|
#: redbot/cogs/audio/core/commands/llset.py:227
|
||||||
|
msgid "Rest Port: [{port}]\\n"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:228
|
||||||
msgid "Password: [{password}]\\n"
|
msgid "Password: [{password}]\\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:257
|
#: redbot/cogs/audio/core/commands/llset.py:232
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -643,9 +643,9 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
<search term>` to search on SoundCloud instead of YouTube.
|
<search term>` to search on SoundCloud instead of YouTube.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if not isinstance(query, (str, Query)):
|
if not isinstance(query, (str, list, Query)):
|
||||||
raise RuntimeError(
|
raise RuntimeError(
|
||||||
f"Expected 'query' to be a string or Query object but received: {type(query)} - this is an unexpected argument type, please report it."
|
f"Expected 'query' to be a string, list or Query object but received: {type(query)} - this is an unexpected argument type, please report it."
|
||||||
)
|
)
|
||||||
|
|
||||||
async def _search_menu(
|
async def _search_menu(
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bosnian\n"
|
"Language-Team: Bosnian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Catalan\n"
|
"Language-Team: Catalan\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Nyní se přehrává"
|
msgstr "Nyní se přehrává"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Chyba stopy"
|
msgstr "Chyba stopy"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Tracks können nicht abgerufen werden"
|
msgstr "Tracks können nicht abgerufen werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Kein gültiger Track gefunden."
|
msgstr "Kein gültiger Track gefunden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Jetzt läuft"
|
msgstr "Jetzt läuft"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Länge des Tracks: {length} | Angefordert von: {user}"
|
msgstr "Länge des Tracks: {length} | Angefordert von: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Der Audio-Player wird aufgrund mehrer Fehler geschlossen. Sollte das Problem vermehrt auftreten, informiere bitte den Besitzer des Bots, da das Audio-Cog eventuell vorübergehend nicht verfügbar ist."
|
msgstr "Der Audio-Player wird aufgrund mehrer Fehler geschlossen. Sollte das Problem vermehrt auftreten, informiere bitte den Besitzer des Bots, da das Audio-Cog eventuell vorübergehend nicht verfügbar ist."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Der Track hat sich aufgehängt"
|
msgstr "Der Track hat sich aufgehängt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Track-Fehler"
|
msgstr "Track-Fehler"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Greek\n"
|
"Language-Team: Greek\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Spanish\n"
|
"Language-Team: Spanish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Escuchando"
|
msgstr "Escuchando"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Longitud de la pista: {length} | Solicitado por: {user}"
|
msgstr "Longitud de la pista: {length} | Solicitado por: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Error de pista"
|
msgstr "Error de pista"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr "Le bot n'est pas connecté à un salon vocal."
|
msgstr "Le bot n'est pas connecté à un salon vocal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Impossible d'obtenir la piste"
|
msgstr "Impossible d'obtenir la piste"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes."
|
msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes."
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Impossible d'obtenir une piste valide."
|
msgstr "Impossible d'obtenir une piste valide."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Lecture automatique démarrée."
|
msgstr "Lecture automatique démarrée."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Lecture en cours"
|
msgstr "Lecture en cours"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Durée de la piste : {length} | Demandé par {user}"
|
msgstr "Durée de la piste : {length} | Demandé par {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr "File d’attente terminée."
|
msgstr "File d’attente terminée."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr "Multiples erreurs détectées"
|
msgstr "Multiples erreurs détectées"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Fermeture du lecteur audio suite à de multiples erreurs détectées. Si cela persiste, veuillez informer le propriétaire du bot car le cog Audio peut être temporairement indisponible."
|
msgstr "Fermeture du lecteur audio suite à de multiples erreurs détectées. Si cela persiste, veuillez informer le propriétaire du bot car le cog Audio peut être temporairement indisponible."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Piste Bloquée"
|
msgstr "Piste Bloquée"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Erreur de la piste"
|
msgstr "Erreur de la piste"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hebrew\n"
|
"Language-Team: Hebrew\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Indonesian\n"
|
"Language-Team: Indonesian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "再生中:"
|
msgstr "再生中:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "長さ: {length} | {user} によって追加"
|
msgstr "長さ: {length} | {user} によって追加"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "音声ファイルのエラー"
|
msgstr "音声ファイルのエラー"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "트랙을 찾을수 없습니다"
|
msgstr "트랙을 찾을수 없습니다"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "지금 재생 중"
|
msgstr "지금 재생 중"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "곡 길이: {length} | 신청자: {user}"
|
msgstr "곡 길이: {length} | 신청자: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "오디오 플레이어를 오류로 중지합니다. 오디오 명령어가 작동되지 않을수 있습니다."
|
msgstr "오디오 플레이어를 오류로 중지합니다. 오디오 명령어가 작동되지 않을수 있습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "트랙 걸림"
|
msgstr "트랙 걸림"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "트랙 에러"
|
msgstr "트랙 에러"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Norwegian Bokmal\n"
|
"Language-Team: Norwegian Bokmal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -17,112 +17,112 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr "Du har forsøkt å kjøre Audios Lavalink server på en konstruksjon som ikke støttes. Bare relaterte kommandoer vil være tilgjengelig."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\\n\\nExpected Permissions:\\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\\n\\nExpected Permissions:\\n"
|
||||||
msgstr ""
|
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\\n\\nForventede tillatelser:\\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr "Aktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Deaktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:124
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:134
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:142
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr "Kan ikke analysere argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr "Ugyldig Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:155
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:175
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr "Ugyldig miljø"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:176
|
#: redbot/cogs/audio/core/events/dpy.py:176
|
||||||
msgid "Connection to Lavalink has been lost."
|
msgid "Connection to Lavalink has been lost."
|
||||||
msgstr ""
|
msgstr "Forbindelsen til Lavalink har gått tapt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr "Ingen spiller tilgjengelig"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:185
|
#: redbot/cogs/audio/core/events/dpy.py:185
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr "Botten er ikke koblet til en talekanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr "Kunne ikke motta spor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Jeg klarer ikke å finne et spor fra Lavalink i øyeblikket, prøv igjen om noen minutter."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:205
|
#: redbot/cogs/audio/core/events/dpy.py:205
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr "Det var et problem som kommuniserte med Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:206
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr "Denne feilen er rapportert til bot eieren."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr "Kunne ikke få et gyldig spor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr "Automatisk avspilling startet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr "Spiller nå"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr "Sporlengde: {length} | Forespurt av: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr "Kø avsluttet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr "Flere feil oppdaget"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr "Hvis du lukker lydspilleren på grunn av flere feil blir oppdaget. Hvis dette vedvarer, må du informere bot eieren om at lydloggen kan være midlertidig utilgjengelig."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr "Spor satt fast"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr "Avspilling av sangen har stoppet på grunn av uunnlatelig feil.\\n{error}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr "Sporfeil"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Dutch\n"
|
"Language-Team: Dutch\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Nu aan het spelen"
|
msgstr "Nu aan het spelen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Track lengte: {length} | Aangevraagd door: {user}"
|
msgstr "Track lengte: {length} | Aangevraagd door: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Track error"
|
msgstr "Track error"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr "Bot nie jest podłączony do kanału głosowego."
|
msgstr "Bot nie jest podłączony do kanału głosowego."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nie można pobrać utworu"
|
msgstr "Nie można pobrać utworu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut."
|
msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut."
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Nie można uzyskać prawidłowego utworu."
|
msgstr "Nie można uzyskać prawidłowego utworu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Automatyczne odtwarzanie rozpoczęte."
|
msgstr "Automatyczne odtwarzanie rozpoczęte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Teraz gram"
|
msgstr "Teraz gram"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Długość utworu: {length} | Żądany przez: {user}"
|
msgstr "Długość utworu: {length} | Żądany przez: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr "Kolejka zakończona."
|
msgstr "Kolejka zakończona."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr "Wykryto wiele błędów"
|
msgstr "Wykryto wiele błędów"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Zamykanie odtwarzacza audio z powodu wykrycia wielu błędów. Jeśli to się powtarza, poinformuj właściciela bota, ponieważ moduł Audio może być tymczasowo niedostępny."
|
msgstr "Zamykanie odtwarzacza audio z powodu wykrycia wielu błędów. Jeśli to się powtarza, poinformuj właściciela bota, ponieważ moduł Audio może być tymczasowo niedostępny."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Zacięty utwór"
|
msgstr "Zacięty utwór"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr "Odtwarzanie utworu zostało zatrzymane z powodu nieoczekiwanego błędu.\\n{error}"
|
msgstr "Odtwarzanie utworu zostało zatrzymane z powodu nieoczekiwanego błędu.\\n{error}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Błąd utworu"
|
msgstr "Błąd utworu"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Não foi possível obter uma faixa válida."
|
msgstr "Não foi possível obter uma faixa válida."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Reproduzindo agora"
|
msgstr "Reproduzindo agora"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Duração da faixa: {length} | Solicitado por: {user}"
|
msgstr "Duração da faixa: {length} | Solicitado por: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Fechando o reprodutor de áudio devido a vários erros haverem sido detectados. Se isto persistir, favor informar ao dono do bot já que a engrenagem Audio estará indisponível temporariamente."
|
msgstr "Fechando o reprodutor de áudio devido a vários erros haverem sido detectados. Se isto persistir, favor informar ao dono do bot já que a engrenagem Audio estará indisponível temporariamente."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Faixa engasgada"
|
msgstr "Faixa engasgada"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Erro na faixa"
|
msgstr "Erro na faixa"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Romanian\n"
|
"Language-Team: Romanian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Не удается получить трек"
|
msgstr "Не удается получить трек"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Не удалось получить правильный трек."
|
msgstr "Не удалось получить правильный трек."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Сейчас играет"
|
msgstr "Сейчас играет"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Длина трека: {length} | Запрошено: {user}"
|
msgstr "Длина трека: {length} | Запрошено: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr "Обнаружено множество ошибок"
|
msgstr "Обнаружено множество ошибок"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Закрытие аудио проигрывателя из-за нескольких обнаруженных ошибок. Если это повторится, сообщите владельцу бота как Audio Cog может быть временно недоступен."
|
msgstr "Закрытие аудио проигрывателя из-за нескольких обнаруженных ошибок. Если это повторится, сообщите владельцу бота как Audio Cog может быть временно недоступен."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Трек застрял"
|
msgstr "Трек застрял"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Ошибка отслеживания"
|
msgstr "Ошибка отслеживания"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Serbian (Latin)\n"
|
"Language-Team: Serbian (Latin)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Serbian (Cyrillic)\n"
|
"Language-Team: Serbian (Cyrillic)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Audio's Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir."
|
msgstr "Ses modülünün Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\\n\\nExpected Permissions:\\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\\n\\nExpected Permissions:\\n"
|
||||||
msgstr ""
|
msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\\n\\nBeklediğim İzinler:\\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
@@ -37,11 +37,11 @@ msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:134
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr "`{user_input}` `{command}` için geçerli bir değer değil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:142
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr "Değişken işlenemedi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
@@ -50,7 +50,7 @@ msgstr "Geçersiz argüment"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:155
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr "`{}` için sunduğunuz değişken geçersiz, ben bir `{}` bekliyordum."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:175
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
@@ -62,67 +62,67 @@ msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:184
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr "Kullanılabilir müzik çalar yok"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:185
|
#: redbot/cogs/audio/core/events/dpy.py:185
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr "Bot her hangi bir ses kanalında değil."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Parça alınamıyor"
|
msgstr "Parça alınamıyor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:205
|
#: redbot/cogs/audio/core/events/dpy.py:205
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr "Discord ile haberleşirken sorun oluştu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:206
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr "Hata bot sahibine bildirildi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "Geçerli bir parça alınamadı."
|
msgstr "Geçerli bir parça alınamadı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr "Otomatik çalma başladı."
|
msgstr "Otomatik çalma başladı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "Şimdi oynatılıyor"
|
msgstr "Şimdi oynatılıyor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "Şarkı uzunluğu: {length} | Şarkıyı sıraya koyan: {user}"
|
msgstr "Şarkı uzunluğu: {length} | Şarkıyı sıraya koyan: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr "Sıra sonlandırıldı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr "Birden fazla hata tespit edildi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr "Birden çok hata nedeniyle müzik çalar kapatılıyor. Hata devam ederse, lütfen bot sahibini bilgilendiriniz. Audio eklentisi geçici olarak devre dışı kalmış olabilir."
|
msgstr "Birden çok hata nedeniyle müzik çalar kapatılıyor. Hata devam ederse, lütfen bot sahibini bilgilendiriniz. Audio eklentisi geçici olarak devre dışı kalmış olabilir."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr "Parça Takıldı"
|
msgstr "Parça Takıldı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr "Şarkının oynatımı beklenmedik bir hata sebebiyle durduruldu.\\n{error}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "Şarkı hatası"
|
msgstr "Şarkı hatası"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Simplified\n"
|
"Language-Team: Chinese Simplified\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-26 17:01+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Chinese Traditional\n"
|
"Language-Team: Chinese Traditional\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -69,12 +69,12 @@ msgid "The bot is not connected to a voice channel."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:193
|
#: redbot/cogs/audio/core/events/dpy.py:193
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:98
|
#: redbot/cogs/audio/core/events/lavalink.py:105
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:194
|
#: redbot/cogs/audio/core/events/dpy.py:194
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:99
|
#: redbot/cogs/audio/core/events/lavalink.py:106
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -86,43 +86,43 @@ msgstr ""
|
|||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:89
|
#: redbot/cogs/audio/core/events/lavalink.py:96
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr "無法取得有效的歌曲。"
|
msgstr "無法取得有效的歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:121
|
#: redbot/cogs/audio/core/events/lavalink.py:128
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:136
|
#: redbot/cogs/audio/core/events/lavalink.py:143
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
msgstr "正在播放"
|
msgstr "正在播放"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:138
|
#: redbot/cogs/audio/core/events/lavalink.py:145
|
||||||
msgid "Track length: {length} | Requested by: {user}"
|
msgid "Track length: {length} | Requested by: {user}"
|
||||||
msgstr "歌曲長度: {length} | 點歌者: {user}"
|
msgstr "歌曲長度: {length} | 點歌者: {user}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:159
|
#: redbot/cogs/audio/core/events/lavalink.py:166
|
||||||
msgid "Queue ended."
|
msgid "Queue ended."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:202
|
#: redbot/cogs/audio/core/events/lavalink.py:211
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:203
|
#: redbot/cogs/audio/core/events/lavalink.py:212
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:217
|
#: redbot/cogs/audio/core/events/lavalink.py:226
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:218
|
#: redbot/cogs/audio/core/events/lavalink.py:227
|
||||||
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
msgid "Playback of the song has stopped due to an unexcepted error.\\n{error}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:224
|
#: redbot/cogs/audio/core/events/lavalink.py:233
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
msgstr "播放音樂時發生錯誤"
|
msgstr "播放音樂時發生錯誤"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-22 12:30+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Afrikaans\n"
|
"Language-Team: Afrikaans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"X-Crowdin-File-ID: 692\n"
|
"X-Crowdin-File-ID: 692\n"
|
||||||
"Language: af_ZA\n"
|
"Language: af_ZA\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/__init__.py:33
|
#: redbot/cogs/audio/core/__init__.py:34
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-22 12:30+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"X-Crowdin-File-ID: 692\n"
|
"X-Crowdin-File-ID: 692\n"
|
||||||
"Language: ar_SA\n"
|
"Language: ar_SA\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/__init__.py:33
|
#: redbot/cogs/audio/core/__init__.py:34
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-22 12:30+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"X-Crowdin-File-ID: 692\n"
|
"X-Crowdin-File-ID: 692\n"
|
||||||
"Language: bg_BG\n"
|
"Language: bg_BG\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/__init__.py:33
|
#: redbot/cogs/audio/core/__init__.py:34
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2020-10-22 12:30+0000\n"
|
"POT-Creation-Date: 2020-10-29 12:34+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bosnian\n"
|
"Language-Team: Bosnian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -15,7 +15,7 @@ msgstr ""
|
|||||||
"X-Crowdin-File-ID: 692\n"
|
"X-Crowdin-File-ID: 692\n"
|
||||||
"Language: bs_BA\n"
|
"Language: bs_BA\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/__init__.py:33
|
#: redbot/cogs/audio/core/__init__.py:34
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Play audio through voice channels."
|
msgid "Play audio through voice channels."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user