mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Compare commits
88 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63359ce831 | ||
|
|
6b81d80588 | ||
|
|
97377a9f8d | ||
|
|
56377b0596 | ||
|
|
4d4cb14725 | ||
|
|
1132498f6c | ||
|
|
5069f464cc | ||
|
|
2157ed4f9b | ||
|
|
ef098c8d02 | ||
|
|
64deccff5f | ||
|
|
d844c6f1f8 | ||
|
|
9ef4271afa | ||
|
|
bb2e3687fc | ||
|
|
979a6aa9eb | ||
|
|
0747b92653 | ||
|
|
47cc879b80 | ||
|
|
b6471797cc | ||
|
|
742339a990 | ||
|
|
e8c89d4d08 | ||
|
|
483682dfb5 | ||
|
|
100de11ce6 | ||
|
|
dbb91dfce8 | ||
|
|
3ac2512c14 | ||
|
|
a06a704365 | ||
|
|
9e23c3a5b8 | ||
|
|
1248927fb6 | ||
|
|
93b51acf31 | ||
|
|
7e03756f06 | ||
|
|
d04cc36bc6 | ||
|
|
6fbcdfc74a | ||
|
|
7e05bec6a0 | ||
|
|
6f920daeed | ||
|
|
df7bbe5b55 | ||
|
|
8e1b906012 | ||
|
|
ba210bd08e | ||
|
|
d8e584b5e8 | ||
|
|
bad23a4a93 | ||
|
|
48cfde7b8c | ||
|
|
8ee3ac9352 | ||
|
|
9c85917dad | ||
|
|
fdcbe00143 | ||
|
|
7dff136937 | ||
|
|
49bf103891 | ||
|
|
41204ccf77 | ||
|
|
b1c3b37235 | ||
|
|
4dc7efab29 | ||
|
|
85cf0f52d9 | ||
|
|
8acc1c3e02 | ||
|
|
be5751a7ea | ||
|
|
30dc128c39 | ||
|
|
3b92c225ac | ||
|
|
9d04f17cd2 | ||
|
|
31700a226e | ||
|
|
dc94c96c9e | ||
|
|
10e09d6abc | ||
|
|
3abf4cac05 | ||
|
|
9b7aa17564 | ||
|
|
f47d1dffb3 | ||
|
|
edb3369169 | ||
|
|
e8ce3d8682 | ||
|
|
a59e73a605 | ||
|
|
69cf604e0e | ||
|
|
1ec95beb56 | ||
|
|
1262921b17 | ||
|
|
8dfa5c2a86 | ||
|
|
327f2fed50 | ||
|
|
6cd7a380f4 | ||
|
|
ecb60c0856 | ||
|
|
cbe50bf82e | ||
|
|
a2132ad0a5 | ||
|
|
2386b8363f | ||
|
|
7f820dab0c | ||
|
|
5893d590a7 | ||
|
|
59216e2632 | ||
|
|
31b975eecc | ||
|
|
2369017f6a | ||
|
|
91f19c7410 | ||
|
|
70ca8ff1f4 | ||
|
|
e7d7eba68f | ||
|
|
1d828c447c | ||
|
|
66fe981ea8 | ||
|
|
41d89c7b54 | ||
|
|
30d452b311 | ||
|
|
c52ef73097 | ||
|
|
d3310f80fa | ||
|
|
d7455ff568 | ||
|
|
b52f7ede46 | ||
|
|
1d654c2edc |
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -5,3 +5,7 @@
|
|||||||
|
|
||||||
# include commit/tag information in `.git_archive_info.txt` when packing with git-archive
|
# include commit/tag information in `.git_archive_info.txt` when packing with git-archive
|
||||||
.git_archive_info.txt export-subst
|
.git_archive_info.txt export-subst
|
||||||
|
|
||||||
|
# hide diffs for .po files by default
|
||||||
|
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
|
||||||
|
*.po linguist-generated
|
||||||
|
|||||||
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -24,6 +24,8 @@
|
|||||||
- "!redbot/cogs/audio/**/locales/*"
|
- "!redbot/cogs/audio/**/locales/*"
|
||||||
# Docs
|
# Docs
|
||||||
- docs/cog_guides/audio.rst
|
- docs/cog_guides/audio.rst
|
||||||
|
# Tests
|
||||||
|
- tests/cogs/audio/**/*
|
||||||
"Category: Cogs - Bank": [] # historical label for a removed cog
|
"Category: Cogs - Bank": [] # historical label for a removed cog
|
||||||
"Category: Cogs - Cleanup":
|
"Category: Cogs - Cleanup":
|
||||||
# Source
|
# Source
|
||||||
|
|||||||
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "3.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release_information:
|
release_information:
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ def pip_compile(name: str) -> None:
|
|||||||
"piptools",
|
"piptools",
|
||||||
"compile",
|
"compile",
|
||||||
"--upgrade",
|
"--upgrade",
|
||||||
|
"--resolver=backtracking",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
f"{name}.in",
|
f"{name}.in",
|
||||||
"--output-file",
|
"--output-file",
|
||||||
|
|||||||
243
CHANGES.rst
243
CHANGES.rst
@@ -1,5 +1,246 @@
|
|||||||
.. Red changelogs
|
.. Red changelogs
|
||||||
|
|
||||||
|
Redbot 3.5.5 (2023-09-14)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`palmtree5`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6248`)
|
||||||
|
- **Cogs - Downloader** - Cogs in the ``[p]cog list`` command are now listed alphabetically (:issue:`6214`, :issue:`6215`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core - Bot Commands** - Fixed handling of an edge case in the ``[p]diagnoseissues`` command that involved commands without a cog (:issue:`6237`)
|
||||||
|
- **Core - Bot Commands** - Fixed the formatting of nested result lists in the ``[p]diagnoseissues`` command (:issue:`6238`)
|
||||||
|
- **Cogs - Mod** - Fixed the formatting of the help description for the ``[p]ban``, ``[p]kick``, and ``[p]tempban`` commands (:issue:`6245`)
|
||||||
|
- |cool| **Cogs - Streams** - Updated the implementation of Twitch streams to no longer use the "Get Users Follows" endpoint that was deprecated in February 2023 (:issue:`6246`, :issue:`6247`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- Updated Python version in ``pyenv`` instructions (:issue:`6241`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.4 (2023-08-12)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`laggron42`, :ghuser:`Leo40Git`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Information for Audio users that are using an external Lavalink instance (if you don't know what that is, you should skip this point):
|
||||||
|
|
||||||
|
Red 3.5.4 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.7.8>`__.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Additions
|
||||||
|
*********
|
||||||
|
|
||||||
|
- |cool| **Core - Bot Commands** - Added ``[p]set status custom`` command allowing the bot owner to change the bot's custom status (:issue:`6226`)
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6225`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core** - Fixed errors showing in logs when the button menu timed out and the original message no longer existed (:issue:`6228`, :issue:`6229`)
|
||||||
|
- |cool| **Cogs - Audio** - Fixed YT playback (:issue:`6221`)
|
||||||
|
- **Cogs - Audio** - Fixed poor quality of ``[p]local/queue search``'s results when case sensitive matching was involved (:issue:`6129`, :issue:`6224`)
|
||||||
|
- **Cogs - Audio** - Fixed ``[p]local search`` resorting to YT playback when file name involved certain characters such as ``-`` (:issue:`6223`)
|
||||||
|
- **Cogs - CustomCommands** - Fixed poor quality of ``[p]customcom search``'s results when case sensitive matching was involved (:issue:`6224`)
|
||||||
|
- **Cogs - Streams** - Fixed Picarto channels showing without the channel avatar (:issue:`6230`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.3 (2023-07-24)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`AAA3A-AAA3A`, :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Om1609`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`, :ghuser:`Zephyrkul`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Fedora 36, Ubuntu 18.04 LTS and versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux older than 8.6 are no longer supported as they have already reached their end of life.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- |cool| Red has been updated to support `Discord's new username system <https://discord.com/blog/usernames>`__ (:issue:`6130`)
|
||||||
|
|
||||||
|
This means that we now support passing the new usernames as arguments
|
||||||
|
and properly display usernames/global display names in core commands and cogs where applicable.
|
||||||
|
|
||||||
|
- **Core** - All bots are are now considered to be immune to auto-moderation (:issue:`6130`)
|
||||||
|
- **Core** - Added list of command-line arguments to ``redbot --debuginfo <instance_name>`` and ``[p]debuginfo`` (:issue:`6164`)
|
||||||
|
- **Core - Bot Commands** - The ``[p]set api`` command will now hide the button once the time to open the modal to set API keys elapses (:issue:`6166`)
|
||||||
|
- **Core - Command-line Interfaces** - Multiple arguments to ``--co-owner``, ``--load-cogs``, and ``--unload-cogs`` flags can now be specified both by passing multiple arguments right after the flag and by repeating the flag multiple times with different arguments (:issue:`6200`)
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6185`)
|
||||||
|
- |cool| **Cogs - Audio** - The managed Lavalink server can now be run with either Java 11 or Java 17 (:issue:`6190`)
|
||||||
|
- **Cogs - Audio** - Added an option to auto-use default HTTP/HTTPS port for unmanaged Lavalink server (:issue:`5629`)
|
||||||
|
- **Cogs - Mod** - The cog now tracks both the usernames *and* global display names (:issue:`6130`)
|
||||||
|
|
||||||
|
Removals
|
||||||
|
********
|
||||||
|
|
||||||
|
- **Core - OS Support** - Fedora 36, Ubuntu 18.04 LTS and versions of RHEL/Alma Linux/Oracle Linux/Rocky Linux older than 8.6 are no longer supported as they have already reached end of life (:issue:`6189`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core** - Red's menu timeout is now consistent between reaction and button menus (:issue:`6173`)
|
||||||
|
- **Core - Bot Commands** - Fixed message too long error in the ``[p]slash list`` command (:issue:`6167`)
|
||||||
|
- **Core - Command-line Interfaces** - Red will now properly exit with code ``1`` (``CRITICAL``) when the bot fails after connecting to Discord but before becoming ready instead of indefinitely hanging in non-working condition (:issue:`6202`)
|
||||||
|
- **Cogs - Audio** - Fixed playlist selection in the picker used by the playlist-related commands (:issue:`6169`, :issue:`6170`)
|
||||||
|
- **Cogs - Cleanup** - Fixed an issue with ``[p]cleanup self`` not working in DMs (:issue:`6196`, :issue:`6197`)
|
||||||
|
- **Cogs - Downloader** - Fixed ``CancelledError`` tracebacks showing up in logs when the bot is shut down quickly after the cog is loaded (:issue:`6203`)
|
||||||
|
- **Cogs - Mutes** - Fixed ``CancelledError`` tracebacks showing up in logs when the bot is shut down quickly after the cog is loaded (:issue:`6203`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Additions
|
||||||
|
*********
|
||||||
|
|
||||||
|
- |cool| **Core - Utils Package** - Added new view (`ConfirmView`) that can be used to ask for confirmation (:issue:`6174`, :issue:`6176`)
|
||||||
|
- **Core - Commands Package** - Added `Command.is_enabled()` method allowing to check whether the command is disabled in a guild/globally (:issue:`4130`, :issue:`5552`, :issue:`6209`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core - Commands Package** - Fixed handling of cases where the string returned by `Cog.format_help_for_context()`/`Command.format_help_for_context()` starts with ``"\n\n"`` (:issue:`5941`)
|
||||||
|
- **Cogs - Dev** - Fixed issues with exception formatting in ``[p]eval/repl/debug`` commands not including the code for chained/grouped exceptions (:issue:`6178`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Additions
|
||||||
|
*********
|
||||||
|
|
||||||
|
- Added usage example to `get_end_user_data_statement_or_raise()` (:issue:`6171`)
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- |cool| Added install instructions for Debian 12 Bookworm (:issue:`6190`)
|
||||||
|
- |cool| The install guides have been updated to install Java 17 when possible (:issue:`6190`)
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.2 (2023-05-14)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`flaree`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`rramboer`, :ghuser:`synrg`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core** - Added list of global prefixes to ``redbot --debuginfo <instance_name>`` and ``[p]debuginfo`` (:issue:`6153`)
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6155`)
|
||||||
|
- **Cogs - Downloader** - Updated the code block style in ``[p]repo list`` and ``[p]cog list`` to account for Discord client changes (:issue:`6003`, :issue:`6152`)
|
||||||
|
- **Cogs - Trivia** - Updated the code block style in the scoreboard to account for Discord client changes (:issue:`6152`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fixed visual issues with numbered and unnumbered lists caused by Discord's new Markdown support (:issue:`6101`)
|
||||||
|
- **Core** - Fixed handling of cooldown errors for application commands (:issue:`6159`)
|
||||||
|
- **Core - Bot Commands** - Added missing backtick to the help of ``[p]set serverprefix`` (:issue:`6004`)
|
||||||
|
- **Core - Command-line Interfaces** - Fixed ``redbot --debuginfo`` trying to start/starting the bot (:issue:`6131`)
|
||||||
|
- **Cogs - Audio** - Fixed Audio's managed node trying to allocate 4 GB of memory on 32-bit platforms regardless of how much is actually available (:issue:`6137`, :issue:`6150`)
|
||||||
|
- **Cogs - Audio** - Fixed song selection in ``[p]search`` always picking the first option when buttons are used (:issue:`6136`, :issue:`6143`)
|
||||||
|
- **Cogs - CustomCommands** - Fixed parameter handling (:issue:`6138`, :issue:`6149`)
|
||||||
|
- **Cogs - Mutes** - Fixed ``[p]channelmute`` returning "That user is already muted" error when the user is not actually muted (:issue:`6144`)
|
||||||
|
- **Cogs - Mutes** - Fixed unexpected error in automatic channel unmuting when the relevant channel is not available (:issue:`6140`, :issue:`6144`)
|
||||||
|
- **Cogs - Reports** - Fixed ``[p]report`` command not working in DMs (:issue:`6148`)
|
||||||
|
- **Vendored Packages** - Fixed menus breaking in DMs (:issue:`6139`)
|
||||||
|
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Additions
|
||||||
|
*********
|
||||||
|
|
||||||
|
- **Core - Data Manager** - Added a new `data_manager.instance_name()` public function (:issue:`6146`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core - Utils Package** - Fixed ``menu()`` passing an instance of `discord.PartialEmoji` instead of `str` when a button with a unicode emoji is used (:issue:`6143`)
|
||||||
|
- **Cogs - Dev** - Fixed issues with exception formatting in ``[p]eval/repl/debug`` commands failing when code from a previous invocation of any of those commands was used (:issue:`6135`)
|
||||||
|
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fixed the search box on the documentation page returning no results (:issue:`6185`)
|
||||||
|
- Fixed command choices example in `Slash Commands and Interactions guide <guide_slash_and_interactions>` (:issue:`6154`)
|
||||||
|
- Updated `the 3.5.0 changelog <redbot-3-5-0-2023-05-04>`, `incompatible-changes-3.5`, and `end-user-guarantees` documents to mention the new ``x86-64-v2`` instruction set requirement (:issue:`6141`, :issue:`6147`)
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Redbot 3.5.1 (2023-05-04)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people that contributed to this release:
|
||||||
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
|
This is a hotfix release fixing documentation issues and a bug with the update notification logic
|
||||||
|
that caused Red to crash.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core** - Fixed a crash in the Red update notification logic (:issue:`6124`)
|
||||||
|
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- Fix the instructions for updating Red (:issue:`6123`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
.. _redbot-3-5-0-2023-05-04:
|
||||||
|
|
||||||
Redbot 3.5.0 (2023-05-04)
|
Redbot 3.5.0 (2023-05-04)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
@@ -25,6 +266,7 @@ Read before updating
|
|||||||
|
|
||||||
#. Red 3.5 comes with breaking changes for cog developers. Look at `Backward incompatible changes in Red 3.5 document <incompatible-changes-3.5>` and `Developer changelog <important-350-2>` for full details.
|
#. Red 3.5 comes with breaking changes for cog developers. Look at `Backward incompatible changes in Red 3.5 document <incompatible-changes-3.5>` and `Developer changelog <important-350-2>` for full details.
|
||||||
#. Fedora 35 and Debian 10 (Buster) are no longer supported as they have already reached their end of life.
|
#. Fedora 35 and Debian 10 (Buster) are no longer supported as they have already reached their end of life.
|
||||||
|
#. On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for Intel CPUs that have been released before 2009 and AMD CPUs that have been released before 2012.
|
||||||
|
|
||||||
.. _important-350-1:
|
.. _important-350-1:
|
||||||
|
|
||||||
@@ -35,6 +277,7 @@ Breaking Changes
|
|||||||
****************
|
****************
|
||||||
|
|
||||||
- **Core** - The bot will no longer launch without an owner set (:issue:`4926`)
|
- **Core** - The bot will no longer launch without an owner set (:issue:`4926`)
|
||||||
|
- **Core - OS support** - On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for Intel CPUs that have been released before 2009 and AMD CPUs that have been released before 2012 (:issue:`6100`)
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
*********
|
*********
|
||||||
|
|||||||
8
LICENSE
8
LICENSE
@@ -675,10 +675,10 @@ the library. If this is what you want to do, use the GNU Lesser General
|
|||||||
Public License instead of this License. But first, please read
|
Public License instead of this License. But first, please read
|
||||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||||
|
|
||||||
The Red-DiscordBot project contains subcomponents in audio.py that have a
|
The Red-DiscordBot project contains subcomponents in the Audio module that
|
||||||
separate copyright notice and license terms. Your use of the source code for
|
have a separate copyright notice and license terms. Your use of the source
|
||||||
these subcomponents is subject to the terms and conditions of the following
|
code for these subcomponents is subject to the terms and conditions of the
|
||||||
licenses.
|
following licenses.
|
||||||
|
|
||||||
This product bundles methods from https://github.com/Just-Some-Bots/MusicBot/
|
This product bundles methods from https://github.com/Just-Some-Bots/MusicBot/
|
||||||
blob/master/musicbot/spotify.py which are available under an MIT license.
|
blob/master/musicbot/spotify.py which are available under an MIT license.
|
||||||
|
|||||||
@@ -3,15 +3,15 @@
|
|||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
The table below explains the current state of our versions. Currently, only version
|
The table below explains the current state of our versions. Currently, only version
|
||||||
3.4 and higher are supported and receive security updates. Versions lower than 3.4
|
3.5 and higher are supported and receive security updates. Versions lower than 3.5
|
||||||
are considered End of Life and will not receive any security updates.
|
are considered End of Life and will not receive any security updates.
|
||||||
|
|
||||||
| Version | Branch | Security Updates | End of Life |
|
| Version | Branch | Security Updates | End of Life |
|
||||||
|---------------|------------|--------------------|--------------------|
|
|---------------|------------|--------------------|--------------------|
|
||||||
| < 2.0 | master | :x: | :white_check_mark: |
|
| < 2.0 | master | :x: | :white_check_mark: |
|
||||||
| >= 2.0, < 3.0 | develop | :x: | :white_check_mark: |
|
| >= 2.0, < 3.0 | develop | :x: | :white_check_mark: |
|
||||||
| >= 3.0, < 3.4 | V3/develop | :x: | :white_check_mark: |
|
| >= 3.0, < 3.5 | V3/develop | :x: | :white_check_mark: |
|
||||||
| >= 3.4 | V3/develop | :white_check_mark: | :x: |
|
| >= 3.5 | V3/develop | :white_check_mark: | :x: |
|
||||||
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|||||||
@@ -116,18 +116,18 @@ How can I use this playlist link with playlist commands in audio?**
|
|||||||
:ref:`setting up Audio for multiple bots<multibots>`. Otherwise, another process is using the
|
:ref:`setting up Audio for multiple bots<multibots>`. Otherwise, another process is using the
|
||||||
port, so you need to figure out what is using port 2333 and terminate/disconnect it yourself.
|
port, so you need to figure out what is using port 2333 and terminate/disconnect it yourself.
|
||||||
|
|
||||||
**Q: My terminal is saying that I "must install Java 11 for Lavalink to run". How can I fix this?**
|
**Q: My terminal is saying that I "must install Java 17 or 11 for Lavalink to run". How can I fix this?**
|
||||||
|
|
||||||
You are getting this error because you have a different version of Java installed, or you don't have
|
You are getting this error because you have a different version of Java installed, or you don't have
|
||||||
Java installed at all. As the error states, Java 11 is required, and can be installed from
|
Java installed at all. As the error states, Java 17 or 11 is required, and can be installed from
|
||||||
`here <https://adoptium.net/temurin/releases/?version=11>`__.
|
`here <https://adoptium.net/temurin/releases/?version=17>`__.
|
||||||
|
|
||||||
If you have Java 11 installed, and are still getting this error, you will have to manually tell Audio where your Java install is located.
|
If you have Java 17 or 11 installed, and are still getting this error, you will have to manually tell Audio where your Java install is located.
|
||||||
Use ``[p]llset java <path_to_java_11_executable>``, to make Audio launch Lavalink with a
|
Use ``[p]llset java <path_to_java_17_or_11_executable>``, to make Audio launch Lavalink with a
|
||||||
specific Java binary. To do this, you will need to locate your ``java.exe``/``java`` file
|
specific Java binary. To do this, you will need to locate your ``java.exe``/``java`` file
|
||||||
in your **Java 11 install**.
|
in your **Java 17 or 11 install**.
|
||||||
|
|
||||||
Alternatively, update your PATH settings so that Java 11 is the one used by ``java``. However,
|
Alternatively, update your PATH settings so that Java 17 or 11 is the one used by ``java``. However,
|
||||||
you should confirm that nothing other than Red is running on the machine that requires Java.
|
you should confirm that nothing other than Red is running on the machine that requires Java.
|
||||||
|
|
||||||
.. _queue_commands:
|
.. _queue_commands:
|
||||||
@@ -544,11 +544,11 @@ following commands one by one.
|
|||||||
sudo apt install curl nano -y
|
sudo apt install curl nano -y
|
||||||
|
|
||||||
If you have no preference in which Java version you install on your target system, Red
|
If you have no preference in which Java version you install on your target system, Red
|
||||||
uses OpenJDK 11 in the managed Lavalink configuration. It can be installed by running:
|
uses OpenJDK 17 in the managed Lavalink configuration. It can be installed by running:
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
sudo apt install openjdk-11-jre-headless -y
|
sudo apt install openjdk-17-jre-headless -y
|
||||||
|
|
||||||
Otherwise, Lavalink works well with most versions of Java 11, 13, 15, 16, 17, and 18. Azul
|
Otherwise, Lavalink works well with most versions of Java 11, 13, 15, 16, 17, and 18. Azul
|
||||||
Zulu builds are suggested, see `here <https://github.com/freyacodes/Lavalink/#requirements>`__ for more information.
|
Zulu builds are suggested, see `here <https://github.com/freyacodes/Lavalink/#requirements>`__ for more information.
|
||||||
@@ -3651,7 +3651,7 @@ This command shouldn't need to be used most of the time,
|
|||||||
and is only useful if the host machine has conflicting Java versions.
|
and is only useful if the host machine has conflicting Java versions.
|
||||||
|
|
||||||
If changing this make sure that the Java executable you set is supported by Audio.
|
If changing this make sure that the Java executable you set is supported by Audio.
|
||||||
The current supported version is Java 11.
|
The current supported versions are Java 17 and 11.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
@@ -3742,6 +3742,8 @@ llset port
|
|||||||
Set the Lavalink node port. This command sets the connection port which
|
Set the Lavalink node port. This command sets the connection port which
|
||||||
Audio will use to connect to an unmanaged Lavalink node.
|
Audio will use to connect to an unmanaged Lavalink node.
|
||||||
|
|
||||||
|
Set port to ``-1`` to disable the port and connect to the specified host via ports ``80``/``443``.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
* ``[password]`` - The connection password, defaulting to 2333.
|
* ``[password]`` - The connection password, defaulting to 2333.
|
||||||
|
|||||||
@@ -3695,6 +3695,7 @@ Sets Red's server prefix(es).
|
|||||||
- ``[p]set serverprefix "! "`` - Quotes are needed to use spaces in prefixes.
|
- ``[p]set serverprefix "! "`` - Quotes are needed to use spaces in prefixes.
|
||||||
- ``[p]set serverprefix "@Red "`` - This uses a mention as the prefix.
|
- ``[p]set serverprefix "@Red "`` - This uses a mention as the prefix.
|
||||||
- ``[p]set serverprefix ! ? .`` - Sets multiple prefixes.
|
- ``[p]set serverprefix ! ? .`` - Sets multiple prefixes.
|
||||||
|
- ``[p]set serverprefix "Red - Discord Bot" ?`` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.
|
||||||
|
|
||||||
**Arguments:**
|
**Arguments:**
|
||||||
- ``[server]`` - The server to set the prefix for. Defaults to current server.
|
- ``[server]`` - The server to set the prefix for. Defaults to current server.
|
||||||
@@ -3768,6 +3769,35 @@ Maximum length for a competing status is 128 characters.
|
|||||||
**Arguments:**
|
**Arguments:**
|
||||||
- ``[competing]`` - The text to follow ``Competing in``. Leave blank to clear the current activity status.
|
- ``[competing]`` - The text to follow ``Competing in``. Leave blank to clear the current activity status.
|
||||||
|
|
||||||
|
.. _core-command-set-status-custom:
|
||||||
|
|
||||||
|
"""""""""""""""""
|
||||||
|
set status custom
|
||||||
|
"""""""""""""""""
|
||||||
|
|
||||||
|
.. note:: |owner-lock|
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]set status custom [text]
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Sets Red's custom status.
|
||||||
|
|
||||||
|
This will appear as ``<text>``.
|
||||||
|
|
||||||
|
Maximum length for a custom status is 128 characters.
|
||||||
|
|
||||||
|
**Examples:**
|
||||||
|
- ``[p]set status custom`` - Clears the activity status.
|
||||||
|
- ``[p]set status custom Running cogs...``
|
||||||
|
|
||||||
|
**Arguments:**
|
||||||
|
- ``[text]`` - The custom status text. Leave blank to clear the current activity status.
|
||||||
|
|
||||||
.. _core-command-set-status-dnd:
|
.. _core-command-set-status-dnd:
|
||||||
|
|
||||||
""""""""""""""
|
""""""""""""""
|
||||||
|
|||||||
@@ -215,11 +215,11 @@ modset deletenames
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Delete all stored usernames and nicknames.
|
Delete all stored usernames, global display names, and server nicknames.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
- ``<confirmation>``: Whether to delete all stored usernames and nicknames. |bool-input|
|
- ``<confirmation>``: Whether to delete all stored usernames, global display names, and server nicknames. |bool-input|
|
||||||
|
|
||||||
.. _mod-command-modset-deleterepeats:
|
.. _mod-command-modset-deleterepeats:
|
||||||
|
|
||||||
@@ -469,7 +469,7 @@ modset tracknicknames
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Toggle whether nickname changes should be tracked.
|
Toggle whether server nickname changes should be tracked.
|
||||||
|
|
||||||
This setting will be overridden if trackallnames is disabled.
|
This setting will be overridden if trackallnames is disabled.
|
||||||
|
|
||||||
@@ -527,7 +527,7 @@ names
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Show previous names and nicknames of a member.
|
Show previous usernames, global display names, and server nicknames of a member.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
@@ -549,14 +549,14 @@ rename
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Change a member's nickname.
|
Change a member's server nickname.
|
||||||
|
|
||||||
Leaving the nickname empty will remove it.
|
Leaving the nickname argument empty will remove it.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
* ``<member>``: |member-input|
|
* ``<member>``: |member-input|
|
||||||
* ``[nickname]``: The new nickname for the member.
|
* ``[nickname]``: The new server nickname for the member.
|
||||||
|
|
||||||
.. _mod-command-slowmode:
|
.. _mod-command-slowmode:
|
||||||
|
|
||||||
@@ -684,9 +684,9 @@ userinfo
|
|||||||
Show information about a user.
|
Show information about a user.
|
||||||
|
|
||||||
This includes fields for status, discord join date, server
|
This includes fields for status, discord join date, server
|
||||||
join date, voice state and previous names/nicknames.
|
join date, voice state and previous usernames/global display names/nicknames.
|
||||||
|
|
||||||
If the user has no roles, previous names or previous nicknames,
|
If the user has no roles, previous usernames, global display names, or server nicknames,
|
||||||
these fields will be omitted.
|
these fields will be omitted.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|||||||
@@ -248,7 +248,7 @@ intersphinx_mapping = {
|
|||||||
# This allows to create links to d.py docs with
|
# This allows to create links to d.py docs with
|
||||||
# :dpy_docs:`link text <site_name.html>`
|
# :dpy_docs:`link text <site_name.html>`
|
||||||
extlinks = {
|
extlinks = {
|
||||||
"dpy_docs": (f"{dpy_docs_url}/%s", None),
|
"dpy_docs": (f"{dpy_docs_url}%s", None),
|
||||||
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"),
|
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"),
|
||||||
"ghuser": ("https://github.com/%s", "@%s"),
|
"ghuser": ("https://github.com/%s", "@%s"),
|
||||||
}
|
}
|
||||||
@@ -274,7 +274,7 @@ class IgnoreCoroSubstitution(SphinxTransform):
|
|||||||
def apply(self, **kwargs) -> None:
|
def apply(self, **kwargs) -> None:
|
||||||
for ref in self.document.traverse(nodes.substitution_reference):
|
for ref in self.document.traverse(nodes.substitution_reference):
|
||||||
if ref["refname"] == "coro":
|
if ref["refname"] == "coro":
|
||||||
ref.replace_self(nodes.Text("", ""))
|
ref.replace_self(nodes.Text(""))
|
||||||
|
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
|
|||||||
@@ -84,6 +84,65 @@ Utility UI
|
|||||||
|
|
||||||
.. automodule:: redbot.core.utils.views
|
.. automodule:: redbot.core.utils.views
|
||||||
:members:
|
:members:
|
||||||
|
:exclude-members: ConfirmView
|
||||||
|
|
||||||
|
.. autoclass:: ConfirmView
|
||||||
|
:members:
|
||||||
|
:exclude-members: confirm_button, dismiss_button
|
||||||
|
|
||||||
|
.. autoattribute:: confirm_button
|
||||||
|
:no-value:
|
||||||
|
|
||||||
|
A `discord.ui.Button` to confirm the message.
|
||||||
|
|
||||||
|
The button's callback will set `result` to ``True``, defer the response,
|
||||||
|
and call `on_timeout()` to clean up the view.
|
||||||
|
|
||||||
|
.. rubric:: Example
|
||||||
|
|
||||||
|
Changing the style and label of this `discord.ui.Button`::
|
||||||
|
|
||||||
|
view = ConfirmView(ctx.author)
|
||||||
|
view.confirm_button.style = discord.ButtonStyle.red
|
||||||
|
view.confirm_button.label = "Delete"
|
||||||
|
view.dismiss_button.label = "Cancel"
|
||||||
|
view.message = await ctx.send(
|
||||||
|
"Are you sure you want to remove #very-important-channel?", view=view
|
||||||
|
)
|
||||||
|
await view.wait()
|
||||||
|
if view.result:
|
||||||
|
await ctx.send("Channel #very-important-channel deleted.")
|
||||||
|
else:
|
||||||
|
await ctx.send("Canceled.")
|
||||||
|
|
||||||
|
:type: discord.ui.Button
|
||||||
|
|
||||||
|
.. autoattribute:: dismiss_button
|
||||||
|
:no-value:
|
||||||
|
|
||||||
|
A `discord.ui.Button` to dismiss the message.
|
||||||
|
|
||||||
|
The button's callback will set `result` to ``False``, defer the response,
|
||||||
|
and call `on_timeout()` to clean up the view.
|
||||||
|
|
||||||
|
.. rubric:: Example
|
||||||
|
|
||||||
|
Changing the style and label of this `discord.ui.Button`::
|
||||||
|
|
||||||
|
view = ConfirmView(ctx.author)
|
||||||
|
view.confirm_button.style = discord.ButtonStyle.red
|
||||||
|
view.confirm_button.label = "Delete"
|
||||||
|
view.dismiss_button.label = "Cancel"
|
||||||
|
view.message = await ctx.send(
|
||||||
|
"Are you sure you want to remove #very-important-channel?", view=view
|
||||||
|
)
|
||||||
|
await view.wait()
|
||||||
|
if view.result:
|
||||||
|
await ctx.send("Channel #very-important-channel deleted.")
|
||||||
|
else:
|
||||||
|
await ctx.send("Canceled.")
|
||||||
|
|
||||||
|
:type: discord.ui.Button
|
||||||
|
|
||||||
AntiSpam
|
AntiSpam
|
||||||
========
|
========
|
||||||
|
|||||||
@@ -94,8 +94,6 @@ Any Cog Creator that does not follow these requirements will have their repo rem
|
|||||||
- If that's not possible, don't break anything in core or any other cog with your code.
|
- If that's not possible, don't break anything in core or any other cog with your code.
|
||||||
- If you have to use private methods, lock the cog to specific Red versions you can guarantee it works on without breaking anything using the ``min_bot_version`` and ``max_bot_version`` keys in that cog's ``info.json`` file.
|
- If you have to use private methods, lock the cog to specific Red versions you can guarantee it works on without breaking anything using the ``min_bot_version`` and ``max_bot_version`` keys in that cog's ``info.json`` file.
|
||||||
|
|
||||||
- Cog Creators must keep their cogs up-to-date with core Red or be delisted until cogs meet Red API changes. Repositories must be kept up to date with the latest version of Red within 3 months of its release.
|
|
||||||
|
|
||||||
.. _recommendations-for-cog-creators:
|
.. _recommendations-for-cog-creators:
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
@@ -196,7 +194,12 @@ Other Details
|
|||||||
- The reviewer of your application has the final word.
|
- The reviewer of your application has the final word.
|
||||||
- Hidden cogs will not be explicitly reviewed, however they are not allowed to contain malicious or ToS breaking code.
|
- Hidden cogs will not be explicitly reviewed, however they are not allowed to contain malicious or ToS breaking code.
|
||||||
- QA reserves the right to revoke these roles and all privileges if you are found to be in gross negligence, malicious intent, or reckless abandonment of your repository.
|
- QA reserves the right to revoke these roles and all privileges if you are found to be in gross negligence, malicious intent, or reckless abandonment of your repository.
|
||||||
- If a Cog Creator's repository is not maintained and kept up to date, that repo will be removed from the approved repo listings until such issues are addressed.
|
- Cogs must be functionally working to the quality of an approved cog on the latest minor version of Red to be listed on the Red Index. Cogs that are not updated within 1 month of initial breakage will be delisted from the index until they are updated. Examples of potential breakage include, but are not limited to:
|
||||||
|
|
||||||
|
- A dependency without version constraints receiving a breaking update
|
||||||
|
- An API changing the schema of its endpoints
|
||||||
|
- Red itself releasing a new minor version
|
||||||
|
|
||||||
- Only 1 person is allowed to be the Cog Creator for a particular repo. Multiple people are allowed to maintain the repo, however the "main" owner (and the Cog Creator) is responsible for any code on the repo.
|
- Only 1 person is allowed to be the Cog Creator for a particular repo. Multiple people are allowed to maintain the repo, however the "main" owner (and the Cog Creator) is responsible for any code on the repo.
|
||||||
- The Cog Creator status for a repo can be transferred to another user if the Cog Creator requests it.
|
- The Cog Creator status for a repo can be transferred to another user if the Cog Creator requests it.
|
||||||
- An approved Cog Creator can ask QA to add additional repos they have created to the approved pool.
|
- An approved Cog Creator can ask QA to add additional repos they have created to the approved pool.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Getting Started
|
|||||||
---------------
|
---------------
|
||||||
|
|
||||||
To start off, we will have to import some additional modules to our cog file.
|
To start off, we will have to import some additional modules to our cog file.
|
||||||
We will be using the :class:`redbot.core.app_commands` module to create our slash commands.
|
We will be using the ``redbot.core.app_commands`` module to create our slash commands.
|
||||||
Once we have imported the module, we can start creating our slash commands in our cog class.
|
Once we have imported the module, we can start creating our slash commands in our cog class.
|
||||||
For this example we will use a basic hello world command.
|
For this example we will use a basic hello world command.
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ Below we will go over some of the different stuff you can do with slash commands
|
|||||||
Decorators
|
Decorators
|
||||||
----------
|
----------
|
||||||
Just like with text commands, we can use decorators to modify the behaviour of our slash commands.
|
Just like with text commands, we can use decorators to modify the behaviour of our slash commands.
|
||||||
For example, we can use the :func:`app_commands.guild_only` decorator to make our slash command only work in guilds.
|
For example, we can use the `app_commands.guild_only() <discord.app_commands.guild_only>` decorator to make our slash command only work in guilds.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ For example, we can use the :func:`app_commands.guild_only` decorator to make ou
|
|||||||
async def hello(self, interaction: discord.Interaction):
|
async def hello(self, interaction: discord.Interaction):
|
||||||
await interaction.response.send_message("Hello World!", ephemeral=True)
|
await interaction.response.send_message("Hello World!", ephemeral=True)
|
||||||
|
|
||||||
One of the more useful decorators is the :func:`app.commands.choices` decorator.
|
One of the more useful decorators is the `app_commands.choices() <discord.app_commands.choices>` decorator.
|
||||||
This decorator allows us to specify a list of choices for a specific argument.
|
This decorator allows us to specify a list of choices for a specific argument.
|
||||||
This is useful for arguments that have a limited number of options.
|
This is useful for arguments that have a limited number of options.
|
||||||
For example, we can use this to create a command that allows us to choose between two different colors.
|
For example, we can use this to create a command that allows us to choose between two different colors.
|
||||||
@@ -85,15 +85,16 @@ For example, we can use this to create a command that allows us to choose betwee
|
|||||||
app_commands.Choice(name="Red", value="red"),
|
app_commands.Choice(name="Red", value="red"),
|
||||||
app_commands.Choice(name="Blue", value="blue"),
|
app_commands.Choice(name="Blue", value="blue"),
|
||||||
])
|
])
|
||||||
async def color(self, interaction: discord.Interaction, color: Color):
|
async def color(self, interaction: discord.Interaction, color: app_commands.Choice[str]):
|
||||||
await interaction.response.send_message(f"Your color is {color}", ephemeral=True)
|
await interaction.response.send_message(f"Your color is {color.value}", ephemeral=True)
|
||||||
|
|
||||||
The user will be shown the ``name`` of the choice, and the argument will be passed the
|
The user will be shown the ``name`` of the choice, and the argument will be passed a
|
||||||
``value`` associated with that choice. This allows user-facing names to be prettier than
|
`app_commands.Choice <discord.app_commands.Choice>` object with the ``name`` and ``value`` associated with that choice.
|
||||||
what is actually processed by the command.
|
This allows user-facing names to be prettier than what is actually processed by the command.
|
||||||
|
|
||||||
Alternatively, ``Literal`` can be used if the argument does not need a different
|
Alternatively, ``Literal`` can be used if the argument does not need a different
|
||||||
user-facing label.
|
user-facing label. When done this way, the resulting parameter will be one of
|
||||||
|
the literal values listed.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@@ -109,8 +110,8 @@ user-facing label.
|
|||||||
async def color(self, interaction: discord.Interaction, color: Literal["Red", "Blue"]):
|
async def color(self, interaction: discord.Interaction, color: Literal["Red", "Blue"]):
|
||||||
await interaction.response.send_message(f"Your color is {color}", ephemeral=True)
|
await interaction.response.send_message(f"Your color is {color}", ephemeral=True)
|
||||||
|
|
||||||
Finally, an ``Enum`` subclass can be used to specify choices. When done this way, the
|
Finally, an `enum.Enum` subclass can be used to specify choices. When done this way, the
|
||||||
resulting parameter will be an instance of that enum, rather than the ``value``.
|
resulting parameter will be an instance of that enum, rather than `app_commands.Choice <discord.app_commands.Choice>`.
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
@@ -130,7 +131,7 @@ resulting parameter will be an instance of that enum, rather than the ``value``.
|
|||||||
async def color(self, interaction: discord.Interaction, color: Color):
|
async def color(self, interaction: discord.Interaction, color: Color):
|
||||||
await interaction.response.send_message(f"Your color is {color.value}", ephemeral=True)
|
await interaction.response.send_message(f"Your color is {color.value}", ephemeral=True)
|
||||||
|
|
||||||
Check out the full reference of decorators on Discord.py's documentation `here <https://discordpy.readthedocs.io/en/stable/interactions/api.html#decorators>`__.
|
Check out :dpy_docs:`the full reference of decorators at Discord.py's documentation <interactions/api.html#decorators>`.
|
||||||
|
|
||||||
|
|
||||||
Groups & Subcommands
|
Groups & Subcommands
|
||||||
|
|||||||
@@ -45,6 +45,16 @@ If you wish to continue using auto-restart functionality, we recommend following
|
|||||||
Behavior changes
|
Behavior changes
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
x86-64 CPUs are now only supported if they support x86-64-v2 instruction set
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
On x86-64 systems, we now require that your CPU supports x86-64-v2 instruction set.
|
||||||
|
This roughly translates to us dropping support for Intel CPUs that have been released before 2009
|
||||||
|
and AMD CPUs that have been releasesd before 2012.
|
||||||
|
|
||||||
|
This has been mostly dictated by one of our dependencies but some Linux distributions
|
||||||
|
are already dropping support for it in their latest versions as well.
|
||||||
|
|
||||||
Thread-related changes
|
Thread-related changes
|
||||||
^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|||||||
@@ -6,20 +6,22 @@
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Red Hat Enterprise Linux (RHEL) 8.4-8.x and its derivatives have all required packages available in official repositories.
|
Red Hat Enterprise Linux (RHEL) 8.6-8.x and its derivatives have all required packages available in official repositories.
|
||||||
Install them with dnf:
|
Install them with dnf:
|
||||||
|
|
||||||
|
.. TODO: Use Python 3.11 once RHEL 8.6 goes EOL in 2024.
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo dnf -y update
|
sudo dnf -y update
|
||||||
sudo dnf -y group install development
|
sudo dnf -y group install development
|
||||||
sudo dnf -y install python39 python39-devel java-11-openjdk-headless nano git
|
sudo dnf -y install python39 python39-devel java-17-openjdk-headless nano git
|
||||||
|
|
||||||
Set ``java`` executable to point to Java 11:
|
Set ``java`` executable to point to Java 17:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo alternatives --set java "java-11-openjdk.$(uname -i)"
|
sudo alternatives --set java "java-17-openjdk.$(uname -i)"
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,11 @@ Installing the pre-requirements
|
|||||||
Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories.
|
Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories.
|
||||||
Install them with dnf:
|
Install them with dnf:
|
||||||
|
|
||||||
|
.. TODO: Use Python 3.11 once RHEL 9.0 goes EOL in 2024.
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo dnf -y install python39 python3-devel git java-11-openjdk-headless @development nano
|
sudo dnf -y install python39 python3-devel git java-17-openjdk-headless @development nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
----------------------------
|
|
||||||
Installing Python with pyenv
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
On distributions where Python 3.11 needs to be compiled from source, we recommend the use of pyenv.
|
|
||||||
This simplifies the compilation process and has the added bonus of simplifying setting up Red in a
|
|
||||||
virtual environment.
|
|
||||||
|
|
||||||
.. include:: _includes/_install-pyenv-and-setup-path.rst
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.11.1 -v
|
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
|
||||||
the ``CONFIGURE_OPTS=--enable-optimizations`` part from the front of the command, which will
|
|
||||||
drastically reduce the install time. However, be aware that this will make Python run about 10%
|
|
||||||
slower.
|
|
||||||
|
|
||||||
After that is finished, run:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
pyenv global 3.11.1
|
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.11.
|
|
||||||
@@ -10,7 +10,7 @@ virtual environment.
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.9 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.13 -v
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||||
@@ -22,6 +22,6 @@ After that is finished, run:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
pyenv global 3.10.9
|
pyenv global 3.10.13
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.10.
|
Pyenv is now installed and your system should be configured to run Python 3.10.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ virtual environment.
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.16 -v
|
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.18 -v
|
||||||
|
|
||||||
This may take a long time to complete, depending on your hardware. For some machines (such as
|
This may take a long time to complete, depending on your hardware. For some machines (such as
|
||||||
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove
|
||||||
@@ -22,6 +22,6 @@ After that is finished, run:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
pyenv global 3.9.16
|
pyenv global 3.9.18
|
||||||
|
|
||||||
Pyenv is now installed and your system should be configured to run Python 3.9.
|
Pyenv is now installed and your system should be configured to run Python 3.9.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _install-alma-linux-8:
|
.. _install-alma-linux-8:
|
||||||
|
|
||||||
====================================
|
====================================
|
||||||
Installing Red on Alma Linux 8.4-8.x
|
Installing Red on Alma Linux 8.6-8.x
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Install the pre-requirements with pacman:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo pacman -Syu git jre11-openjdk-headless base-devel nano
|
sudo pacman -Syu git jre17-openjdk-headless base-devel nano
|
||||||
|
|
||||||
On Arch Linux, Python 3.9 can be installed from the Arch User Repository (AUR) from the ``python39`` package.
|
On Arch Linux, Python 3.9 can be installed from the Arch User Repository (AUR) from the ``python39`` package.
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ with apt:
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install python3 python3-dev python3-venv git openjdk-11-jre-headless build-essential nano
|
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
27
docs/install_guides/debian-12.rst
Normal file
27
docs/install_guides/debian-12.rst
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
.. _install-debian-12:
|
||||||
|
|
||||||
|
====================================
|
||||||
|
Installing Red on Debian 12 Bookworm
|
||||||
|
====================================
|
||||||
|
|
||||||
|
.. include:: _includes/supported-arch-x64+aarch64+armv7l.rst
|
||||||
|
|
||||||
|
.. include:: _includes/linux-preamble.rst
|
||||||
|
|
||||||
|
-------------------------------
|
||||||
|
Installing the pre-requirements
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
Debian 12 "Bookworm" has all required packages available in official repositories. Install them
|
||||||
|
with apt:
|
||||||
|
|
||||||
|
.. prompt:: bash
|
||||||
|
|
||||||
|
sudo apt update
|
||||||
|
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
|
.. Include common instructions:
|
||||||
|
|
||||||
|
.. include:: _includes/create-env-with-venv3.11.rst
|
||||||
|
|
||||||
|
.. include:: _includes/install-and-setup-red-unix.rst
|
||||||
@@ -12,12 +12,12 @@ Installing Red on Fedora Linux
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Fedora Linux 36 and above has all required packages available in official repositories. Install
|
Fedora Linux 37 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo dnf -y install python3.11 python3.11-devel git java-11-openjdk-headless @development-tools nano
|
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ we recommend **Ubuntu 22.04 LTS**.
|
|||||||
centos-stream-8
|
centos-stream-8
|
||||||
centos-stream-9
|
centos-stream-9
|
||||||
debian-11
|
debian-11
|
||||||
|
debian-12
|
||||||
fedora
|
fedora
|
||||||
opensuse-leap-15
|
opensuse-leap-15
|
||||||
opensuse-tumbleweed
|
opensuse-tumbleweed
|
||||||
@@ -31,7 +32,6 @@ we recommend **Ubuntu 22.04 LTS**.
|
|||||||
rhel-9
|
rhel-9
|
||||||
rocky-linux-8
|
rocky-linux-8
|
||||||
rocky-linux-9
|
rocky-linux-9
|
||||||
ubuntu-1804
|
|
||||||
ubuntu-2004
|
ubuntu-2004
|
||||||
ubuntu-2204
|
ubuntu-2204
|
||||||
ubuntu-non-lts
|
ubuntu-non-lts
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ one-by-one:
|
|||||||
brew install python@3.11
|
brew install python@3.11
|
||||||
brew install git
|
brew install git
|
||||||
brew tap homebrew/cask-versions
|
brew tap homebrew/cask-versions
|
||||||
brew install --cask temurin11
|
brew install --cask temurin17
|
||||||
|
|
||||||
By default, Python installed through Homebrew is not added to the load path.
|
By default, Python installed through Homebrew is not added to the load path.
|
||||||
To fix this, you should run these commands:
|
To fix this, you should run these commands:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ with zypper:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo zypper -n install python310 python310-devel git-core java-11-openjdk-headless nano
|
sudo zypper -n install python310 python310-devel git-core java-17-openjdk-headless nano
|
||||||
sudo zypper -n install -t pattern devel_basis
|
sudo zypper -n install -t pattern devel_basis
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ with zypper:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo zypper -n install python311 python311-devel git-core java-11-openjdk-headless nano
|
sudo zypper -n install python311 python311-devel git-core java-17-openjdk-headless nano
|
||||||
sudo zypper -n install -t pattern devel_basis
|
sudo zypper -n install -t pattern devel_basis
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _install-oracle-linux-8:
|
.. _install-oracle-linux-8:
|
||||||
|
|
||||||
======================================
|
======================================
|
||||||
Installing Red on Oracle Linux 8.4-8.x
|
Installing Red on Oracle Linux 8.6-8.x
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Raspberry Pi OS. This guide will tell you how. First, run the following commands
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install cmake make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless nano
|
sudo apt -y install cmake make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-17-jre-headless nano
|
||||||
CXX=/usr/bin/g++
|
CXX=/usr/bin/g++
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ with apt:
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install python3 python3-dev python3-venv git openjdk-11-jre-headless build-essential nano
|
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _install-rhel-8:
|
.. _install-rhel-8:
|
||||||
|
|
||||||
=========================================================
|
=========================================================
|
||||||
Installing Red on Red Hat Enterprise Linux (RHEL) 8.4-8.x
|
Installing Red on Red Hat Enterprise Linux (RHEL) 8.6-8.x
|
||||||
=========================================================
|
=========================================================
|
||||||
|
|
||||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.. _install-rocky-linux-8:
|
.. _install-rocky-linux-8:
|
||||||
|
|
||||||
===============================
|
=====================================
|
||||||
Installing Red on Rocky Linux 8
|
Installing Red on Rocky Linux 8.6-8.x
|
||||||
===============================
|
=====================================
|
||||||
|
|
||||||
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
.. include:: _includes/install-guide-rhel8-derivatives.rst
|
||||||
|
|||||||
@@ -1,43 +0,0 @@
|
|||||||
.. _install-ubuntu-1804:
|
|
||||||
|
|
||||||
==================================
|
|
||||||
Installing Red on Ubuntu 18.04 LTS
|
|
||||||
==================================
|
|
||||||
|
|
||||||
.. include:: _includes/supported-arch-x64+aarch64.rst
|
|
||||||
|
|
||||||
.. include:: _includes/linux-preamble.rst
|
|
||||||
|
|
||||||
-------------------------------
|
|
||||||
Installing the pre-requirements
|
|
||||||
-------------------------------
|
|
||||||
|
|
||||||
.. Git 2.17.0-2.22.0 have an issue with partial clone which is used in pip for git installs.
|
|
||||||
.. Not incredibly important perhaps but this ppa is recommended by git-scm.com/download/linux
|
|
||||||
.. so it should be fine.
|
|
||||||
|
|
||||||
We recommend adding the ``git-core`` ppa to install Git 2.11 or greater:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
sudo apt update
|
|
||||||
sudo apt -y install software-properties-common
|
|
||||||
sudo add-apt-repository -y ppa:git-core/ppa
|
|
||||||
|
|
||||||
We recommend adding the ``deadsnakes`` ppa to install Python 3.11:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
|
||||||
|
|
||||||
Now install the pre-requirements with apt:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-11-jre-headless build-essential nano
|
|
||||||
|
|
||||||
.. Include common instructions:
|
|
||||||
|
|
||||||
.. include:: _includes/create-env-with-venv3.11.rst
|
|
||||||
|
|
||||||
.. include:: _includes/install-and-setup-red-unix.rst
|
|
||||||
@@ -18,7 +18,7 @@ with apt:
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install python3.9 python3.9-dev python3.9-venv git openjdk-11-jre-headless build-essential nano
|
sudo apt -y install python3.9 python3.9-dev python3.9-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ with apt:
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install python3.10 python3.10-dev python3.10-venv git openjdk-11-jre-headless build-essential nano
|
sudo apt -y install python3.10 python3.10-dev python3.10-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Now install the pre-requirements with apt:
|
|||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-11-jre-headless build-essential nano
|
sudo apt -y install python3.11 python3.11-dev python3.11-venv git openjdk-17-jre-headless build-essential nano
|
||||||
|
|
||||||
.. Include common instructions:
|
.. Include common instructions:
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ For Audio support, you should also run the following command before exiting:
|
|||||||
|
|
||||||
.. prompt:: powershell
|
.. prompt:: powershell
|
||||||
|
|
||||||
choco upgrade temurin11 -y
|
choco upgrade temurin17 -y
|
||||||
|
|
||||||
|
|
||||||
From here, exit the prompt then continue onto `creating-venv-windows`.
|
From here, exit the prompt then continue onto `creating-venv-windows`.
|
||||||
@@ -66,7 +66,7 @@ Manually installing dependencies
|
|||||||
|
|
||||||
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
|
.. attention:: Please choose the option to "Git from the command line and also from 3rd-party software" in Git's setup.
|
||||||
|
|
||||||
* `Java 11 <https://adoptium.net/temurin/releases/?version=11>`_ - needed for Audio
|
* `Java 17 <https://adoptium.net/temurin/releases/?version=17>`_ - needed for Audio
|
||||||
|
|
||||||
From here, continue onto `creating-venv-windows`.
|
From here, continue onto `creating-venv-windows`.
|
||||||
|
|
||||||
|
|||||||
@@ -110,16 +110,17 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
|||||||
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
||||||
#. If you're using **any** 3rd-party cogs:
|
#. If you're using **any** 3rd-party cogs:
|
||||||
|
|
||||||
#. Start your bot with ``--load-cogs downloader`` flag, for example:
|
#. Start your bot with ``--no-cogs --load-cogs downloader`` flags, for example:
|
||||||
|
|
||||||
.. prompt:: batch
|
.. prompt:: batch
|
||||||
|
|
||||||
:prompts: (redenv) C:\\>
|
:prompts: (redenv) C:\\>
|
||||||
|
|
||||||
redbot <your instance name> --load-cogs downloader
|
redbot <your instance name> --no-cogs --load-cogs downloader
|
||||||
|
|
||||||
#. Wait for the bot to start.
|
#. Wait for the bot to start.
|
||||||
#. Run the ``[p]cog update`` command on Discord and wait for it to finish.
|
#. Run the ``[p]cog update`` command on Discord.
|
||||||
|
#. Wait for the bot to stop typing and send a response. This step may take a while.
|
||||||
#. Shutdown the bot with the ``[p]shutdown`` command.
|
#. Shutdown the bot with the ``[p]shutdown`` command.
|
||||||
#. Start your bot as you normally do.
|
#. Start your bot as you normally do.
|
||||||
|
|
||||||
@@ -154,15 +155,16 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
|||||||
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
If you're using PostgreSQL data backend, replace ``Red-DiscordBot`` in the second command with ``Red-DiscordBot[postgres]``
|
||||||
#. **If you're using any 3rd-party cogs:**
|
#. **If you're using any 3rd-party cogs:**
|
||||||
|
|
||||||
#. Start your bot with ``--load-cogs downloader`` flag, for example:
|
#. Start your bot with ``--no-cogs --load-cogs downloader`` flags, for example:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
:prompts: (redenv) $
|
:prompts: (redenv) $
|
||||||
|
|
||||||
redbot <your instance name> --load-cogs downloader
|
redbot <your instance name> --no-cogs --load-cogs downloader
|
||||||
|
|
||||||
#. Wait for the bot to start.
|
#. Wait for the bot to start.
|
||||||
#. Run the ``[p]cog update`` command on Discord and wait for it to finish.
|
#. Run the ``[p]cog update`` command on Discord.
|
||||||
|
#. Wait for the bot to stop typing and send a response. This step may take a while.
|
||||||
#. Shutdown the bot with the ``[p]shutdown`` command.
|
#. Shutdown the bot with the ``[p]shutdown`` command.
|
||||||
#. Start your bot as you normally do.
|
#. Start your bot as you normally do.
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,8 @@ their end-of-life date.
|
|||||||
The meaning of architecture names:
|
The meaning of architecture names:
|
||||||
|
|
||||||
- **x86-64** (also known as amd64) refers to computers running a 64-bit version of the operating system
|
- **x86-64** (also known as amd64) refers to computers running a 64-bit version of the operating system
|
||||||
on standard Intel and AMD 64-bit processors.
|
on standard Intel and AMD 64-bit processors supporting x86-64-v2 instruction set
|
||||||
|
(post-2008 Intel processors and post-2011 AMD processors).
|
||||||
- **aarch64** (also known as arm64) refers to computers running an ARM 64-bit version of the operating system
|
- **aarch64** (also known as arm64) refers to computers running an ARM 64-bit version of the operating system
|
||||||
on 64-bit ARM processors (ARMv8-A and ARMv9-A) such as Apple M1 devices or Raspberry Pi computers
|
on 64-bit ARM processors (ARMv8-A and ARMv9-A) such as Apple M1 devices or Raspberry Pi computers
|
||||||
(Raspberry Pi 3B and above, excluding Pi Zero (W/WH) model).
|
(Raspberry Pi 3B and above, excluding Pi Zero (W/WH) model).
|
||||||
@@ -54,30 +55,31 @@ Windows 11 x86-64 `Retirement Date <h
|
|||||||
macOS 11 (Big Sur) x86-64, aarch64 ~2023-10
|
macOS 11 (Big Sur) x86-64, aarch64 ~2023-10
|
||||||
macOS 12 (Monterey) x86-64, aarch64 ~2024-10
|
macOS 12 (Monterey) x86-64, aarch64 ~2024-10
|
||||||
macOS 13 (Ventura) x86-64, aarch64 ~2025-10
|
macOS 13 (Ventura) x86-64, aarch64 ~2025-10
|
||||||
Alma Linux 8 x86-64, aarch64 2029-05-31 (`How long will CloudLinux support AlmaLinux? <https://wiki.almalinux.org/FAQ.html#how-long-will-cloudlinux-support-almalinux>`__)
|
Alma Linux 8 x86-64, aarch64 2029-05-31 (`How long will CloudLinux support AlmaLinux? <https://wiki.almalinux.org/FAQ.html#how-long-will-almalinux-be-supported>`__)
|
||||||
Alma Linux 9 x86-64, aarch64 2032-05-31
|
Alma Linux 9 x86-64, aarch64 2032-05-31
|
||||||
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
||||||
CentOS 7 x86-64, aarch64 2024-06-30 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
CentOS 7 x86-64, aarch64 2024-06-30 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
||||||
CentOS Stream 8 x86-64, aarch64 2024-05-31 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
CentOS Stream 8 x86-64, aarch64 2024-05-31 (`end of Maintenance Updates <https://wiki.centos.org/About/Product>`__)
|
||||||
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
||||||
Debian 11 Bullseye x86-64, aarch64, armv7l ~2024-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
Debian 11 Bullseye x86-64, aarch64, armv7l ~2024-07 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
||||||
Fedora Linux 36 x86-64, aarch64 2023-05-16 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
||||||
Fedora Linux 37 x86-64, aarch64 2023-11-14 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 37 x86-64, aarch64 2023-11-14 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
Fedora Linux 38 x86-64, aarch64 2024-05-14 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 38 x86-64, aarch64 2024-05-14 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
||||||
openSUSE Leap 15.4 x86-64, aarch64 2023-11-30 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
openSUSE Leap 15.4 x86-64, aarch64 2023-11-30 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
||||||
|
openSUSE Leap 15.5 x86-64, aarch64 2024-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
||||||
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
|
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
|
||||||
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
||||||
Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
Oracle Linux 9 x86-64, aarch64 2032-06-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)
|
||||||
Raspberry Pi OS (Legacy) 10 armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12)
|
Raspberry Pi OS (Legacy) 10 armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12)
|
||||||
Raspberry Pi OS 11 aarch64, armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12)
|
Raspberry Pi OS 11 aarch64, armv7l ~2023-12 (approximate date of release of Raspberry Pi OS 12)
|
||||||
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||||
RHEL 8.4 x86-64, aarch64 2023-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
|
||||||
RHEL 8.6 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
RHEL 8.6 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
|
RHEL 8.8 x86-64, aarch64 2025-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||||
RHEL 9.0 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
RHEL 9.0 x86-64, aarch64 2024-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
|
RHEL 9.2 x86-64, aarch64 2025-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
Rocky Linux 8 x86-64, aarch64 2029-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
Rocky Linux 8 x86-64, aarch64 2029-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
||||||
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`end-of-life <https://rockylinux.org/download/>`__)
|
||||||
Ubuntu 18.04 LTS x86-64, aarch64 2023-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
|
||||||
Ubuntu 20.04 LTS x86-64, aarch64 2025-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
Ubuntu 20.04 LTS x86-64, aarch64 2025-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||||
Ubuntu 22.04 LTS x86-64, aarch64 2027-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
Ubuntu 22.04 LTS x86-64, aarch64 2027-04-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||||
Ubuntu 22.10 x86-64, aarch64 2023-07-31 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
Ubuntu 22.10 x86-64, aarch64 2023-07-31 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ dynamic = ["version", "requires-python", "dependencies", "optional-dependencies"
|
|||||||
"Donate on Patreon" = "https://www.patreon.com/Red_Devs"
|
"Donate on Patreon" = "https://www.patreon.com/Red_Devs"
|
||||||
"Issue Tracker" = "https://github.com/Cog-Creators/Red-DiscordBot/issues"
|
"Issue Tracker" = "https://github.com/Cog-Creators/Red-DiscordBot/issues"
|
||||||
"Source Code" = "https://github.com/Cog-Creators/Red-DiscordBot"
|
"Source Code" = "https://github.com/Cog-Creators/Red-DiscordBot"
|
||||||
|
"Changelog" = "https://docs.discord.red/en/stable/changelog.html"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
redbot = "redbot.__main__:main"
|
redbot = "redbot.__main__:main"
|
||||||
|
|||||||
@@ -339,7 +339,7 @@ def _early_init():
|
|||||||
|
|
||||||
|
|
||||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||||
_VERSION = "3.5.0"
|
_VERSION = "3.5.5"
|
||||||
|
|
||||||
__version__, version_info = VersionInfo._get_version()
|
__version__, version_info = VersionInfo._get_version()
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import sys
|
|||||||
from argparse import Namespace
|
from argparse import Namespace
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Awaitable, Callable, NoReturn, Union
|
from typing import Any, Awaitable, Callable, NoReturn, Optional, Union
|
||||||
|
|
||||||
import discord
|
import discord
|
||||||
import rich
|
import rich
|
||||||
@@ -62,9 +62,9 @@ def list_instances():
|
|||||||
sys.exit(ExitCodes.SHUTDOWN)
|
sys.exit(ExitCodes.SHUTDOWN)
|
||||||
|
|
||||||
|
|
||||||
async def debug_info(*args: Any) -> None:
|
async def debug_info(red: Optional[Red] = None, *args: Any) -> None:
|
||||||
"""Shows debug information useful for debugging."""
|
"""Shows debug information useful for debugging."""
|
||||||
print(await DebugInfo().get_text())
|
print(await DebugInfo(red).get_cli_text())
|
||||||
|
|
||||||
|
|
||||||
async def edit_instance(red, cli_flags):
|
async def edit_instance(red, cli_flags):
|
||||||
@@ -268,7 +268,7 @@ def _copy_data(data):
|
|||||||
def early_exit_runner(
|
def early_exit_runner(
|
||||||
cli_flags: Namespace,
|
cli_flags: Namespace,
|
||||||
func: Union[Callable[[], Awaitable[Any]], Callable[[Red, Namespace], Awaitable[Any]]],
|
func: Union[Callable[[], Awaitable[Any]], Callable[[Red, Namespace], Awaitable[Any]]],
|
||||||
) -> None:
|
) -> NoReturn:
|
||||||
"""
|
"""
|
||||||
This one exists to not log all the things like it's a full run of the bot.
|
This one exists to not log all the things like it's a full run of the bot.
|
||||||
"""
|
"""
|
||||||
@@ -277,6 +277,7 @@ def early_exit_runner(
|
|||||||
try:
|
try:
|
||||||
if not cli_flags.instance_name:
|
if not cli_flags.instance_name:
|
||||||
loop.run_until_complete(func())
|
loop.run_until_complete(func())
|
||||||
|
sys.exit(ExitCodes.SHUTDOWN)
|
||||||
return
|
return
|
||||||
|
|
||||||
data_manager.load_basic_configuration(cli_flags.instance_name)
|
data_manager.load_basic_configuration(cli_flags.instance_name)
|
||||||
@@ -288,11 +289,13 @@ def early_exit_runner(
|
|||||||
except (KeyboardInterrupt, EOFError):
|
except (KeyboardInterrupt, EOFError):
|
||||||
print("Aborted!")
|
print("Aborted!")
|
||||||
finally:
|
finally:
|
||||||
loop.run_until_complete(asyncio.sleep(1))
|
# note: sleep is unnecessary since we're not making any network connections
|
||||||
asyncio.set_event_loop(None)
|
asyncio.set_event_loop(None)
|
||||||
loop.stop()
|
loop.stop()
|
||||||
loop.close()
|
loop.close()
|
||||||
|
|
||||||
|
sys.exit(ExitCodes.SHUTDOWN)
|
||||||
|
|
||||||
|
|
||||||
async def run_bot(red: Red, cli_flags: Namespace) -> None:
|
async def run_bot(red: Red, cli_flags: Namespace) -> None:
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -272,7 +272,9 @@ class Admin(commands.Cog):
|
|||||||
`[p]editrole colour Test #ff9900`
|
`[p]editrole colour Test #ff9900`
|
||||||
"""
|
"""
|
||||||
author = ctx.author
|
author = ctx.author
|
||||||
reason = "{}({}) changed the colour of role '{}'".format(author.name, author.id, role.name)
|
reason = _("{author} ({author.id}) changed the colour of role '{role.name}'").format(
|
||||||
|
author=author, role=role.name
|
||||||
|
)
|
||||||
|
|
||||||
if not self.pass_user_hierarchy_check(ctx, role):
|
if not self.pass_user_hierarchy_check(ctx, role):
|
||||||
await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role))
|
await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role))
|
||||||
@@ -303,9 +305,9 @@ class Admin(commands.Cog):
|
|||||||
"""
|
"""
|
||||||
author = ctx.message.author
|
author = ctx.message.author
|
||||||
old_name = role.name
|
old_name = role.name
|
||||||
reason = "{}({}) changed the name of role '{}' to '{}'".format(
|
reason = _(
|
||||||
author.name, author.id, old_name, name
|
"{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
)
|
).format(author=author, old_name=old_name, name=name)
|
||||||
|
|
||||||
if not self.pass_user_hierarchy_check(ctx, role):
|
if not self.pass_user_hierarchy_check(ctx, role):
|
||||||
await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role))
|
await ctx.send(_(ROLE_USER_HIERARCHY_ISSUE).format(role=role))
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/ar-SA.po
generated
82
redbot/cogs/admin/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -120,11 +120,15 @@ msgstr "\n"
|
|||||||
" أمثلة:\n"
|
" أمثلة:\n"
|
||||||
" '[p]editrole اللون \"الترانزستور\" #ff0000'n'n'[p]editrole لون اختبار #ff9900'n"
|
" '[p]editrole اللون \"الترانزستور\" #ff0000'n'n'[p]editrole لون اختبار #ff9900'n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "تم."
|
msgstr "تم."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -138,48 +142,52 @@ msgstr "\n"
|
|||||||
" المثال:\n"
|
" المثال:\n"
|
||||||
" '[p]اسم تحرير \"The Transistor\" Test'\n"
|
" '[p]اسم تحرير \"The Transistor\" Test'\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت."
|
msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "تم البدء في الإعلان."
|
msgstr "تم البدء في الإعلان."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "إلغاء إعلان جارٍ."
|
msgstr "إلغاء إعلان جارٍ."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "لا يوجد إعلان قيد التشغيل حالياً."
|
msgstr "لا يوجد إعلان قيد التشغيل حالياً."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "تم إلغاء الإعلان الحالي."
|
msgstr "تم إلغاء الإعلان الحالي."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "تغيير كيفية إرسال الإعلانات في هذه النقابة."
|
msgstr "تغيير كيفية إرسال الإعلانات في هذه النقابة."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr "Sul5anqz."
|
msgstr "Sul5anqz."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}"
|
msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -188,7 +196,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -200,7 +208,7 @@ msgstr "\n"
|
|||||||
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
|
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
|
||||||
" ملاحظة: الرتبة حساس للحالة!\n"
|
" ملاحظة: الرتبة حساس للحالة!\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -212,7 +220,7 @@ msgstr "\n"
|
|||||||
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
|
" يجب أن يكون مسؤولو الخادم قد قاموا بتكوين الرتبة كـ settable للمستخدم.\n"
|
||||||
" ملاحظة: الرتبة حساس للحالة!\n"
|
" ملاحظة: الرتبة حساس للحالة!\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -220,18 +228,18 @@ msgid "\n"
|
|||||||
msgstr "\n"
|
msgstr "\n"
|
||||||
" يسرد كافة الرتب الذاتية المتوفرة.\n"
|
" يسرد كافة الرتب الذاتية المتوفرة.\n"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "الرتب الذاتية المتوفرة:\n"
|
msgstr "الرتب الذاتية المتوفرة:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "تطبيق الرتبالذاتية."
|
msgstr "تطبيق الرتبالذاتية."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -239,23 +247,23 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "لا يمكنني السماح لك بإضافة {role.name} لرتبة ذاتي لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord."
|
msgstr "لا يمكنني السماح لك بإضافة {role.name} لرتبة ذاتي لأن هذا الرتبة أعلى من أو يساوي أعلى رتبةك في التسلسل الهرمي لـ Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -263,57 +271,57 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "لا يمكنني السماح لك بإزالة {role.name} من كونه رتبةًا ذاتيًا لأن هذا الرتبة أعلى من أو يساوي أعلى رتبة لك في التسلسل الهرمي Discord."
|
msgstr "لا يمكنني السماح لك بإزالة {role.name} من كونه رتبةًا ذاتيًا لأن هذا الرتبة أعلى من أو يساوي أعلى رتبة لك في التسلسل الهرمي Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "قفل البوت للسيرفر الحالي فقط."
|
msgstr "قفل البوت للسيرفر الحالي فقط."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط."
|
msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "لقد تم قفل البوت للسيرفر الحالي فقط."
|
msgstr "لقد تم قفل البوت للسيرفر الحالي فقط."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/bg-BG.po
generated
82
redbot/cogs/admin/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -116,11 +116,15 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Завършено."
|
msgstr "Завършено."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -130,48 +134,52 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -180,7 +188,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -189,7 +197,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -198,24 +206,24 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -223,23 +231,23 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -247,57 +255,57 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Заключете бота само за текущите му сървъри."
|
msgstr "Заключете бота само за текущите му сървъри."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Ботът вече не е заключен за сървъри."
|
msgstr "Ботът вече не е заключен за сървъри."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Ботът е заключен за сървъри."
|
msgstr "Ботът е заключен за сървъри."
|
||||||
|
|
||||||
|
|||||||
180
redbot/cogs/admin/locales/cs-CZ.po
generated
180
redbot/cogs/admin/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -17,7 +17,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:20
|
#: redbot/cogs/admin/admin.py:20
|
||||||
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||||
msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit."
|
msgstr "Discord zamítl provedení akce. Tvůj příkaz nebyl úspěšně dokončen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:25
|
#: redbot/cogs/admin/admin.py:25
|
||||||
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||||
@@ -45,7 +45,7 @@ msgstr "Nemohu ti dovolit upravit {role.name}, protože tato role je vyšší ne
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:61
|
#: redbot/cogs/admin/admin.py:61
|
||||||
msgid "I need the \"Manage Roles\" permission to do that."
|
msgid "I need the \"Manage Roles\" permission to do that."
|
||||||
msgstr ""
|
msgstr "Potřebuji oprávnění \"Správa rolí\"."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:63
|
#: redbot/cogs/admin/admin.py:63
|
||||||
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||||
@@ -66,7 +66,7 @@ msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:190
|
#: redbot/cogs/admin/admin.py:190
|
||||||
msgid "{member.display_name} does not have the role {role.name}."
|
msgid "{member.display_name} does not have the role {role.name}."
|
||||||
msgstr "{member.display_name} již má roli {role.name}."
|
msgstr "Uživatel {member.display_name} nemá roli {role.name}."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:211
|
#: redbot/cogs/admin/admin.py:211
|
||||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||||
@@ -81,8 +81,8 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr "\n"
|
msgstr "\n"
|
||||||
" Přidá roli uživateli.\n\n"
|
" Přidá roli uživateli.\n\n"
|
||||||
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
|
" Použijte dvojí uvozovky, pokud role obsahuje mezery.\n"
|
||||||
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
|
" Pokud je pole uživatele prázdné, bude nastaveno na autora příkazu.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:244
|
#: redbot/cogs/admin/admin.py:244
|
||||||
@@ -94,8 +94,8 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr "\n"
|
msgstr "\n"
|
||||||
" Odebrat roli uživateli.\n\n"
|
" Odebrat roli uživateli.\n\n"
|
||||||
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
|
" Použijte dvojí uvozovky, pokud role obsahuje mezery.\n"
|
||||||
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
|
" Pokud je pole uživatele prázdné, bude nastaveno na autora příkazu.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:256
|
#: redbot/cogs/admin/admin.py:256
|
||||||
@@ -120,15 +120,19 @@ msgstr "\n"
|
|||||||
" Barva musí být v hexadecimálním formátu.\n"
|
" Barva musí být v hexadecimálním formátu.\n"
|
||||||
" [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
|
" [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
|
||||||
" Příklady:\n"
|
" Příklady:\n"
|
||||||
" `[p]editrole colour \"Spravce\" #ff0000`\n"
|
" `[p]editrole colour \"Nejlepsi Spravce\" #ff0000`\n"
|
||||||
" `[p]editrole colour Spravce #ff9900`\n"
|
" `[p]editrole colour Spravce #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr "{author} ({author.id}) změnil barvu role '{role.name}'"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Hotovo."
|
msgstr "Hotovo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -140,60 +144,68 @@ msgstr "\n"
|
|||||||
" Upraví název role\n\n"
|
" Upraví název role\n\n"
|
||||||
" Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\n\n"
|
" Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\n\n"
|
||||||
" Příklady:\n"
|
" Příklady:\n"
|
||||||
" `[p]editrole name \"Spravce\" Admin`\n"
|
" `[p]editrole name \"Nejlepsi Spravce\" Admin`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr "{author} ({author.id}) změnil jméno role '{old_name}' na '{name}'"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Oznámit zprávu na všechny servery ve kterých je bot."
|
msgstr "Oznámit zprávu na všechny servery, ve kterých bot je."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "Oznámení začalo."
|
msgstr "Oznámení začalo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Zrušit běžící oznámení."
|
msgstr "Zrušit běžící oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "V současné době neexistuje žádné spuštěné oznámení."
|
msgstr "V současné době neexistuje žádné spuštěné oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "Momentální oznámení bylo zrušeno."
|
msgstr "Současné oznámení bylo zrušeno."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Změňte způsob odesílání oznámení v tomto klanu."
|
msgstr "Změňte způsob odesílání oznámení v tomto klanu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr "Změnit kanál, kam bude bot zasílat oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
|
msgstr "Kanál pro oznámení byl nastaven na {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Zruší kanál pro oznámení."
|
msgstr "Zruší kanál pro oznámení."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
" Server admins must have configured the role as user settable.\n"
|
" Server admins must have configured the role as user settable.\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Přidat nebo odebrat self-roli.\n\n"
|
||||||
|
" Administrátoři serveru musí povolit nastavení role uživatelům.\n"
|
||||||
|
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -202,11 +214,11 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr "\n"
|
msgstr "\n"
|
||||||
" Přidá vám self-roli.\n\n"
|
" Přidá vám self-roli.\n\n"
|
||||||
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
|
" Administrátoři serveru musí povolit přiřazení role uživatelům.\n"
|
||||||
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
|
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -214,12 +226,12 @@ msgid "\n"
|
|||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr "\n"
|
msgstr "\n"
|
||||||
" Odstraní vámself-roli.\n\n"
|
" Odebere vám self-roli.\n\n"
|
||||||
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
|
" Administrátoři serveru musí povolit odebrání role uživatelům.\n"
|
||||||
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
|
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -228,110 +240,116 @@ msgstr "\n"
|
|||||||
" Seznam všech dostupných self-rolí.\n"
|
" Seznam všech dostupných self-rolí.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Dostupné self-role:\n"
|
msgstr "Dostupné self-role:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Spravovat self-role."
|
msgstr "Spravovat self-role."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Přidat roli, nebo výběr rolí, do seznamu dostupných self-roli.\n\n"
|
||||||
|
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr "Role \"{role.name}\" již je self-rolí."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
|
||||||
msgid "Added {count} selfroles."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr "Přidáno {count} self-rolí."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:483
|
||||||
|
msgid "Added 1 selfrole."
|
||||||
|
msgstr "Přidána 1 self-role."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Odebrat roli, nebo výběr rolí, ze seznamu dostupných self-roli.\n\n"
|
||||||
|
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
|
||||||
msgid "Removed {count} selfroles."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr "Odebráno {count} self-rolí."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:510
|
||||||
|
msgid "Removed 1 selfrole."
|
||||||
|
msgstr "Odebrána 1 self-role."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr "Vymazat seznam dostupných self-rolí pro tento server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr "V současné době neexistují žádné self-role."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr "Určitě chcete vymazat seznam dostupných self-rolí pro tento server?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr "Reakce vám trvala příliš dlouho."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr "Nemohu vymazat seznam self-rolí, protože self-role '{role.name}' je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
|
||||||
msgid "Selfrole list cleared."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "No changes have been made."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr "Seznam self-rolí byl vymazán."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:546
|
||||||
|
msgid "No changes have been made."
|
||||||
|
msgstr "Nebyly provedeny žádné změny."
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Uzamkne bota pouze na jeho aktuální servery."
|
msgstr "Omezí bota pouze na jeho aktuální servery."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Bot již není uzamčen na server."
|
msgstr "Bot již není uzamčen na server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Bot je nyní serverem uzamčen."
|
msgstr "Bot je nyní omezen na aktuální servery."
|
||||||
|
|
||||||
#: 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 "Nemohu oznámit následujícímu serveru: "
|
msgstr "Nemohu provést oznámení na tomto serveru: "
|
||||||
|
|
||||||
#: 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 "Nemohu oznámit následujícím serverům: "
|
msgstr "Nemohu provést oznámení na těchto serverech: "
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:13
|
#: redbot/cogs/admin/converters.py:13
|
||||||
msgid "The Admin cog is not loaded."
|
msgid "The Admin cog is not loaded."
|
||||||
@@ -339,9 +357,9 @@ msgstr "Admin cog není načten."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:30
|
#: redbot/cogs/admin/converters.py:30
|
||||||
msgid "The role \"{role_name}\" is not a valid selfrole."
|
msgid "The role \"{role_name}\" is not a valid selfrole."
|
||||||
msgstr ""
|
msgstr "Role \"{role_name}\" není validní self-rolí."
|
||||||
|
|
||||||
#: redbot/cogs/admin/converters.py:36
|
#: redbot/cogs/admin/converters.py:36
|
||||||
msgid "This selfrole has more than one case insensitive match. Please ask a moderator to resolve the ambiguity, or use the role ID to reference the role."
|
msgid "This selfrole has more than one case insensitive match. Please ask a moderator to resolve the ambiguity, or use the role ID to reference the role."
|
||||||
msgstr ""
|
msgstr "Tato self-role má více než jeden stejný název. Požádejte správce o výřešení těchto nejasností nebo použijte ID role."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/da-DK.po
generated
82
redbot/cogs/admin/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -108,11 +108,15 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Færdig."
|
msgstr "Færdig."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -122,48 +126,52 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Annoncer en besked til alle serverne botten er i."
|
msgstr "Annoncer en besked til alle serverne botten er i."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "Annonceringen er påbegyndt."
|
msgstr "Annonceringen er påbegyndt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Afbryd en kørende annonce."
|
msgstr "Afbryd en kørende annonce."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Der er i øjeblikket ikke nogen kørende annonceringer."
|
msgstr "Der er i øjeblikket ikke nogen kørende annonceringer."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "Den nuværende annoncering er blevet afbrudt."
|
msgstr "Den nuværende annoncering er blevet afbrudt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Ændre hvordan annonceringer er udsendt i denne server."
|
msgstr "Ændre hvordan annonceringer er udsendt i denne server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Annoncerings kanalen er blevet sat til {channel.mention}"
|
msgstr "Annoncerings kanalen er blevet sat til {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -172,7 +180,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -181,7 +189,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -190,24 +198,24 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -215,23 +223,23 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -239,57 +247,57 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Lås en bot til dens nuværende server."
|
msgstr "Lås en bot til dens nuværende server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Botten er ikke længere låst til serveren."
|
msgstr "Botten er ikke længere låst til serveren."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Botten er nu låst til serveren."
|
msgstr "Botten er nu låst til serveren."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/de-DE.po
generated
82
redbot/cogs/admin/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Erledigt."
|
msgstr "Erledigt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist."
|
msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "Die Ankündigung hat begonnen."
|
msgstr "Die Ankündigung hat begonnen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Breche eine laufende Ankündigung ab."
|
msgstr "Breche eine laufende Ankündigung ab."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Es gibt keine derzeit laufende Ankündigung."
|
msgstr "Es gibt keine derzeit laufende Ankündigung."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "Die aktuelle Ankündigung wurde abgebrochen."
|
msgstr "Die aktuelle Ankündigung wurde abgebrochen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden."
|
msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr "Ändern Sie den Kanal, über den der Bot Ankündigungen sendet."
|
msgstr "Ändern Sie den Kanal, über den der Bot Ankündigungen sendet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt."
|
msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Setzt den Kanal für Ankündigungen zurück."
|
msgstr "Setzt den Kanal für Ankündigungen zurück."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -197,7 +205,7 @@ msgstr "\n"
|
|||||||
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -210,7 +218,7 @@ msgstr "\n"
|
|||||||
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -223,7 +231,7 @@ msgstr "\n"
|
|||||||
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
" HINWEIS: Beachte Groß- und Kleinschreibung!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -232,18 +240,18 @@ msgstr "\n"
|
|||||||
"Gibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\n"
|
"Gibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Verfügbare selbst auswählbare Rollen:\n"
|
msgstr "Verfügbare selbst auswählbare Rollen:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Selbst hinzufügbare Rollen verwalten."
|
msgstr "Selbst hinzufügbare Rollen verwalten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -254,23 +262,23 @@ msgstr "\n"
|
|||||||
" ACHTUNG: Beachte korrekte Groß- und Kleinschreibung!\n"
|
" ACHTUNG: Beachte korrekte Groß- und Kleinschreibung!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
msgstr "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "Die Rolle \"{role.name}\" ist bereits eine selbst hinzufügbare Rolle."
|
msgstr "Die Rolle \"{role.name}\" ist bereits eine selbst hinzufügbare Rolle."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "{count} selbst hinzufügbare Rollen hinzugefügt."
|
msgstr "{count} selbst hinzufügbare Rollen hinzugefügt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "1 selbst hinzufügbare Rolle hinzugefügt."
|
msgstr "1 selbst hinzufügbare Rolle hinzugefügt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -280,57 +288,57 @@ msgstr "\n"
|
|||||||
"Entferne eine oder mehrere Rollen von der Liste der selbst hinzufügbaren Rollen.\n\n"
|
"Entferne eine oder mehrere Rollen von der Liste der selbst hinzufügbaren Rollen.\n\n"
|
||||||
" ACHTUNG: Beachte die Groß- und Kleinschreibung! "
|
" ACHTUNG: Beachte die Groß- und Kleinschreibung! "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
msgstr "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr "{count} selbst hinzufügbare Rollen entfernt."
|
msgstr "{count} selbst hinzufügbare Rollen entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr "1 selbst hinzufügbare Rolle entfernt."
|
msgstr "1 selbst hinzufügbare Rolle entfernt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr "Lösche die Liste der selbst hinzufügbaren Rollen auf diesem Server."
|
msgstr "Lösche die Liste der selbst hinzufügbaren Rollen auf diesem Server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr "Es sind keine selbst hinzufügbaren Rollen verfügbar."
|
msgstr "Es sind keine selbst hinzufügbaren Rollen verfügbar."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr "Bist du dir sicher, dass du die Liste der selbst hinzufügbaren Rollen dieses Servers löschen möchtest?"
|
msgstr "Bist du dir sicher, dass du die Liste der selbst hinzufügbaren Rollen dieses Servers löschen möchtest?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr "Antwortzeit abgelaufen."
|
msgstr "Antwortzeit abgelaufen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ich kann die Liste der selbst hinzufügbaren Rollen nicht löschen, da {role.name} auf der gleichen Stufe oder höher als deine höchste Rolle in der Discord Hierarchie ist."
|
msgstr "Ich kann die Liste der selbst hinzufügbaren Rollen nicht löschen, da {role.name} auf der gleichen Stufe oder höher als deine höchste Rolle in der Discord Hierarchie ist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr "Liste der selbst hinzufügbaren Rollen gelöscht."
|
msgstr "Liste der selbst hinzufügbaren Rollen gelöscht."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr "Keine Änderungen vorgenommen"
|
msgstr "Keine Änderungen vorgenommen"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Der Bot kann keinem neuen Server beitreten."
|
msgstr "Der Bot kann keinem neuen Server beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Der Bot kann nun anderen Servern beitreten."
|
msgstr "Der Bot kann nun anderen Servern beitreten."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."
|
msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/fi-FI.po
generated
82
redbot/cogs/admin/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Tehty."
|
msgstr "Tehty."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on."
|
msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "Ilmoittaminen on aloitettu."
|
msgstr "Ilmoittaminen on aloitettu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Peruuta käynnissä oleva ilmoitus."
|
msgstr "Peruuta käynnissä oleva ilmoitus."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Tällä hetkellä ei ole käynnissä olevaa ilmoitusta."
|
msgstr "Tällä hetkellä ei ole käynnissä olevaa ilmoitusta."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "Tämänhetkinen ilmoitus on peruutettu."
|
msgstr "Tämänhetkinen ilmoitus on peruutettu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Muokkaa kuinka ilmoitukset lähetetään tässä guildissa."
|
msgstr "Muokkaa kuinka ilmoitukset lähetetään tässä guildissa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Ilmoituskanava on asetettu {channel.mention} -kanavalle"
|
msgstr "Ilmoituskanava on asetettu {channel.mention} -kanavalle"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Poista ilmoituskanava käytöstä."
|
msgstr "Poista ilmoituskanava käytöstä."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -195,7 +203,7 @@ msgstr "Lisää tai poista rooli itseltäsi.\n\n"
|
|||||||
"Palvelimen ylläpitäjän pitää olla asettanut se rooli käyttäjä-asetettavaksi.\n"
|
"Palvelimen ylläpitäjän pitää olla asettanut se rooli käyttäjä-asetettavaksi.\n"
|
||||||
"MUISTA: Roolin nimessä merkitsee isot ja pienet kirjaimet."
|
"MUISTA: Roolin nimessä merkitsee isot ja pienet kirjaimet."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -208,7 +216,7 @@ msgstr "\n"
|
|||||||
" HUOM: Rooli on kirjainkoolla herkkä!\n"
|
" HUOM: Rooli on kirjainkoolla herkkä!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -221,7 +229,7 @@ msgstr "\n"
|
|||||||
" HUOM: Rooli on kirjainkoolla herkkä!\n"
|
" HUOM: Rooli on kirjainkoolla herkkä!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -230,18 +238,18 @@ msgstr "\n"
|
|||||||
" Luettele kaikki saatavilla olevat selfrot.\n"
|
" Luettele kaikki saatavilla olevat selfrot.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Saatavilla olevat omafroles:\n"
|
msgstr "Saatavilla olevat omafroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Hallitse selfroleja."
|
msgstr "Hallitse selfroleja."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -249,23 +257,23 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -273,57 +281,57 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
msgstr "En voi antaa roolia {role.name} käyttäjälle, koska rooli on korkeammalla kuin minun ylin roolini Discordin hierarkiassa."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Lukitse botti vain nykyisille palvelimille."
|
msgstr "Lukitse botti vain nykyisille palvelimille."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Botti ei ole enää palvelinlukittu."
|
msgstr "Botti ei ole enää palvelinlukittu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Botti on nyt palvelinlukittu."
|
msgstr "Botti on nyt palvelinlukittu."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/fr-FR.po
generated
82
redbot/cogs/admin/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Fait."
|
msgstr "Fait."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve."
|
msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "L’annonce a commencé."
|
msgstr "L’annonce a commencé."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Interrompre une annonce en cours."
|
msgstr "Interrompre une annonce en cours."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Il n'y a aucune annonce en cours d'exécution."
|
msgstr "Il n'y a aucune annonce en cours d'exécution."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "L'annonce actuelle a été interrompue."
|
msgstr "L'annonce actuelle a été interrompue."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Change la façon dont les annonces sont envoyées dans ce serveur."
|
msgstr "Change la façon dont les annonces sont envoyées dans ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Les annonces seront maintenant faites dans {channel.mention}"
|
msgstr "Les annonces seront maintenant faites dans {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Désactive le salon pour les annonces."
|
msgstr "Désactive le salon pour les annonces."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -197,7 +205,7 @@ msgstr "\n"
|
|||||||
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -210,7 +218,7 @@ msgstr "\n"
|
|||||||
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -223,7 +231,7 @@ msgstr "\n"
|
|||||||
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
" NOTE : Le rôle est sensible aux majuscules et minuscules !\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -232,18 +240,18 @@ msgstr "\n"
|
|||||||
" Liste de tous les auto-rôles disponibles.\n"
|
" Liste de tous les auto-rôles disponibles.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Auto-rôles disponibles :\n"
|
msgstr "Auto-rôles disponibles :\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Gérer les auto-roles."
|
msgstr "Gérer les auto-roles."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -254,23 +262,23 @@ msgstr "\n"
|
|||||||
" NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\n"
|
" NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
|
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "Le rôle \"{role.name}\" est déjà un rôle auto-attribué."
|
msgstr "Le rôle \"{role.name}\" est déjà un rôle auto-attribué."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "{count} auto-rôles ajouté(s)."
|
msgstr "{count} auto-rôles ajouté(s)."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "Ajout de 1 auto-rôle."
|
msgstr "Ajout de 1 auto-rôle."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -281,57 +289,57 @@ msgstr "\n"
|
|||||||
" NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\n"
|
" NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
|
msgstr "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr "Suppression de {count} auto-rôles."
|
msgstr "Suppression de {count} auto-rôles."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr "Suppression d'un auto-rôle."
|
msgstr "Suppression d'un auto-rôle."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr "Nettoyage de la liste des auto-rôles disponibles pour ce serveur."
|
msgstr "Nettoyage de la liste des auto-rôles disponibles pour ce serveur."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr "Actuellement, il n'y a pas d'auto-rôles."
|
msgstr "Actuellement, il n'y a pas d'auto-rôles."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr "Êtes-vous certain de vouloir nettoyer la liste des auto-rôles de ce serveur ?"
|
msgstr "Êtes-vous certain de vouloir nettoyer la liste des auto-rôles de ce serveur ?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr "Vous avez pris trop de temps à répondre."
|
msgstr "Vous avez pris trop de temps à répondre."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Je ne peux pas supprimer les rôles personnels car le rôle personnel '{role.name}' est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord."
|
msgstr "Je ne peux pas supprimer les rôles personnels car le rôle personnel '{role.name}' est supérieur ou égal à votre rôle le plus élevé dans la hiérarchie Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr "La liste des rôles personnes a été nettoyée."
|
msgstr "La liste des rôles personnes a été nettoyée."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr "Aucune modification n'a été faite."
|
msgstr "Aucune modification n'a été faite."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Verrouiller un bot sur ses serveurs actuels uniquement."
|
msgstr "Verrouiller un bot sur ses serveurs actuels uniquement."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels."
|
msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels."
|
msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/hr-HR.po
generated
82
redbot/cogs/admin/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Gotovo."
|
msgstr "Gotovo."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Najavite poruku svim serverima u kojima se bot nalazi."
|
msgstr "Najavite poruku svim serverima u kojima se bot nalazi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "Najava je počela."
|
msgstr "Najava je počela."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Otkažite aktivnu najavu."
|
msgstr "Otkažite aktivnu najavu."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Trenutno nema aktivne najave."
|
msgstr "Trenutno nema aktivne najave."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "Trenutna najava je otkazana."
|
msgstr "Trenutna najava je otkazana."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Promijenite način slanja najava u ovom serveru."
|
msgstr "Promijenite način slanja najava u ovom serveru."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "{channel.mention} je postavljen kao kanal za najave"
|
msgstr "{channel.mention} je postavljen kao kanal za najave"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Poništava kanal za najave."
|
msgstr "Poništava kanal za najave."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -197,7 +205,7 @@ msgstr "\n"
|
|||||||
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -210,7 +218,7 @@ msgstr "\n"
|
|||||||
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -223,7 +231,7 @@ msgstr "\n"
|
|||||||
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -232,18 +240,18 @@ msgstr "\n"
|
|||||||
" Navodi sve dostupne samo-uloge.\n"
|
" Navodi sve dostupne samo-uloge.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Dostupne samo-uloge:\n"
|
msgstr "Dostupne samo-uloge:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Upravljajte samo-ulogama."
|
msgstr "Upravljajte samo-ulogama."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -254,23 +262,23 @@ msgstr "\n"
|
|||||||
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ne mogu vam dopustiti da dodate {role.name} kao samo-ulogu jer je ta uloga viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
msgstr "Ne mogu vam dopustiti da dodate {role.name} kao samo-ulogu jer je ta uloga viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "Uloga \"{role.name}\" je već samo-uloga."
|
msgstr "Uloga \"{role.name}\" je već samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "Dodano {count} samo-uloga."
|
msgstr "Dodano {count} samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "Dodana jedna samo-uloga."
|
msgstr "Dodana jedna samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -281,57 +289,57 @@ msgstr "\n"
|
|||||||
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
" NAPOMENA: Uloga je osjetljiva na velika i mala slova!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ne mogu vam dopustiti da uklonite {role.name} kao samo-ulogu jer je ta uloga viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
msgstr "Ne mogu vam dopustiti da uklonite {role.name} kao samo-ulogu jer je ta uloga viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr "Uklonjeno {count} samo-uloga."
|
msgstr "Uklonjeno {count} samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr "Uklonjena jedna samo-uloga."
|
msgstr "Uklonjena jedna samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr "Izbrišite popis dostupnih samo-uloga za ovaj server."
|
msgstr "Izbrišite popis dostupnih samo-uloga za ovaj server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr "Trenutno nema samo-uloga."
|
msgstr "Trenutno nema samo-uloga."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr "Jeste li sigurni da želite izbrisati serverov popis samo-uloga?"
|
msgstr "Jeste li sigurni da želite izbrisati serverov popis samo-uloga?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr "Trebalo vam je predugo da odgovorite."
|
msgstr "Trebalo vam je predugo da odgovorite."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ne mogu izbrisati samo-uloge jer je samo-uloga '{role.name}' viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
msgstr "Ne mogu izbrisati samo-uloge jer je samo-uloga '{role.name}' viša ili jednaka vašoj najvišoj ulozi u Discord hijerarhiji."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr "Popis samo-uloga je izbrisan."
|
msgstr "Popis samo-uloga je izbrisan."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr "Nisu napravljene ikakve promjene."
|
msgstr "Nisu napravljene ikakve promjene."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Zaključaj bota samo na njegove trenutne servere."
|
msgstr "Zaključaj bota samo na njegove trenutne servere."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "Bot više nije zaključan na servere u kojima se nalazi."
|
msgstr "Bot više nije zaključan na servere u kojima se nalazi."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "Bot je sada zaključan na servere u kojima se nalazi."
|
msgstr "Bot je sada zaključan na servere u kojima se nalazi."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/nl-NL.po
generated
82
redbot/cogs/admin/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "Klaar."
|
msgstr "Klaar."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole naam \"The Transistor\" Test`\n"
|
" `[p]editrole naam \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "Kondig een bericht aan in alle servers."
|
msgstr "Kondig een bericht aan in alle servers."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "De aankondiging is begonnen."
|
msgstr "De aankondiging is begonnen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "Annuleer een huidige aankondiging."
|
msgstr "Annuleer een huidige aankondiging."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "Er is momenteel geen lopende aankondiging."
|
msgstr "Er is momenteel geen lopende aankondiging."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "De huidige aankondiging is geannuleerd."
|
msgstr "De huidige aankondiging is geannuleerd."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "Verander hoe aankondigingen worden verzonden in deze gilde."
|
msgstr "Verander hoe aankondigingen worden verzonden in deze gilde."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr "Bewerk het kanaal waar deze bot aankondigingen maakt."
|
msgstr "Bewerk het kanaal waar deze bot aankondigingen maakt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}"
|
msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "Kanaal voor aankondigingen uitschakelen."
|
msgstr "Kanaal voor aankondigingen uitschakelen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -197,7 +205,7 @@ msgstr "\n"
|
|||||||
" Let op: De rol is hoofdlettergevoelig!\n"
|
" Let op: De rol is hoofdlettergevoelig!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -210,7 +218,7 @@ msgstr "\n"
|
|||||||
" Let op: De rol is hoofdlettergevoelig!\n"
|
" Let op: De rol is hoofdlettergevoelig!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -223,7 +231,7 @@ msgstr "\n"
|
|||||||
" Let op: De rol is hoofdlettergevoelig!\n"
|
" Let op: De rol is hoofdlettergevoelig!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -232,18 +240,18 @@ msgstr "\n"
|
|||||||
" Toont alle beschikbare zelfrollen.\n"
|
" Toont alle beschikbare zelfrollen.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "Beschikbare zelfrollen:\n"
|
msgstr "Beschikbare zelfrollen:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "Beheer zelfrollen."
|
msgstr "Beheer zelfrollen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -254,23 +262,23 @@ msgstr "\n"
|
|||||||
" Let op: hoofdlettergevoelig!\n"
|
" Let op: hoofdlettergevoelig!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord rangorde."
|
msgstr "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord rangorde."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "De rol \"{role.name}\" is al een zelfrol."
|
msgstr "De rol \"{role.name}\" is al een zelfrol."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "{count} zelfrollen toegevoegd."
|
msgstr "{count} zelfrollen toegevoegd."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "1 zelfrol toegevoegd."
|
msgstr "1 zelfrol toegevoegd."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -281,57 +289,57 @@ msgstr "\n"
|
|||||||
" OPMERKING: De rol is hoofdlettergevoelig!\n"
|
" OPMERKING: De rol is hoofdlettergevoelig!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord rangorde."
|
msgstr "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord rangorde."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr "{count} zelfrollen verwijderd."
|
msgstr "{count} zelfrollen verwijderd."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr "1 zelfrol verwijderd."
|
msgstr "1 zelfrol verwijderd."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr "Wis de lijst met beschikbare zelfrollen voor deze server."
|
msgstr "Wis de lijst met beschikbare zelfrollen voor deze server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr "Er zijn momenteel geen zelfrollen."
|
msgstr "Er zijn momenteel geen zelfrollen."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr "Weet je zeker dat je de lijst van zelfrollen van deze server wilt wissen?"
|
msgstr "Weet je zeker dat je de lijst van zelfrollen van deze server wilt wissen?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr "U hebt er te lang over gedaan om te reageren."
|
msgstr "U hebt er te lang over gedaan om te reageren."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "Ik kan de zelfrollen niet wissen, omdat de zelfrol '{role.name}' hoger of gelijk is aan je hoogste rol in de Discord rangorde."
|
msgstr "Ik kan de zelfrollen niet wissen, omdat de zelfrol '{role.name}' hoger of gelijk is aan je hoogste rol in de Discord rangorde."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr "Zelf rol lijst gewist."
|
msgstr "Zelf rol lijst gewist."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr "Er zijn geen wijzigingen aangebracht."
|
msgstr "Er zijn geen wijzigingen aangebracht."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "Vergrendel de bot voor alleen deze server."
|
msgstr "Vergrendel de bot voor alleen deze server."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "De bot is niet langer vergrendeld."
|
msgstr "De bot is niet langer vergrendeld."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "De bot is vergrendeld."
|
msgstr "De bot is vergrendeld."
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/zh-CN.po
generated
82
redbot/cogs/admin/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr " 编辑身份证颜色\n\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "完成。"
|
msgstr "完成。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -142,48 +146,52 @@ msgstr " 编辑角色名称。\n\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "已向机器人所在的所有服务器发送公告。"
|
msgstr "已向机器人所在的所有服务器发送公告。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "公告开始了"
|
msgstr "公告开始了"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "取消了一个运行中的公告。"
|
msgstr "取消了一个运行中的公告。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "目前没有正在运行的公告"
|
msgstr "目前没有正在运行的公告"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "目前公告已被取消"
|
msgstr "目前公告已被取消"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "更改了公会中通知的发送方式。"
|
msgstr "更改了公会中通知的发送方式。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "公告频道已设置为 {channel.mention}"
|
msgstr "公告频道已设置为 {channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "取消公告频道"
|
msgstr "取消公告频道"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -196,7 +204,7 @@ msgstr "\n"
|
|||||||
" 注意:角色是区分大小写的\n"
|
" 注意:角色是区分大小写的\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -209,7 +217,7 @@ msgstr "\n"
|
|||||||
" 注意:角色是区分大小写的!\n"
|
" 注意:角色是区分大小写的!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -218,7 +226,7 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -226,18 +234,18 @@ msgid "\n"
|
|||||||
msgstr " 列出所有可用的角色。\n"
|
msgstr " 列出所有可用的角色。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "可用的角色:\n"
|
msgstr "可用的角色:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "管理自我角色"
|
msgstr "管理自我角色"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -245,23 +253,23 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "无法添加[role.name],因为该角色高于或等于你的角色。"
|
msgstr "无法添加[role.name],因为该角色高于或等于你的角色。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "你已经获得\"[role.name]\"权限。"
|
msgstr "你已经获得\"[role.name]\"权限。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "成功添加 {count} 。"
|
msgstr "成功添加 {count} 。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "成功添加了一个角色。"
|
msgstr "成功添加了一个角色。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -269,57 +277,57 @@ msgid "\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
82
redbot/cogs/admin/locales/zh-TW.po
generated
82
redbot/cogs/admin/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
"POT-Creation-Date: 2023-06-14 02:57+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"
|
||||||
@@ -124,11 +124,15 @@ msgstr "\n"
|
|||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:292 redbot/cogs/admin/admin.py:325
|
#: redbot/cogs/admin/admin.py:275
|
||||||
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
|
msgstr "{author} ({author.id}) 更改了身分組 '{role.name}' 的顏色"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
msgstr "完成。"
|
msgstr "完成。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:296
|
#: redbot/cogs/admin/admin.py:298
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Edit a role's name.\n\n"
|
" Edit a role's name.\n\n"
|
||||||
@@ -143,48 +147,52 @@ msgstr "\n"
|
|||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:330
|
#: redbot/cogs/admin/admin.py:308
|
||||||
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
|
msgstr "{author} ({author.id}) 更改了身分組的名字從 '{old_name}' 到 '{name}'"
|
||||||
|
|
||||||
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Announce a message to all servers the bot is in."
|
msgid "Announce a message to all servers the bot is in."
|
||||||
msgstr "向機器人所在的所有伺服器宣布一則訊息。"
|
msgstr "向機器人所在的所有伺服器宣布一則訊息。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:337
|
#: redbot/cogs/admin/admin.py:339
|
||||||
msgid "The announcement has begun."
|
msgid "The announcement has begun."
|
||||||
msgstr "已經開始宣布。"
|
msgstr "已經開始宣布。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:344
|
#: redbot/cogs/admin/admin.py:346
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Cancel a running announce."
|
msgid "Cancel a running announce."
|
||||||
msgstr "取消進行中的宣布。"
|
msgstr "取消進行中的宣布。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:346
|
#: redbot/cogs/admin/admin.py:348
|
||||||
msgid "There is no currently running announcement."
|
msgid "There is no currently running announcement."
|
||||||
msgstr "目前沒有正在執行的宣布。"
|
msgstr "目前沒有正在執行的宣布。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:349
|
#: redbot/cogs/admin/admin.py:351
|
||||||
msgid "The current announcement has been cancelled."
|
msgid "The current announcement has been cancelled."
|
||||||
msgstr "已取消目前的宣布。"
|
msgstr "已取消目前的宣布。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:355
|
#: redbot/cogs/admin/admin.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change how announcements are sent in this guild."
|
msgid "Change how announcements are sent in this guild."
|
||||||
msgstr "更改群組發送公告的方式。"
|
msgstr "更改群組發送公告的方式。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:365
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr "更改機器人將發送公告的頻道。"
|
msgstr "更改機器人將發送公告的頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:368
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
msgstr "公告文字頻道設為{channel.mention}"
|
msgstr "公告文字頻道設為{channel.mention}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:373
|
#: redbot/cogs/admin/admin.py:375
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Unsets the channel for announcements."
|
msgid "Unsets the channel for announcements."
|
||||||
msgstr "移除設置的公告頻道。"
|
msgstr "移除設置的公告頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:398
|
#: redbot/cogs/admin/admin.py:400
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add or remove a selfrole from yourself.\n\n"
|
" Add or remove a selfrole from yourself.\n\n"
|
||||||
@@ -197,7 +205,7 @@ msgstr "\n"
|
|||||||
" 注意:身分組區分大小寫!\n"
|
" 注意:身分組區分大小寫!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:411
|
#: redbot/cogs/admin/admin.py:413
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a selfrole to yourself.\n\n"
|
" Add a selfrole to yourself.\n\n"
|
||||||
@@ -210,7 +218,7 @@ msgstr "\n"
|
|||||||
" 注意:身分組區分大小寫!\n"
|
" 注意:身分組區分大小寫!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:422
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a selfrole from yourself.\n\n"
|
" Remove a selfrole from yourself.\n\n"
|
||||||
@@ -223,7 +231,7 @@ msgstr "\n"
|
|||||||
" 注意:身分組區分大小寫!\n"
|
" 注意:身分組區分大小寫!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:433
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Lists all available selfroles.\n"
|
" Lists all available selfroles.\n"
|
||||||
@@ -232,18 +240,18 @@ msgstr "\n"
|
|||||||
" 列出所有可用的身分組。\n"
|
" 列出所有可用的身分組。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:443
|
#: redbot/cogs/admin/admin.py:445
|
||||||
msgid "Available Selfroles:\n"
|
msgid "Available Selfroles:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
msgstr "可用的身分組:\n"
|
msgstr "可用的身分組:\n"
|
||||||
"{selfroles}"
|
"{selfroles}"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:449
|
#: redbot/cogs/admin/admin.py:451
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manage selfroles."
|
msgid "Manage selfroles."
|
||||||
msgstr "管理自我身分組。"
|
msgstr "管理自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:454
|
#: redbot/cogs/admin/admin.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||||
@@ -254,23 +262,23 @@ msgstr "\n"
|
|||||||
" 注意:身分組區分大小寫!\n"
|
" 注意:身分組區分大小寫!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:463
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "我無法讓你給予 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
msgstr "我無法讓你給予 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:473
|
#: redbot/cogs/admin/admin.py:475
|
||||||
msgid "The role \"{role.name}\" is already a selfrole."
|
msgid "The role \"{role.name}\" is already a selfrole."
|
||||||
msgstr "身分組“{role.name}”已經是一個自我身分組。"
|
msgstr "身分組“{role.name}”已經是一個自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:479
|
#: redbot/cogs/admin/admin.py:481
|
||||||
msgid "Added {count} selfroles."
|
msgid "Added {count} selfroles."
|
||||||
msgstr "已新增 {count} 個自我身分組。"
|
msgstr "已新增 {count} 個自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:481
|
#: redbot/cogs/admin/admin.py:483
|
||||||
msgid "Added 1 selfrole."
|
msgid "Added 1 selfrole."
|
||||||
msgstr "已新增1個自我身分組。"
|
msgstr "已新增1個自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:487
|
#: redbot/cogs/admin/admin.py:489
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||||
@@ -281,57 +289,57 @@ msgstr "\n"
|
|||||||
" 注意:身分組區分大小寫!\n"
|
" 注意:身分組區分大小寫!\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:496
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "我無法讓你從 移除 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
msgstr "我無法讓你從 移除 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:506
|
#: redbot/cogs/admin/admin.py:508
|
||||||
msgid "Removed {count} selfroles."
|
msgid "Removed {count} selfroles."
|
||||||
msgstr "刪除了 {count} 個自我身分組。"
|
msgstr "刪除了 {count} 個自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:508
|
#: redbot/cogs/admin/admin.py:510
|
||||||
msgid "Removed 1 selfrole."
|
msgid "Removed 1 selfrole."
|
||||||
msgstr "刪除了1個自我身分組。"
|
msgstr "刪除了1個自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:514
|
#: redbot/cogs/admin/admin.py:516
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear the list of available selfroles for this server."
|
msgid "Clear the list of available selfroles for this server."
|
||||||
msgstr "已清除在server中可用的自我身分組。"
|
msgstr "已清除在server中可用的自我身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:518
|
#: redbot/cogs/admin/admin.py:520
|
||||||
msgid "There are currently no selfroles."
|
msgid "There are currently no selfroles."
|
||||||
msgstr "目前沒有個人資料。"
|
msgstr "目前沒有個人資料。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:521
|
#: redbot/cogs/admin/admin.py:523
|
||||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||||
msgstr "您確定要清除此server的自我身分組列表嗎?"
|
msgstr "您確定要清除此server的自我身分組列表嗎?"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:527
|
#: redbot/cogs/admin/admin.py:529
|
||||||
msgid "You took too long to respond."
|
msgid "You took too long to respond."
|
||||||
msgstr "等待時間過長。"
|
msgstr "等待時間過長。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:536
|
#: redbot/cogs/admin/admin.py:538
|
||||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
msgstr "我無法清除 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
msgstr "我無法清除 {role.name} 身分組,因為該身分組位階高於或等於你最高的Discord 身分組。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:542
|
#: redbot/cogs/admin/admin.py:544
|
||||||
msgid "Selfrole list cleared."
|
msgid "Selfrole list cleared."
|
||||||
msgstr "自我身分組列表已清除。"
|
msgstr "自我身分組列表已清除。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:544
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr "未做出改變。"
|
msgstr "未做出改變。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:549
|
#: redbot/cogs/admin/admin.py:551
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Lock a bot to its current servers only."
|
msgid "Lock a bot to its current servers only."
|
||||||
msgstr "將機器人鎖定僅限於伺服器上。"
|
msgstr "將機器人鎖定僅限於伺服器上。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:554
|
#: redbot/cogs/admin/admin.py:556
|
||||||
msgid "The bot is no longer serverlocked."
|
msgid "The bot is no longer serverlocked."
|
||||||
msgstr "機器人不再被伺務器鎖定。"
|
msgstr "機器人不再被伺務器鎖定。"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:556
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr "機器人現在已被伺務器鎖定。"
|
msgstr "機器人現在已被伺務器鎖定。"
|
||||||
|
|
||||||
|
|||||||
25
redbot/cogs/alias/locales/cs-CZ.po
generated
25
redbot/cogs/alias/locales/cs-CZ.po
generated
@@ -24,7 +24,14 @@ msgid "Create aliases for commands.\n\n"
|
|||||||
" When run, aliases will accept any additional arguments\n"
|
" When run, aliases will accept any additional arguments\n"
|
||||||
" and append them to the stored alias.\n"
|
" and append them to the stored alias.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Vytvoření aliasů pro příkazy.\n\n"
|
||||||
|
" Aliasy jsou alternativními jmény/zkratky pro příkazy. Aliasy\n"
|
||||||
|
" mohou sloužit jako lambda (ukládání argumentů pro\n"
|
||||||
|
" opakované použití) nebo jednoduše pro zkrácení\n"
|
||||||
|
" dlouhých příkazů.\n\n"
|
||||||
|
" Při použití aliasu, bude alias akceptovat jakékoliv další\n"
|
||||||
|
" argumenty a připojí je k uloženému příkazu.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:180
|
#: redbot/cogs/alias/alias.py:180
|
||||||
msgid "Aliases:\n"
|
msgid "Aliases:\n"
|
||||||
@@ -57,7 +64,7 @@ msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:220
|
#: redbot/cogs/alias/alias.py:220
|
||||||
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 "Pokusili jste se vytvořit nový alias s názvem {name}, ale alias s tímto názvem již existuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:231
|
#: redbot/cogs/alias/alias.py:231
|
||||||
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."
|
||||||
@@ -82,7 +89,7 @@ msgstr "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:279
|
#: redbot/cogs/alias/alias.py:279
|
||||||
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 "Pokusili jste se vytvořit nový globalní alias s názvem {name}, ale globalní alias s tímto názvem již existuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:290
|
#: redbot/cogs/alias/alias.py:290
|
||||||
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."
|
||||||
@@ -95,28 +102,28 @@ msgstr "Byl vytvořen nový globální alias se spouštěcím mechanismem `{name
|
|||||||
#: redbot/cogs/alias/alias.py:322
|
#: redbot/cogs/alias/alias.py:322
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit an existing alias in this server."
|
msgid "Edit an existing alias in this server."
|
||||||
msgstr ""
|
msgstr "Upravit existující alias na tomto serveru."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:327 redbot/cogs/alias/alias.py:362
|
#: redbot/cogs/alias/alias.py:327 redbot/cogs/alias/alias.py:362
|
||||||
msgid "The alias with the name {name} does not exist."
|
msgid "The alias with the name {name} does not exist."
|
||||||
msgstr ""
|
msgstr "Alias s názvem '{name}' neexistuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:368
|
#: redbot/cogs/alias/alias.py:333 redbot/cogs/alias/alias.py:368
|
||||||
msgid "You attempted to edit an alias to a command that doesn't exist."
|
msgid "You attempted to edit an alias to a command that doesn't exist."
|
||||||
msgstr ""
|
msgstr "Pokusili jste se upravit alias na příkaz, který neexistuje."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:342 redbot/cogs/alias/alias.py:375
|
#: redbot/cogs/alias/alias.py:342 redbot/cogs/alias/alias.py:375
|
||||||
msgid "The alias with the trigger `{name}` has been edited successfully."
|
msgid "The alias with the trigger `{name}` has been edited successfully."
|
||||||
msgstr ""
|
msgstr "Alias se spouštěčem `{name}` byl úspěšně upraven."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:349 redbot/cogs/alias/alias.py:382
|
#: redbot/cogs/alias/alias.py:349 redbot/cogs/alias/alias.py:382
|
||||||
msgid "Alias with the name `{name}` was not found."
|
msgid "Alias with the name `{name}` was not found."
|
||||||
msgstr ""
|
msgstr "Alias s názvem `{name}` nebyl nalezen."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:357
|
#: redbot/cogs/alias/alias.py:357
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Edit an existing global alias."
|
msgid "Edit an existing global alias."
|
||||||
msgstr ""
|
msgstr "Upravit existující globalní alias."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:389
|
#: redbot/cogs/alias/alias.py:389
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
2
redbot/cogs/alias/locales/fr-FR.po
generated
2
redbot/cogs/alias/locales/fr-FR.po
generated
@@ -112,7 +112,7 @@ msgstr "Vous avez essayé d'éditer un alias pour une commande qui n'existe pas.
|
|||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:342 redbot/cogs/alias/alias.py:375
|
#: redbot/cogs/alias/alias.py:342 redbot/cogs/alias/alias.py:375
|
||||||
msgid "The alias with the trigger `{name}` has been edited successfully."
|
msgid "The alias with the trigger `{name}` has been edited successfully."
|
||||||
msgstr ""
|
msgstr "L'alias avec le déclencheur `{name}` a été édité avec succès."
|
||||||
|
|
||||||
#: redbot/cogs/alias/alias.py:349 redbot/cogs/alias/alias.py:382
|
#: redbot/cogs/alias/alias.py:349 redbot/cogs/alias/alias.py:382
|
||||||
msgid "Alias with the name `{name}` was not found."
|
msgid "Alias with the name `{name}` was not found."
|
||||||
|
|||||||
@@ -113,7 +113,9 @@ async def global_unique_user_finder(
|
|||||||
return user
|
return user
|
||||||
|
|
||||||
maybe_matches = []
|
maybe_matches = []
|
||||||
async for user in AsyncIter(bot.users).filter(lambda u: u.name == arg or f"{u}" == arg):
|
async for user in AsyncIter(bot.users).filter(
|
||||||
|
lambda u: u.name == arg or u.global_name == arg or f"{u}" == arg
|
||||||
|
):
|
||||||
maybe_matches.append(user)
|
maybe_matches.append(user)
|
||||||
|
|
||||||
if guild is not None:
|
if guild is not None:
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.
|
This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.
|
||||||
|
|
||||||
If changing this make sure that the Java executable you set is supported by Audio.
|
If changing this make sure that the Java executable you set is supported by Audio.
|
||||||
The current supported version is Java 11.
|
The current supported versions are Java 17 and 11.
|
||||||
|
|
||||||
Enter nothing or "java" to reset it back to default.
|
Enter nothing or "java" to reset it back to default.
|
||||||
"""
|
"""
|
||||||
@@ -242,8 +242,11 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
"""Set the Lavalink node port.
|
"""Set the Lavalink node port.
|
||||||
|
|
||||||
This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.
|
This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.
|
||||||
|
Set port to -1 to disable the port and connect to the specified host via ports 80/443
|
||||||
"""
|
"""
|
||||||
if port < 0 or port > 65535:
|
if port < 0:
|
||||||
|
port = None
|
||||||
|
elif port > 65535:
|
||||||
return await self.send_embed_msg(
|
return await self.send_embed_msg(
|
||||||
ctx,
|
ctx,
|
||||||
title=_("Setting Not Changed"),
|
title=_("Setting Not Changed"),
|
||||||
@@ -307,7 +310,9 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
if configs["use_external_lavalink"]:
|
if configs["use_external_lavalink"]:
|
||||||
msg = "----" + _("Connection Settings") + "---- \n"
|
msg = "----" + _("Connection Settings") + "---- \n"
|
||||||
msg += _("Host: [{host}]\n").format(host=configs["host"])
|
msg += _("Host: [{host}]\n").format(host=configs["host"])
|
||||||
msg += _("Port: [{port}]\n").format(port=configs["ws_port"])
|
msg += _("Port: [{port}]\n").format(
|
||||||
|
port=configs["ws_port"] or _("Default HTTP/HTTPS port")
|
||||||
|
)
|
||||||
msg += _("Password: [{password}]\n").format(password=configs["password"])
|
msg += _("Password: [{password}]\n").format(password=configs["password"])
|
||||||
msg += _("Secured: [{state}]\n").format(state=configs["secured_ws"])
|
msg += _("Secured: [{state}]\n").format(state=configs["secured_ws"])
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
187
redbot/cogs/audio/core/commands/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -338,28 +338,28 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "تم تغيير الإعدادات"
|
msgstr "تم تغيير الإعدادات"
|
||||||
|
|
||||||
@@ -1089,13 +1089,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1812,7 +1812,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1909,120 +1909,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2030,12 +2035,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2043,170 +2048,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2291,7 +2296,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "نسبة قائمة الانتظار."
|
msgstr "نسبة قائمة الانتظار."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2309,7 +2314,7 @@ msgstr "نسبة قائمة الانتظار."
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "قائمة الانتظار وتشغيل المسارات:"
|
msgstr "قائمة الانتظار وتشغيل المسارات:"
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
187
redbot/cogs/audio/core/commands/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -338,28 +338,28 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1079,13 +1079,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1796,7 +1796,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1893,120 +1893,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2014,12 +2019,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2027,170 +2032,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2275,7 +2280,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2293,7 +2298,7 @@ msgstr ""
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
237
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
237
redbot/cogs/audio/core/commands/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -18,22 +18,22 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:36
|
#: redbot/cogs/audio/core/commands/audioset.py:36
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Music configuration options."
|
msgid "Music configuration options."
|
||||||
msgstr ""
|
msgstr "Možnosti konfigurace hudby."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:41
|
#: redbot/cogs/audio/core/commands/audioset.py:41
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the keyword whitelist and blacklist."
|
msgid "Manages the keyword whitelist and blacklist."
|
||||||
msgstr ""
|
msgstr "Správa klíčového slova whitelistu a blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:46
|
#: redbot/cogs/audio/core/commands/audioset.py:46
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword whitelist/blacklist."
|
msgid "Manages the global keyword whitelist/blacklist."
|
||||||
msgstr ""
|
msgstr "Správa globálního klíčového slova whitelistu/blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:50
|
#: redbot/cogs/audio/core/commands/audioset.py:50
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword whitelist."
|
msgid "Manages the global keyword whitelist."
|
||||||
msgstr ""
|
msgstr "Správa globálního klíčového slova whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:56
|
#: redbot/cogs/audio/core/commands/audioset.py:56
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:246
|
#: redbot/cogs/audio/core/commands/audioset.py:246
|
||||||
@@ -41,14 +41,16 @@ msgstr ""
|
|||||||
msgid "Adds a keyword to the whitelist.\n\n"
|
msgid "Adds a keyword to the whitelist.\n\n"
|
||||||
" If anything is added to whitelist, it will blacklist everything else.\n"
|
" If anything is added to whitelist, it will blacklist everything else.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Přidá klíčové slovo do whitelistu.\n\n"
|
||||||
|
" Pokud je cokoliv do whitelistu přidáno, zakáže to vše ostatní.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:70
|
#: redbot/cogs/audio/core/commands/audioset.py:70
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:135
|
#: redbot/cogs/audio/core/commands/audioset.py:135
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:260
|
#: redbot/cogs/audio/core/commands/audioset.py:260
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:325
|
#: redbot/cogs/audio/core/commands/audioset.py:325
|
||||||
msgid "Keyword already in the whitelist."
|
msgid "Keyword already in the whitelist."
|
||||||
msgstr ""
|
msgstr "Klíčové slovo je již na whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:74
|
#: redbot/cogs/audio/core/commands/audioset.py:74
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:116
|
#: redbot/cogs/audio/core/commands/audioset.py:116
|
||||||
@@ -57,62 +59,62 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:306
|
#: redbot/cogs/audio/core/commands/audioset.py:306
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:329
|
#: redbot/cogs/audio/core/commands/audioset.py:329
|
||||||
msgid "Whitelist Modified"
|
msgid "Whitelist Modified"
|
||||||
msgstr ""
|
msgstr "Whitelist Byl Upraven"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:75
|
#: redbot/cogs/audio/core/commands/audioset.py:75
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:265
|
#: redbot/cogs/audio/core/commands/audioset.py:265
|
||||||
msgid "Added `{whitelisted}` to the whitelist."
|
msgid "Added `{whitelisted}` to the whitelist."
|
||||||
msgstr ""
|
msgstr "Přidáno `{whitelisted}` do whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:83
|
#: redbot/cogs/audio/core/commands/audioset.py:83
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:273
|
#: redbot/cogs/audio/core/commands/audioset.py:273
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List all keywords added to the whitelist."
|
msgid "List all keywords added to the whitelist."
|
||||||
msgstr ""
|
msgstr "Seznam všech klíčových slov přidaných do whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:86
|
#: redbot/cogs/audio/core/commands/audioset.py:86
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:112
|
#: redbot/cogs/audio/core/commands/audioset.py:112
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:276
|
#: redbot/cogs/audio/core/commands/audioset.py:276
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:302
|
#: redbot/cogs/audio/core/commands/audioset.py:302
|
||||||
msgid "Nothing in the whitelist."
|
msgid "Nothing in the whitelist."
|
||||||
msgstr ""
|
msgstr "Ve whitelistu nic není."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:102
|
#: redbot/cogs/audio/core/commands/audioset.py:102
|
||||||
msgid "Global Whitelist"
|
msgid "Global Whitelist"
|
||||||
msgstr ""
|
msgstr "Globální Whitelist"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:109
|
#: redbot/cogs/audio/core/commands/audioset.py:109
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:299
|
#: redbot/cogs/audio/core/commands/audioset.py:299
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear all keywords from the whitelist."
|
msgid "Clear all keywords from the whitelist."
|
||||||
msgstr ""
|
msgstr "Vymazat všechna klíčová slova z whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:117
|
#: redbot/cogs/audio/core/commands/audioset.py:117
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:307
|
#: redbot/cogs/audio/core/commands/audioset.py:307
|
||||||
msgid "All entries have been removed from the whitelist."
|
msgid "All entries have been removed from the whitelist."
|
||||||
msgstr ""
|
msgstr "Všechny položky byly odebrány z whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:124
|
#: redbot/cogs/audio/core/commands/audioset.py:124
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:314
|
#: redbot/cogs/audio/core/commands/audioset.py:314
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Removes a keyword from the whitelist."
|
msgid "Removes a keyword from the whitelist."
|
||||||
msgstr ""
|
msgstr "Odstraní klíčové slovo z whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:140
|
#: redbot/cogs/audio/core/commands/audioset.py:140
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:330
|
#: redbot/cogs/audio/core/commands/audioset.py:330
|
||||||
msgid "Removed `{whitelisted}` from the whitelist."
|
msgid "Removed `{whitelisted}` from the whitelist."
|
||||||
msgstr ""
|
msgstr "`{whitelisted}` odstraněno z whitelistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:147
|
#: redbot/cogs/audio/core/commands/audioset.py:147
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Manages the global keyword blacklist."
|
msgid "Manages the global keyword blacklist."
|
||||||
msgstr ""
|
msgstr "Správa globálního klíčového slova blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:153
|
#: redbot/cogs/audio/core/commands/audioset.py:153
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:342
|
#: redbot/cogs/audio/core/commands/audioset.py:342
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Adds a keyword to the blacklist."
|
msgid "Adds a keyword to the blacklist."
|
||||||
msgstr ""
|
msgstr "Přidá klíčové slovo na blacklist."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:164
|
#: redbot/cogs/audio/core/commands/audioset.py:164
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:353
|
#: redbot/cogs/audio/core/commands/audioset.py:353
|
||||||
@@ -131,13 +133,13 @@ msgstr "Černá listina změněna"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:169
|
#: redbot/cogs/audio/core/commands/audioset.py:169
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:358
|
#: redbot/cogs/audio/core/commands/audioset.py:358
|
||||||
msgid "Added `{blacklisted}` to the blacklist."
|
msgid "Added `{blacklisted}` to the blacklist."
|
||||||
msgstr ""
|
msgstr "Přidáno: `{blacklisted}` do blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:177
|
#: redbot/cogs/audio/core/commands/audioset.py:177
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:366
|
#: redbot/cogs/audio/core/commands/audioset.py:366
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "List all keywords added to the blacklist."
|
msgid "List all keywords added to the blacklist."
|
||||||
msgstr ""
|
msgstr "Seznam všech klíčových slov přidaných do blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:180
|
#: redbot/cogs/audio/core/commands/audioset.py:180
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:206
|
#: redbot/cogs/audio/core/commands/audioset.py:206
|
||||||
@@ -148,24 +150,24 @@ msgstr "Nic na černé listině."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:196
|
#: redbot/cogs/audio/core/commands/audioset.py:196
|
||||||
msgid "Global Blacklist"
|
msgid "Global Blacklist"
|
||||||
msgstr ""
|
msgstr "Globální Blacklist"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:203
|
#: redbot/cogs/audio/core/commands/audioset.py:203
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:392
|
#: redbot/cogs/audio/core/commands/audioset.py:392
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Clear all keywords added to the blacklist."
|
msgid "Clear all keywords added to the blacklist."
|
||||||
msgstr ""
|
msgstr "Vymaže všechna klíčová slova přidaná na blacklist."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:211
|
#: redbot/cogs/audio/core/commands/audioset.py:211
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:400
|
#: redbot/cogs/audio/core/commands/audioset.py:400
|
||||||
msgid "All entries have been removed from the blacklist."
|
msgid "All entries have been removed from the blacklist."
|
||||||
msgstr ""
|
msgstr "Všechny položky byly odebrány z blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:218
|
#: redbot/cogs/audio/core/commands/audioset.py:218
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:407
|
#: redbot/cogs/audio/core/commands/audioset.py:407
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Removes a keyword from the blacklist."
|
msgid "Removes a keyword from the blacklist."
|
||||||
msgstr ""
|
msgstr "Odstraní klíčové slovo z blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:229
|
#: redbot/cogs/audio/core/commands/audioset.py:229
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:418
|
#: redbot/cogs/audio/core/commands/audioset.py:418
|
||||||
@@ -175,7 +177,7 @@ msgstr "Klíčové slovo není na černé listině."
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:234
|
#: redbot/cogs/audio/core/commands/audioset.py:234
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:423
|
#: redbot/cogs/audio/core/commands/audioset.py:423
|
||||||
msgid "Removed `{blacklisted}` from the blacklist."
|
msgid "Removed `{blacklisted}` from the blacklist."
|
||||||
msgstr ""
|
msgstr "`{blacklisted}` odstraněno z blacklistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:242
|
#: redbot/cogs/audio/core/commands/audioset.py:242
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -338,28 +340,28 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1079,13 +1081,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1796,7 +1798,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1893,120 +1895,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2014,12 +2021,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2027,170 +2034,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2275,7 +2282,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2293,7 +2300,7 @@ msgstr ""
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
187
redbot/cogs/audio/core/commands/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -338,28 +338,28 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1079,13 +1079,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1796,7 +1796,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1893,120 +1893,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2014,12 +2019,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2027,170 +2032,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2275,7 +2280,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2293,7 +2298,7 @@ msgstr ""
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
187
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Einstellung geändert"
|
msgstr "Einstellung geändert"
|
||||||
|
|
||||||
@@ -1140,13 +1140,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr "Startet die lavalink-Verbindung neu."
|
msgstr "Startet die lavalink-Verbindung neu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Fehler beim Herunterfahren von Lavalink"
|
msgstr "Fehler beim Herunterfahren von Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)."
|
msgstr "Bitte laden Sie Audio neu (`{prefix}reload audio`)."
|
||||||
|
|
||||||
@@ -1865,7 +1865,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1962,120 +1962,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "Einstellung nicht geändert"
|
msgstr "Einstellung nicht geändert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr "Der Port muss zwischen 0 und 65535 liegen "
|
msgstr "Der Port muss zwischen 0 und 65535 liegen "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Lavalink Verbindungseinstellungen anzeigen."
|
msgstr "Lavalink Verbindungseinstellungen anzeigen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Verbindungseinstellungen"
|
msgstr "Verbindungseinstellungen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Host: [{host}]\n"
|
msgstr "Host: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "Port: [{port}]\n"
|
msgstr "Port: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Passwort: [{password}]\n"
|
msgstr "Passwort: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "Gesichert: [{state}]\n"
|
msgstr "Gesichert: [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Einstellungen für Lavalink Knoten"
|
msgstr "Einstellungen für Lavalink Knoten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
|
msgstr "Ursprüngliche Heapsize: [{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "Maximale Heapsize: [{xmx}]\n"
|
msgstr "Maximale Heapsize: [{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
|
msgstr "Pfad zur ausführbaren Java-Datei: [{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir diese Info zu senden."
|
msgstr "Ich muss in der Lage sein dir Privatnachrichten schreiben zu können um dir diese Info zu senden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2083,12 +2088,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2096,95 +2101,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
|
msgstr "Der Port muss zwischen 1025 und 65535 liegen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von lokalen Dateien.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr aus lokalen Dateien wiedergeben.\n\n"
|
||||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von SoundCloud.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr von SoundCloud wiedergeben.\n\n"
|
||||||
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
"Führe `{p}{cmd}` aus, damit er wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2193,82 +2198,82 @@ msgstr "`Gefährlicher Befehl` schaltet die YouTube als Quelle ein oder aus (die
|
|||||||
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
|
" Diese Option steuert die Wiedergabe aller YouTube- und Spotify-Inhalte.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
|
msgstr "Der verwaltete Knoten erlaubt die Wiedergabe von YouTube.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
|
msgstr "Der verwaltete Knoten wird nicht mehr von YouTube wiedergeben.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
|
msgstr "Der niedrigste Wert, auf den der Framebuffer eingestellt werden kann, ist 100 ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
|
msgstr "PufferDurationMs des verwalteten Knotens auf {milliseconds} gesetzt.\n\n"
|
||||||
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
"Führen Sie `{p}{cmd}` aus, damit es wirksam wird."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
|
msgstr "Der kleinste Wert, den der Puffer haben kann, ist 100 ms."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
|
msgstr "Setzt alle `llset`-Änderungen auf ihre Standardwerte zurück."
|
||||||
@@ -2353,7 +2358,7 @@ msgstr "Seite {}/{}"
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "Position in Warteschlange (in Prozent)."
|
msgstr "Position in Warteschlange (in Prozent)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2371,7 +2376,7 @@ msgstr "Position in Warteschlange (in Prozent)."
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr "Die Warteschlange ist leer."
|
msgstr "Die Warteschlange ist leer."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "Eingereihte und spielende Titel:"
|
msgstr "Eingereihte und spielende Titel:"
|
||||||
|
|
||||||
|
|||||||
4
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
4
redbot/cogs/audio/core/commands/locales/es-ES.po
generated
@@ -2450,7 +2450,7 @@ msgstr "No hay coincidencias."
|
|||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:29
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:29
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Make Red sing one of her songs."
|
msgid "Make Red sing one of her songs."
|
||||||
msgstr "Haz que el rojo cante una de sus canciones."
|
msgstr "Haz que Red cante una de sus canciones."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:47
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:47
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -3791,7 +3791,7 @@ msgstr "Carga cancelada."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1829
|
#: redbot/cogs/audio/core/commands/playlists.py:1829
|
||||||
msgid "Only Red playlist files can be uploaded."
|
msgid "Only Red playlist files can be uploaded."
|
||||||
msgstr "Sólo se pueden subir archivos de listas de reproducción rojas."
|
msgstr "Sólo se pueden subir archivos de listas de reproducción Red."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1837
|
#: redbot/cogs/audio/core/commands/playlists.py:1837
|
||||||
msgid "Not a valid playlist file."
|
msgid "Not a valid playlist file."
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
187
redbot/cogs/audio/core/commands/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Asetus muutettu"
|
msgstr "Asetus muutettu"
|
||||||
|
|
||||||
@@ -1120,13 +1120,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr "Käynnistää Lavalink-yhteyden uudelleen."
|
msgstr "Käynnistää Lavalink-yhteyden uudelleen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)."
|
msgstr "Lataathan Audion uudelleen (`{prefix}reload audio`)."
|
||||||
|
|
||||||
@@ -1846,7 +1846,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1943,120 +1943,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Näytä Lavalink-yhteysasetukset."
|
msgstr "Näytä Lavalink-yhteysasetukset."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Yhteysasetukset"
|
msgstr "Yhteysasetukset"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Osoite: [{host}]\n"
|
msgstr "Osoite: [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Salasana: [{password}]\n"
|
msgstr "Salasana: [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "Minun tulee pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää nämä tiedot."
|
msgstr "Minun tulee pystyä lähettämään sinulle yksityisviestejä, jotta voin lähettää nämä tiedot."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2064,12 +2069,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2077,170 +2082,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2325,7 +2330,7 @@ msgstr "Sivu {}/{}"
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "Jonon prosenttiosuus."
|
msgstr "Jonon prosenttiosuus."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2343,7 +2348,7 @@ msgstr "Jonon prosenttiosuus."
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr "Jonossa ei ole mitään."
|
msgstr "Jonossa ei ole mitään."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "Jonossa olevat ja soivat kappaleet:"
|
msgstr "Jonossa olevat ja soivat kappaleet:"
|
||||||
|
|
||||||
|
|||||||
257
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
257
redbot/cogs/audio/core/commands/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Paramètre modifié"
|
msgstr "Paramètre modifié"
|
||||||
|
|
||||||
@@ -1168,13 +1168,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr "Redémarrage de la connection à Lavalink."
|
msgstr "Redémarrage de la connection à Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Veuillez recharger l'Audio (`{prefix}reload audio`)."
|
msgstr "Veuillez recharger l'Audio (`{prefix}reload audio`)."
|
||||||
|
|
||||||
@@ -1197,7 +1197,7 @@ msgstr "Erreur"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
#: redbot/cogs/audio/core/commands/audioset.py:1484
|
||||||
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
msgid "Music without sound isn't music at all. Try setting the volume higher then 0%."
|
||||||
msgstr ""
|
msgstr "La musique sans son n'est pas du tout de la musique. Essayez de définir le volume plus élevé que 0%."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
#: redbot/cogs/audio/core/commands/audioset.py:1500
|
||||||
@@ -1351,7 +1351,7 @@ msgstr "Vous devez être dans un salon vocal pour passer une piste."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:270
|
#: redbot/cogs/audio/core/commands/controller.py:270
|
||||||
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 "Vous devez avoir le rôle de DJ ou être le demandeur de piste pour mettre en file d'attente les pistes précédentes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:278
|
#: redbot/cogs/audio/core/commands/controller.py:278
|
||||||
#: redbot/cogs/audio/core/commands/player.py:52
|
#: redbot/cogs/audio/core/commands/player.py:52
|
||||||
@@ -1409,7 +1409,9 @@ msgstr "Répétition de piste"
|
|||||||
msgid "Seek ahead or behind on a track by seconds or to a specific time.\n\n"
|
msgid "Seek ahead or behind on a track by seconds or 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"
|
" Accepts seconds or a value formatted like 00:00:00 (`hh:mm:ss`) or 00:00 (`mm:ss`).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Cherchez avant ou après sur une piste par secondes ou par temps spécifique.\n\n"
|
||||||
|
" Accepte les secondes ou une valeur formatée comme 00:00:00 (`hh:mm:ss`) ou 00:00 (`mm:ss`).\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:324
|
#: redbot/cogs/audio/core/commands/controller.py:324
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:331
|
#: redbot/cogs/audio/core/commands/controller.py:331
|
||||||
@@ -1479,7 +1481,10 @@ msgid "Toggle bumped track shuffle.\n\n"
|
|||||||
" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n"
|
" Set this to disabled if you wish to avoid bumped songs being shuffled. This takes priority\n"
|
||||||
" over `[p]shuffle`.\n"
|
" over `[p]shuffle`.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Activer/désactiver la lecture aléatoire.\n\n"
|
||||||
|
" Réglez cette option sur désactivée si vous souhaitez éviter que les chansons bumpées ne soient mélangées. Cela prend la priorité\n"
|
||||||
|
" par rapport à `[p]shuffle`.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:465
|
#: redbot/cogs/audio/core/commands/controller.py:465
|
||||||
msgid "Shuffle bumped tracks: {true_or_false}."
|
msgid "Shuffle bumped tracks: {true_or_false}."
|
||||||
@@ -1496,7 +1501,7 @@ msgstr "Vous devez être dans un salon vocal pour passer une musique."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:500
|
#: redbot/cogs/audio/core/commands/controller.py:500
|
||||||
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 "Vous devez avoir le rôle de DJ ou être le demandeur de piste pour passer des pistes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:513
|
#: redbot/cogs/audio/core/commands/controller.py:513
|
||||||
msgid "You can only skip the current track."
|
msgid "You can only skip the current track."
|
||||||
@@ -1578,7 +1583,7 @@ msgstr "Je n'ai pas la permission de me connecter et de parler dans votre salon
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:673
|
#: redbot/cogs/audio/core/commands/controller.py:673
|
||||||
msgid "Unable To Do This Action"
|
msgid "Unable To Do This Action"
|
||||||
msgstr ""
|
msgstr "Impossible de faire cette action"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:674
|
#: redbot/cogs/audio/core/commands/controller.py:674
|
||||||
msgid "I am already in your channel."
|
msgid "I am already in your channel."
|
||||||
@@ -1597,7 +1602,7 @@ msgstr "Rejoignez un salon vocal d'abord."
|
|||||||
#: redbot/cogs/audio/core/commands/controller.py:693
|
#: redbot/cogs/audio/core/commands/controller.py:693
|
||||||
#: redbot/cogs/audio/core/commands/player.py:100
|
#: redbot/cogs/audio/core/commands/player.py:100
|
||||||
msgid "Connection to the Lavalink node has not yet been established."
|
msgid "Connection to the Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr "La connexion au nœud Lavalink n'a pas encore été établie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:700
|
#: redbot/cogs/audio/core/commands/controller.py:700
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1725,7 +1730,11 @@ msgid "Equalizer management.\n\n"
|
|||||||
" 6.3k, 10k, and 16k Hz.\n"
|
" 6.3k, 10k, and 16k Hz.\n"
|
||||||
" Setting a band value to -0.25 nullifies it while +0.25 is double.\n"
|
" Setting a band value to -0.25 nullifies it while +0.25 is double.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Réglez une bande d'égalisation avec un numéro de bande ou un nom et une valeur. \n\n"
|
||||||
|
" Les positions de bande sont 1-15 et les valeurs ont une plage de -0,25 à 1,0. \n"
|
||||||
|
" Les noms de bande sont 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1,6k, 2,5k, 4k, 6,3k, 10k et 16k Hz.\n"
|
||||||
|
" Une valeur de bande à -0,25 la rend nulle alors que +0,25 est double.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:73
|
#: redbot/cogs/audio/core/commands/equalizer.py:73
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1835,7 +1844,7 @@ msgstr "Pas d'enregistrement du préréglage."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:296
|
#: redbot/cogs/audio/core/commands/equalizer.py:296
|
||||||
msgid "Current equalizer saved to the {preset_name} preset."
|
msgid "Current equalizer saved to the {preset_name} preset."
|
||||||
msgstr ""
|
msgstr "L'égaliseur actuel a été sauvegardé dans le préréglage {preset_name}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:310
|
#: redbot/cogs/audio/core/commands/equalizer.py:310
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1845,7 +1854,11 @@ msgid "Set an eq band with a band number or name and value.\n\n"
|
|||||||
" 6.3k, 10k, and 16k Hz.\n"
|
" 6.3k, 10k, and 16k Hz.\n"
|
||||||
" Setting a band value to -0.25 nullifies it while +0.25 is double.\n"
|
" Setting a band value to -0.25 nullifies it while +0.25 is double.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Réglez une bande d'égalisation avec un numéro de bande ou un nom et une valeur. \n\n"
|
||||||
|
" Les positions de bande sont 1-15 et les valeurs ont une plage de -0,25 à 1,0. \n"
|
||||||
|
" Les noms de bande sont 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1,6k, 2,5k, 4k, 6,3k, 10k et 16k Hz.\n"
|
||||||
|
" Une valeur de bande à -0,25 la rend nulle alors que +0,25 est double.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:326
|
#: redbot/cogs/audio/core/commands/equalizer.py:326
|
||||||
msgid "Unable To Set Preset"
|
msgid "Unable To Set Preset"
|
||||||
@@ -1857,7 +1870,7 @@ msgstr "Vous avez besoin du rôle DJ pour régler les préréglages de l'égalis
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:367
|
#: redbot/cogs/audio/core/commands/equalizer.py:367
|
||||||
msgid "Invalid Band"
|
msgid "Invalid Band"
|
||||||
msgstr ""
|
msgstr "Bande de fréquence invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:368
|
#: redbot/cogs/audio/core/commands/equalizer.py:368
|
||||||
msgid "Valid band numbers are 1-15 or the band names listed in the help for this command."
|
msgid "Valid band numbers are 1-15 or the band names listed in the help for this command."
|
||||||
@@ -1869,7 +1882,7 @@ msgstr "Préréglage modifié"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:393
|
#: redbot/cogs/audio/core/commands/equalizer.py:393
|
||||||
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 "La bande {band_name}Hz a été réglée sur {band_value}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:37
|
#: redbot/cogs/audio/core/commands/llset.py:37
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1886,7 +1899,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1897,7 +1910,7 @@ msgstr "L'exécutable de Java a été réinitialisé"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:63
|
#: redbot/cogs/audio/core/commands/llset.py:63
|
||||||
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `java` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr "L'audio va maintenant utiliser `java` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:75
|
#: redbot/cogs/audio/core/commands/llset.py:75
|
||||||
msgid "`{java_path}` is not a valid executable"
|
msgid "`{java_path}` is not a valid executable"
|
||||||
@@ -1909,7 +1922,7 @@ msgstr "L'exécutable de Java a changé"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:83
|
#: redbot/cogs/audio/core/commands/llset.py:83
|
||||||
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
msgid "Audio will now use `{exc}` to run your managed Lavalink node. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr "L'audio va maintenant utiliser `{exc}` pour exécuter votre nœud Lavalink géré. Exécutez `{p}{cmd}` pour qu'il prenne effet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:96
|
#: redbot/cogs/audio/core/commands/llset.py:96
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1983,120 +1996,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "Affiche les paramètres de connexion de Lavalink."
|
msgstr "Affiche les paramètres de connexion de Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "Paramètres de connexion"
|
msgstr "Paramètres de connexion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "Hôte : [{host}]\n"
|
msgstr "Hôte : [{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr "Port : [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr "Port HTTP/HTTPS par défaut"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "Mot de passe : [{password}]\n"
|
msgstr "Mot de passe : [{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr "Sécurisé : [{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr "Paramètres du noeud Lavalink"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
|
||||||
msgid "I need to be able to DM you to send you this info."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
|
msgid "I need to be able to DM you to send you this info."
|
||||||
|
msgstr "Je dois être en mesure de vous envoyer cette information par MP."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr "Télécharge une copie du fichier application.yml utilisé par le noeud Lavalink géré."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2104,12 +2122,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2117,170 +2135,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2365,7 +2383,7 @@ msgstr "Page {}/{}"
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "Pourcentage de la liste."
|
msgstr "Pourcentage de la liste."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2383,7 +2401,7 @@ msgstr "Pourcentage de la liste."
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr "Il n'y a rien dans la liste."
|
msgstr "Il n'y a rien dans la liste."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "Dans la liste et en cours de lecture :"
|
msgstr "Dans la liste et en cours de lecture :"
|
||||||
|
|
||||||
@@ -2420,7 +2438,7 @@ msgstr "Vous devez avoir le rôle DJ pour ajouter des pistes à la liste."
|
|||||||
#: redbot/cogs/audio/core/commands/player.py:439
|
#: redbot/cogs/audio/core/commands/player.py:439
|
||||||
#: redbot/cogs/audio/core/commands/player.py:555
|
#: redbot/cogs/audio/core/commands/player.py:555
|
||||||
msgid "Connection to Lavalink node has failed"
|
msgid "Connection to Lavalink node has failed"
|
||||||
msgstr ""
|
msgstr "La connexion à Lavalink a échoué"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:71
|
#: redbot/cogs/audio/core/commands/player.py:71
|
||||||
#: redbot/cogs/audio/core/commands/player.py:179
|
#: redbot/cogs/audio/core/commands/player.py:179
|
||||||
@@ -2463,12 +2481,13 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/player.py:712
|
#: redbot/cogs/audio/core/commands/player.py:712
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:362
|
#: redbot/cogs/audio/core/commands/queue.py:362
|
||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr "La connexion au nœud Lavalink n'a pas encore été établie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:255
|
#: redbot/cogs/audio/core/commands/player.py:255
|
||||||
msgid "Local tracks will not work if the managed Lavalink node cannot see the track.\n"
|
msgid "Local tracks will not work if the managed Lavalink node cannot see the track.\n"
|
||||||
"This may be due to permissions or you are using an external Lavalink node in a different machine than the bot and the local tracks."
|
"This may be due to permissions or you are using an external Lavalink node in a different machine than the bot and the local tracks."
|
||||||
msgstr ""
|
msgstr "Les pistes locales ne fonctionneront pas si Lavalink ne peut pas voir la piste.\n"
|
||||||
|
"Cela peut être dû à des permissions ou parce que le noeud Lavalink est exécuté sur une machine différente de celle des pistes locales."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:262
|
#: redbot/cogs/audio/core/commands/player.py:262
|
||||||
#: redbot/cogs/audio/core/commands/player.py:794
|
#: redbot/cogs/audio/core/commands/player.py:794
|
||||||
@@ -2501,17 +2520,19 @@ msgstr "Piste ajoutée"
|
|||||||
#: redbot/cogs/audio/core/commands/player.py:355
|
#: redbot/cogs/audio/core/commands/player.py:355
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Pick a Spotify playlist from a list of categories to start playing."
|
msgid "Pick a Spotify playlist from a list of categories to start playing."
|
||||||
msgstr ""
|
msgstr "Choisissez une playlist Spotify dans une liste de catégories pour commencer la lecture."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:415
|
#: redbot/cogs/audio/core/commands/player.py:415
|
||||||
msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n"
|
msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n"
|
||||||
"See `{prefix}audioset spotifyapi` for instructions."
|
"See `{prefix}audioset spotifyapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Le propriétaire doit rentrer le \"Client ID\" Spotify et le \"Client Secret\" Spotify avant de pouvoir utiliser les URL ou les codes Spotify. \n"
|
||||||
|
"Voir `{prefix}audioset spotifyapi` pour les instructions."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:425
|
#: redbot/cogs/audio/core/commands/player.py:425
|
||||||
msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n"
|
msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n"
|
||||||
"See `{prefix}audioset youtubeapi` for instructions."
|
"See `{prefix}audioset youtubeapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Le propriétaire doit définir la clé d'API YouTube avant de pouvoir utiliser les URLs ou les codes Spotify.\n"
|
||||||
|
"Voir `{prefix}audioset youtubeapi` pour les instructions."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:483
|
#: redbot/cogs/audio/core/commands/player.py:483
|
||||||
msgid "You must be in the voice channel to use the genre command."
|
msgid "You must be in the voice channel to use the genre command."
|
||||||
@@ -3348,7 +3369,7 @@ msgstr "Cette playlist est trop grande."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1898
|
#: redbot/cogs/audio/core/commands/playlists.py:1898
|
||||||
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1919
|
#: redbot/cogs/audio/core/commands/playlists.py:1919
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
187
redbot/cogs/audio/core/commands/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -340,28 +340,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Postavka je promijenjena"
|
msgstr "Postavka je promijenjena"
|
||||||
|
|
||||||
@@ -1082,13 +1082,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -1800,7 +1800,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1897,120 +1897,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2018,12 +2023,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2031,170 +2036,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2279,7 +2284,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2297,7 +2302,7 @@ msgstr ""
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
187
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "Instellingen aangepast"
|
msgstr "Instellingen aangepast"
|
||||||
|
|
||||||
@@ -1142,13 +1142,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr "Herstart de lavalink verbinding."
|
msgstr "Herstart de lavalink verbinding."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "Lavalink uitschakelen mislukt"
|
msgstr "Lavalink uitschakelen mislukt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "Herlaad audio (`{prefix}herlaad audio`)."
|
msgstr "Herlaad audio (`{prefix}herlaad audio`)."
|
||||||
|
|
||||||
@@ -1870,7 +1870,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1967,120 +1967,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2088,12 +2093,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2101,95 +2106,95 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen van lokale bestanden toe.\n\n"
|
msgstr "Beheerde node staat het afspelen van lokale bestanden toe.\n\n"
|
||||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
|
msgstr "Beheerde node zal niet meer van lokale bestanden afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen vanaf Soundcloud toe.\n\n"
|
msgstr "Beheerde node staat het afspelen vanaf Soundcloud toe.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node zal niet meer vanaf Soundcloud afspelen.\n\n"
|
msgstr "Beheerde node zal niet meer vanaf Soundcloud afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2198,19 +2203,19 @@ msgstr "`Gevaarlijk commando` Toggle YouTube bron aan of uit (dit omvat Spotify)
|
|||||||
" Deze optie bepaalt het afspelen van alle YouTube en Spotify gerelateerde content.\n"
|
" Deze optie bepaalt het afspelen van alle YouTube en Spotify gerelateerde content.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "Beheerde node staat het afspelen vanaf YouTube toe.\n\n"
|
msgstr "Beheerde node staat het afspelen vanaf YouTube toe.\n\n"
|
||||||
"Draai `{p}{cmd}` om deze effectief te maken."
|
"Draai `{p}{cmd}` om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "De beheerde node zal niet meer vanaf YouTube afspelen.\n\n"
|
msgstr "De beheerde node zal niet meer vanaf YouTube afspelen.\n\n"
|
||||||
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
"Voer `{p}{cmd}` uit om deze effectief te maken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2219,62 +2224,62 @@ msgstr "Zet Twitch bron aan of uit.\n\n"
|
|||||||
" Deze schakelaar bepaalt het afspelen van alle Twitch-gerelateerde inhoud.\n"
|
" Deze schakelaar bepaalt het afspelen van alle Twitch-gerelateerde inhoud.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2359,7 +2364,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "Wachtrij percentage."
|
msgstr "Wachtrij percentage."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2377,7 +2382,7 @@ msgstr "Wachtrij percentage."
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "Wachtrij en nummers die afspelen:"
|
msgstr "Wachtrij en nummers die afspelen:"
|
||||||
|
|
||||||
|
|||||||
187
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
187
redbot/cogs/audio/core/commands/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "设置已更改"
|
msgstr "设置已更改"
|
||||||
|
|
||||||
@@ -1122,13 +1122,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "请重新加载音频 (\"{prefix}重新加载音频)。"
|
msgstr "请重新加载音频 (\"{prefix}重新加载音频)。"
|
||||||
|
|
||||||
@@ -1842,7 +1842,7 @@ msgstr ""
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1939,120 +1939,125 @@ msgstr ""
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2060,12 +2065,12 @@ msgid "Set the managed Lavalink node's connection password.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2073,170 +2078,170 @@ msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -2321,7 +2326,7 @@ msgstr ""
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2339,7 +2344,7 @@ msgstr ""
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
198
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
198
redbot/cogs/audio/core/commands/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-02-12 21:08+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -342,28 +342,28 @@ msgstr "\n"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:175
|
#: redbot/cogs/audio/core/commands/llset.py:175
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:204
|
#: redbot/cogs/audio/core/commands/llset.py:204
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:226
|
#: redbot/cogs/audio/core/commands/llset.py:226
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:255
|
#: redbot/cogs/audio/core/commands/llset.py:258
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:279
|
#: redbot/cogs/audio/core/commands/llset.py:282
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:292
|
#: redbot/cogs/audio/core/commands/llset.py:295
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:383
|
#: redbot/cogs/audio/core/commands/llset.py:388
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:407
|
#: redbot/cogs/audio/core/commands/llset.py:412
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:438
|
#: redbot/cogs/audio/core/commands/llset.py:443
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:467
|
#: redbot/cogs/audio/core/commands/llset.py:472
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:476
|
#: redbot/cogs/audio/core/commands/llset.py:481
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:494
|
#: redbot/cogs/audio/core/commands/llset.py:499
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:503
|
#: redbot/cogs/audio/core/commands/llset.py:508
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:521
|
#: redbot/cogs/audio/core/commands/llset.py:526
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:530
|
#: redbot/cogs/audio/core/commands/llset.py:535
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:548
|
#: redbot/cogs/audio/core/commands/llset.py:553
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:557
|
#: redbot/cogs/audio/core/commands/llset.py:562
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:575
|
#: redbot/cogs/audio/core/commands/llset.py:580
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:584
|
#: redbot/cogs/audio/core/commands/llset.py:589
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:602
|
#: redbot/cogs/audio/core/commands/llset.py:607
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:611
|
#: redbot/cogs/audio/core/commands/llset.py:616
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:629
|
#: redbot/cogs/audio/core/commands/llset.py:634
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:638
|
#: redbot/cogs/audio/core/commands/llset.py:643
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:665
|
#: redbot/cogs/audio/core/commands/llset.py:670
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:696
|
#: redbot/cogs/audio/core/commands/llset.py:701
|
||||||
msgid "Setting Changed"
|
msgid "Setting Changed"
|
||||||
msgstr "已變更設定"
|
msgstr "已變更設定"
|
||||||
|
|
||||||
@@ -1172,13 +1172,13 @@ msgid "Restarts the lavalink connection."
|
|||||||
msgstr "重啟Lavalink連接。"
|
msgstr "重啟Lavalink連接。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
#: redbot/cogs/audio/core/commands/audioset.py:1463
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:726
|
#: redbot/cogs/audio/core/commands/llset.py:731
|
||||||
msgid "Failed To Shutdown Lavalink Node"
|
msgid "Failed To Shutdown Lavalink Node"
|
||||||
msgstr "關閉 Lavalink 節點失敗!"
|
msgstr "關閉 Lavalink 節點失敗!"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
#: redbot/cogs/audio/core/commands/audioset.py:1464
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:187
|
#: redbot/cogs/audio/core/commands/llset.py:187
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:727
|
#: redbot/cogs/audio/core/commands/llset.py:732
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr "請重新加載Audio (`{prefix}reload audio`)。"
|
msgstr "請重新加載Audio (`{prefix}reload audio`)。"
|
||||||
|
|
||||||
@@ -1910,15 +1910,10 @@ msgstr "`Dangerous commands` 管理 Lavalink 節點配置設置。\n\n"
|
|||||||
msgid "Change your Java executable path.\n\n"
|
msgid "Change your Java executable path.\n\n"
|
||||||
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
" This command shouldn't need to be used most of the time, and is only useful if the host machine has conflicting Java versions.\n\n"
|
||||||
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
" If changing this make sure that the Java executable you set is supported by Audio.\n"
|
||||||
" The current supported version is Java 11.\n\n"
|
" The current supported versions are Java 17 and 11.\n\n"
|
||||||
" Enter nothing or \"java\" to reset it back to default.\n"
|
" Enter nothing or \"java\" to reset it back to default.\n"
|
||||||
" "
|
" "
|
||||||
msgstr "更改您的 Java 可執行文件路徑。\n\n"
|
msgstr ""
|
||||||
" 大多數時候不需要使用此命令,並且僅當主機具有衝突的 Java 版本時才有用。\n\n"
|
|
||||||
" 如果更改此項,請確保音頻支持您設置的 Java 可執行文件。\n"
|
|
||||||
" 當前支持的版本是 Java 11。\n\n"
|
|
||||||
" 不輸入任何內容或輸入“java”將其重置為默認值。\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:62
|
#: redbot/cogs/audio/core/commands/llset.py:62
|
||||||
msgid "Java Executable Reset"
|
msgid "Java Executable Reset"
|
||||||
@@ -2023,27 +2018,26 @@ msgstr "非託管 Lavalink 節點密碼設置為 {password}。運行 `{p}{cmd}`
|
|||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node port.\n\n"
|
msgid "Set the Lavalink node port.\n\n"
|
||||||
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
" This command sets the connection port which Audio will use to connect to an unmanaged Lavalink node.\n"
|
||||||
|
" Set port to -1 to disable the port and connect to the specified host via ports 80/443\n"
|
||||||
" "
|
" "
|
||||||
msgstr "設置 Lavalink 節點端口。\n\n"
|
msgstr ""
|
||||||
" 此命令設置音頻將用於連接到非託管 Lavalink 節點的連接端口。\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:249
|
#: redbot/cogs/audio/core/commands/llset.py:252
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:431
|
#: redbot/cogs/audio/core/commands/llset.py:436
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:659
|
#: redbot/cogs/audio/core/commands/llset.py:664
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:690
|
#: redbot/cogs/audio/core/commands/llset.py:695
|
||||||
msgid "Setting Not Changed"
|
msgid "Setting Not Changed"
|
||||||
msgstr "設置未更變"
|
msgstr "設置未更變"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:250
|
#: redbot/cogs/audio/core/commands/llset.py:253
|
||||||
msgid "A port must be between 0 and 65535 "
|
msgid "A port must be between 0 and 65535 "
|
||||||
msgstr "端口必須介於 0 和 65535 之間 "
|
msgstr "端口必須介於 0 和 65535 之間 "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:256
|
#: redbot/cogs/audio/core/commands/llset.py:259
|
||||||
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
msgid "Unmanaged Lavalink node port set to {port}. Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點端口設置為 {port}。運行 `{p}{cmd}` 使其生效。"
|
msgstr "非託管 Lavalink 節點端口設置為 {port}。運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:269
|
#: redbot/cogs/audio/core/commands/llset.py:272
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the Lavalink node connection to secured.\n\n"
|
msgid "Set the Lavalink node connection to secured.\n\n"
|
||||||
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
" This toggle sets the connection type to secured or unsecured when connecting to an unmanaged Lavalink node.\n"
|
||||||
@@ -2052,73 +2046,77 @@ msgstr "將 Lavalink 節點連接設置為安全。\n\n"
|
|||||||
" 當連接到非託管 Lavalink 節點時,此切換將連接類型設置為安全或不安全。\n"
|
" 當連接到非託管 Lavalink 節點時,此切換將連接類型設置為安全或不安全。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:280
|
#: redbot/cogs/audio/core/commands/llset.py:283
|
||||||
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
msgid "Unmanaged Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點現在將使用安全的 {secured_protocol} 協議進行連接。\n\n"
|
msgstr "非託管 Lavalink 節點現在將使用安全的 {secured_protocol} 協議進行連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:293
|
#: redbot/cogs/audio/core/commands/llset.py:296
|
||||||
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
msgid "Unmanaged Lavalink node will no longer connect using the secured {secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "非託管 Lavalink 節點將不再使用安全的 {secured_protocol} 協議連接,而是使用 {unsecured_protocol} 代替。\n\n"
|
msgstr "非託管 Lavalink 節點將不再使用安全的 {secured_protocol} 協議連接,而是使用 {unsecured_protocol} 代替。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:304
|
#: redbot/cogs/audio/core/commands/llset.py:307
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Display Lavalink connection settings."
|
msgid "Display Lavalink connection settings."
|
||||||
msgstr "顯示 Lavalink 連接設置。"
|
msgstr "顯示 Lavalink 連接設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:308
|
#: redbot/cogs/audio/core/commands/llset.py:311
|
||||||
msgid "Connection Settings"
|
msgid "Connection Settings"
|
||||||
msgstr "連接設置"
|
msgstr "連接設置"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:309
|
#: redbot/cogs/audio/core/commands/llset.py:312
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:316
|
#: redbot/cogs/audio/core/commands/llset.py:321
|
||||||
msgid "Host: [{host}]\n"
|
msgid "Host: [{host}]\n"
|
||||||
msgstr "主機:[{host}]\n"
|
msgstr "主機:[{host}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:310
|
#: redbot/cogs/audio/core/commands/llset.py:313
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:319
|
#: redbot/cogs/audio/core/commands/llset.py:324
|
||||||
msgid "Port: [{port}]\n"
|
msgid "Port: [{port}]\n"
|
||||||
msgstr "端口: [{port}]\n"
|
msgstr "端口: [{port}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:311
|
#: redbot/cogs/audio/core/commands/llset.py:314
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:320
|
msgid "Default HTTP/HTTPS port"
|
||||||
|
msgstr "默認 HTTP/HTTPS port"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:316
|
||||||
|
#: redbot/cogs/audio/core/commands/llset.py:325
|
||||||
msgid "Password: [{password}]\n"
|
msgid "Password: [{password}]\n"
|
||||||
msgstr "密碼:[{password}]\n"
|
msgstr "密碼:[{password}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:312
|
#: redbot/cogs/audio/core/commands/llset.py:317
|
||||||
msgid "Secured: [{state}]\n"
|
msgid "Secured: [{state}]\n"
|
||||||
msgstr "安全:[{state}]\n"
|
msgstr "安全:[{state}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:315
|
#: redbot/cogs/audio/core/commands/llset.py:320
|
||||||
msgid "Lavalink Node Settings"
|
msgid "Lavalink Node Settings"
|
||||||
msgstr "Lavalink 節點設定"
|
msgstr "Lavalink 節點設定"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:323
|
#: redbot/cogs/audio/core/commands/llset.py:328
|
||||||
msgid "Initial Heapsize: [{xms}]\n"
|
msgid "Initial Heapsize: [{xms}]\n"
|
||||||
msgstr "初始記憶體大小:[{xms}]\n"
|
msgstr "初始記憶體大小:[{xms}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:324
|
#: redbot/cogs/audio/core/commands/llset.py:329
|
||||||
msgid "Max Heapsize: [{xmx}]\n"
|
msgid "Max Heapsize: [{xmx}]\n"
|
||||||
msgstr "最大記憶體大小:[{xmx}]\n"
|
msgstr "最大記憶體大小:[{xmx}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:325
|
#: redbot/cogs/audio/core/commands/llset.py:330
|
||||||
msgid "Java exec: [{java_exc_path}]\n"
|
msgid "Java exec: [{java_exc_path}]\n"
|
||||||
msgstr "Java 執行程序:[{java_exc_path}]\n"
|
msgstr "Java 執行程序:[{java_exc_path}]\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:333
|
#: redbot/cogs/audio/core/commands/llset.py:338
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:355
|
#: redbot/cogs/audio/core/commands/llset.py:360
|
||||||
msgid "I need to be able to DM you to send you this info."
|
msgid "I need to be able to DM you to send you this info."
|
||||||
msgstr "我需要能夠通過 DM 向您發送此信息。"
|
msgstr "我需要能夠通過 DM 向您發送此信息。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:338
|
#: redbot/cogs/audio/core/commands/llset.py:343
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
msgid "Uploads a copy of the application.yml file used by the managed Lavalink node."
|
||||||
msgstr "上傳託管 Lavalink 節點使用的 application.yml 文件的副本。"
|
msgstr "上傳託管 Lavalink 節點使用的 application.yml 文件的副本。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:362
|
#: redbot/cogs/audio/core/commands/llset.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
msgid "Configure the managed Lavalink node runtime options.\n\n"
|
||||||
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
" All settings under this group will likely cause Audio to malfunction if changed from their defaults, only change settings here if you have been advised to by support.\n"
|
||||||
@@ -2127,12 +2125,12 @@ msgstr "配置託管 Lavalink 節點運行時選項。\n\n"
|
|||||||
" 如果隨意更改此類別下的所有設置,可能會導致Audio出現故障,只有在官方人員建議您更改此處的設置時更改。\n"
|
" 如果隨意更改此類別下的所有設置,可能會導致Audio出現故障,只有在官方人員建議您更改此處的設置時更改。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:369
|
#: redbot/cogs/audio/core/commands/llset.py:374
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Configure the managed node authorization and connection settings."
|
msgid "Configure the managed node authorization and connection settings."
|
||||||
msgstr "配置受管理節點授權和連接設置。"
|
msgstr "配置受管理節點授權和連接設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:375
|
#: redbot/cogs/audio/core/commands/llset.py:380
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's binding IP address.\n\n"
|
||||||
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
" This value by default is `localhost` which will restrict the server to only localhost apps by default, changing this will likely break the managed Lavalink node if you don't know what you are doing.\n"
|
||||||
@@ -2141,13 +2139,13 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的綁定 IP 地址。\n
|
|||||||
" 默認情況下此數值是 localhost ,默認情況下會將服務器限制為僅本地主機應用程序,如果您不知道如何設置,隨意更改此值可能會破壞原託管的 Lavalink 節點。\n"
|
" 默認情況下此數值是 localhost ,默認情況下會將服務器限制為僅本地主機應用程序,如果您不知道如何設置,隨意更改此值可能會破壞原託管的 Lavalink 節點。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:384
|
#: redbot/cogs/audio/core/commands/llset.py:389
|
||||||
msgid "Managed node will now accept connection on {host}.\n\n"
|
msgid "Managed node will now accept connection on {host}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {host} 上的連接。\n\n"
|
msgstr "託管節點現在將接受 {host} 上的連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:399
|
#: redbot/cogs/audio/core/commands/llset.py:404
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Set the managed Lavalink node's connection password.\n\n"
|
msgid "Set the managed Lavalink node's connection password.\n\n"
|
||||||
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
" This is the password required for Audio to connect to the managed Lavalink node.\n"
|
||||||
@@ -2158,13 +2156,13 @@ msgstr "設置託管 Lavalink 節點的連接密碼。\n\n"
|
|||||||
" 默認數值為“youshallnotpass”。\n"
|
" 默認數值為“youshallnotpass”。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:408
|
#: redbot/cogs/audio/core/commands/llset.py:413
|
||||||
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
msgid "Managed node will now accept {password} as the authorization token.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {password} 作為授權令牌。\n\n"
|
msgstr "託管節點現在將接受 {password} 作為授權令牌。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:422
|
#: redbot/cogs/audio/core/commands/llset.py:427
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node's connection port.\n\n"
|
||||||
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
" This port is the port the managed Lavalink node binds to, you should only change this if there is a conflict with the default port because you already have an application using port 2333 on this device.\n\n"
|
||||||
@@ -2175,17 +2173,17 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點的連接端口。\n\n"
|
|||||||
" 默認數值為“2333”。\n"
|
" 默認數值為“2333”。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:432
|
#: redbot/cogs/audio/core/commands/llset.py:437
|
||||||
msgid "The port must be between 1024 and 49151."
|
msgid "The port must be between 1024 and 49151."
|
||||||
msgstr "端口必須介於 1024 和 49151 之間。"
|
msgstr "端口必須介於 1024 和 49151 之間。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:439
|
#: redbot/cogs/audio/core/commands/llset.py:444
|
||||||
msgid "Managed node will now accept connections on {port}.\n\n"
|
msgid "Managed node will now accept connections on {port}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點現在將接受 {port} 上的連接。\n\n"
|
msgstr "託管節點現在將接受 {port} 上的連接。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:451
|
#: redbot/cogs/audio/core/commands/llset.py:456
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
msgid "`Dangerous command` Toggle audio sources on/off.\n\n"
|
||||||
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
" By default, all sources are enabled, you should only use commands here to disable a specific source if you have been advised to, disabling sources without background knowledge can cause Audio to break.\n"
|
||||||
@@ -2194,7 +2192,7 @@ msgstr "`Dangerous command` 打開/關閉音頻來源。\n\n"
|
|||||||
" 默認情況下,所有源都已啟用,您應該只在被開發人員建議的情況下使用此處的命令來禁用特定源,在沒有相關知識的情況下禁用源可能會導致Audio中斷損壞。\n"
|
" 默認情況下,所有源都已啟用,您應該只在被開發人員建議的情況下使用此處的命令來禁用特定源,在沒有相關知識的情況下禁用源可能會導致Audio中斷損壞。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:458
|
#: redbot/cogs/audio/core/commands/llset.py:463
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
msgid "Toggle HTTP direct URL usage on or off.\n\n"
|
||||||
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
" This source is used to allow playback from direct HTTP streams (this does not affect direct URL playback for the other sources).\n"
|
||||||
@@ -2203,19 +2201,19 @@ msgstr "打開或關閉 HTTP 直接 URL 使用。\n\n"
|
|||||||
" 此用於允許從直接 HTTP 直播播放(這不影響其他源的直接 URL 播放)。\n"
|
" 此用於允許從直接 HTTP 直播播放(這不影響其他源的直接 URL 播放)。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:468
|
#: redbot/cogs/audio/core/commands/llset.py:473
|
||||||
msgid "Managed node will allow playback from direct URLs.\n\n"
|
msgid "Managed node will allow playback from direct URLs.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許直接從 URL 播放。\n\n"
|
msgstr "託管節點將允許直接從 URL 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:477
|
#: redbot/cogs/audio/core/commands/llset.py:482
|
||||||
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
msgid "Managed node will not play from direct URLs anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再直接從 URL 播放。\n\n"
|
msgstr "託管節點將不再直接從 URL 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:485
|
#: redbot/cogs/audio/core/commands/llset.py:490
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Bandcamp source on or off.\n\n"
|
msgid "Toggle Bandcamp source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Bandcamp related content.\n"
|
" This toggle controls the playback of all Bandcamp related content.\n"
|
||||||
@@ -2224,19 +2222,19 @@ msgstr "打開或關閉 Bandcamp 來源。\n\n"
|
|||||||
" 此切換控制開關所有 Bandcamp 相關來源內容的播放。\n"
|
" 此切換控制開關所有 Bandcamp 相關來源內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:495
|
#: redbot/cogs/audio/core/commands/llset.py:500
|
||||||
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
msgid "Managed node will allow playback from Bandcamp.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Bandcamp 播放。\n\n"
|
msgstr "託管節點將允許從 Bandcamp 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:504
|
#: redbot/cogs/audio/core/commands/llset.py:509
|
||||||
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
msgid "Managed node will not play from Bandcamp anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Bandcamp 播放。\n\n"
|
msgstr "託管節點將不再從 Bandcamp 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:512
|
#: redbot/cogs/audio/core/commands/llset.py:517
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle local file usage on or off.\n\n"
|
msgid "Toggle local file usage on or off.\n\n"
|
||||||
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
" This toggle controls the playback of all local track content, usually found inside the `localtracks` folder.\n"
|
||||||
@@ -2245,19 +2243,19 @@ msgstr "啟用或關閉本地文件使用。\n\n"
|
|||||||
" 此切換控制所有本地軌道內容的播放,通常位於“localtracks”文件夾中。\n"
|
" 此切換控制所有本地軌道內容的播放,通常位於“localtracks”文件夾中。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:522
|
#: redbot/cogs/audio/core/commands/llset.py:527
|
||||||
msgid "Managed node will allow playback from local files.\n\n"
|
msgid "Managed node will allow playback from local files.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從本地文件播放。\n\n"
|
msgstr "託管節點將允許從本地文件播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:531
|
#: redbot/cogs/audio/core/commands/llset.py:536
|
||||||
msgid "Managed node will not play from local files anymore.\n\n"
|
msgid "Managed node will not play from local files anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從本地文件播放。\n\n"
|
msgstr "託管節點將不再從本地文件播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:539
|
#: redbot/cogs/audio/core/commands/llset.py:544
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Soundcloud source on or off.\n\n"
|
msgid "Toggle Soundcloud source on or off.\n\n"
|
||||||
" This toggle controls the playback of all SoundCloud related content.\n"
|
" This toggle controls the playback of all SoundCloud related content.\n"
|
||||||
@@ -2266,19 +2264,19 @@ msgstr "啟用或關閉 Soundcloud 來源。\n\n"
|
|||||||
" 此切換控制所有 SoundCloud 相關內容的播放。\n"
|
" 此切換控制所有 SoundCloud 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:549
|
#: redbot/cogs/audio/core/commands/llset.py:554
|
||||||
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
msgid "Managed node will allow playback from Soundcloud.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Soundcloud 播放。\n\n"
|
msgstr "託管節點將允許從 Soundcloud 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:558
|
#: redbot/cogs/audio/core/commands/llset.py:563
|
||||||
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
msgid "Managed node will not play from Soundcloud anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Soundcloud 播放。\n\n"
|
msgstr "託管節點將不再從 Soundcloud 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:566
|
#: redbot/cogs/audio/core/commands/llset.py:571
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
msgid "`Dangerous command` Toggle YouTube source on or off (this includes Spotify).\n\n"
|
||||||
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
" This toggle controls the playback of all YouTube and Spotify related content.\n"
|
||||||
@@ -2287,19 +2285,19 @@ msgstr "`Dangerous command` 打開或關閉 YouTube 來源(包括 Spotify)。\n\
|
|||||||
" 此切換控制所有 YouTube 和 Spotify 相關內容的播放。\n"
|
" 此切換控制所有 YouTube 和 Spotify 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:576
|
#: redbot/cogs/audio/core/commands/llset.py:581
|
||||||
msgid "Managed node will allow playback from YouTube.\n\n"
|
msgid "Managed node will allow playback from YouTube.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 YouTube 播放。\n\n"
|
msgstr "託管節點將允許從 YouTube 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:585
|
#: redbot/cogs/audio/core/commands/llset.py:590
|
||||||
msgid "Managed node will not play from YouTube anymore.\n\n"
|
msgid "Managed node will not play from YouTube anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 YouTube 播放。\n\n"
|
msgstr "託管節點將不再從 YouTube 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:593
|
#: redbot/cogs/audio/core/commands/llset.py:598
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Twitch source on or off.\n\n"
|
msgid "Toggle Twitch source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Twitch related content.\n"
|
" This toggle controls the playback of all Twitch related content.\n"
|
||||||
@@ -2308,19 +2306,19 @@ msgstr "打開或關閉 Twitch 來源。\n\n"
|
|||||||
" 此切換控制所有 Twitch 相關內容的播放。\n"
|
" 此切換控制所有 Twitch 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:603
|
#: redbot/cogs/audio/core/commands/llset.py:608
|
||||||
msgid "Managed node will allow playback from Twitch.\n\n"
|
msgid "Managed node will allow playback from Twitch.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Twitch 播放。\n\n"
|
msgstr "託管節點將允許從 Twitch 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:612
|
#: redbot/cogs/audio/core/commands/llset.py:617
|
||||||
msgid "Managed node will not play from Twitch anymore.\n\n"
|
msgid "Managed node will not play from Twitch anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Twitch 播放。\n\n"
|
msgstr "託管節點將不再從 Twitch 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:620
|
#: redbot/cogs/audio/core/commands/llset.py:625
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Toggle Vimeo source on or off.\n\n"
|
msgid "Toggle Vimeo source on or off.\n\n"
|
||||||
" This toggle controls the playback of all Vimeo related content.\n"
|
" This toggle controls the playback of all Vimeo related content.\n"
|
||||||
@@ -2329,19 +2327,19 @@ msgstr "打開或關閉 Vimeo 來源。\n\n"
|
|||||||
" 此切換控制所有 Vimeo 相關內容的播放。\n"
|
" 此切換控制所有 Vimeo 相關內容的播放。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:630
|
#: redbot/cogs/audio/core/commands/llset.py:635
|
||||||
msgid "Managed node will allow playback from Vimeo.\n\n"
|
msgid "Managed node will allow playback from Vimeo.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將允許從 Vimeo 播放。\n\n"
|
msgstr "託管節點將允許從 Vimeo 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:639
|
#: redbot/cogs/audio/core/commands/llset.py:644
|
||||||
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
msgid "Managed node will not play from Vimeo anymore.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "託管節點將不再從 Vimeo 播放。\n\n"
|
msgstr "託管節點將不再從 Vimeo 播放。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:652
|
#: redbot/cogs/audio/core/commands/llset.py:657
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node framebuffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2350,18 +2348,18 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點幀緩衝區大小。\n\
|
|||||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:660
|
#: redbot/cogs/audio/core/commands/llset.py:665
|
||||||
msgid "The lowest value the framebuffer can be set to is 100ms."
|
msgid "The lowest value the framebuffer can be set to is 100ms."
|
||||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:666
|
#: redbot/cogs/audio/core/commands/llset.py:671
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:697
|
#: redbot/cogs/audio/core/commands/llset.py:702
|
||||||
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
msgid "Managed node's bufferDurationMs set to {milliseconds}.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
msgstr "受管節點的 bufferDurationMs 設置為 {milliseconds}。\n\n"
|
msgstr "受管節點的 bufferDurationMs 設置為 {milliseconds}。\n\n"
|
||||||
"運行 `{p}{cmd}` 使其生效。"
|
"運行 `{p}{cmd}` 使其生效。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:683
|
#: redbot/cogs/audio/core/commands/llset.py:688
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
msgid "`Dangerous command` Set the managed Lavalink node JDA-NAS buffer size.\n\n"
|
||||||
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
" Only change this if you have been directly advised to, changing it can cause significant playback issues.\n"
|
||||||
@@ -2370,11 +2368,11 @@ msgstr "`Dangerous command` 設置託管 Lavalink 節點 JDA-NAS 緩衝區大小
|
|||||||
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
" 僅在我們直接建議您更改此設置時更改它,隨意更改它可能會導致嚴重的播放問題。\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:691
|
#: redbot/cogs/audio/core/commands/llset.py:696
|
||||||
msgid "The lowest value the buffer may be is 100ms."
|
msgid "The lowest value the buffer may be is 100ms."
|
||||||
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
msgstr "幀緩衝區可以設置的最低值為 100 毫秒。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:709
|
#: redbot/cogs/audio/core/commands/llset.py:714
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Reset all `llset` changes back to their default values."
|
msgid "Reset all `llset` changes back to their default values."
|
||||||
msgstr "將所有 `llset` 更改重置為默認值。"
|
msgstr "將所有 `llset` 更改重置為默認值。"
|
||||||
@@ -2474,7 +2472,7 @@ msgstr "第 {}/{} 頁"
|
|||||||
msgid "Queue percentage."
|
msgid "Queue percentage."
|
||||||
msgstr "暫停或繼續播放歌曲。"
|
msgstr "暫停或繼續播放歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:127
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:125
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
#: redbot/cogs/audio/core/commands/playlists.py:1129
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:67
|
#: redbot/cogs/audio/core/commands/queue.py:67
|
||||||
#: redbot/cogs/audio/core/commands/queue.py:164
|
#: redbot/cogs/audio/core/commands/queue.py:164
|
||||||
@@ -2492,7 +2490,7 @@ msgstr "暫停或繼續播放歌曲。"
|
|||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr "播放清單中沒有項目。"
|
msgstr "播放清單中沒有項目。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:148
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:146
|
||||||
msgid "Queued and playing tracks:"
|
msgid "Queued and playing tracks:"
|
||||||
msgstr "已加入和正在播放的歌曲:"
|
msgstr "已加入和正在播放的歌曲:"
|
||||||
|
|
||||||
|
|||||||
@@ -105,32 +105,30 @@ class MiscellaneousCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
queue_tracks = player.queue
|
queue_tracks = player.queue
|
||||||
requesters = {"total": 0, "users": {}}
|
requesters = {"total": 0, "users": {}}
|
||||||
|
|
||||||
async def _usercount(req_username):
|
async def _usercount(req_user_handle):
|
||||||
if req_username in requesters["users"]:
|
if req_user_handle in requesters["users"]:
|
||||||
requesters["users"][req_username]["songcount"] += 1
|
requesters["users"][req_user_handle]["songcount"] += 1
|
||||||
requesters["total"] += 1
|
requesters["total"] += 1
|
||||||
else:
|
else:
|
||||||
requesters["users"][req_username] = {}
|
requesters["users"][req_user_handle] = {}
|
||||||
requesters["users"][req_username]["songcount"] = 1
|
requesters["users"][req_user_handle]["songcount"] = 1
|
||||||
requesters["total"] += 1
|
requesters["total"] += 1
|
||||||
|
|
||||||
async for track in AsyncIter(queue_tracks):
|
async for track in AsyncIter(queue_tracks):
|
||||||
req_username = "{}#{}".format(track.requester.name, track.requester.discriminator)
|
req_user_handle = str(track.requester)
|
||||||
await _usercount(req_username)
|
await _usercount(req_user_handle)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
req_username = "{}#{}".format(
|
req_user_handle = str(player.current.requester)
|
||||||
player.current.requester.name, player.current.requester.discriminator
|
await _usercount(req_user_handle)
|
||||||
)
|
|
||||||
await _usercount(req_username)
|
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return await self.send_embed_msg(ctx, title=_("There's nothing in the queue."))
|
return await self.send_embed_msg(ctx, title=_("There's nothing in the queue."))
|
||||||
|
|
||||||
async for req_username in AsyncIter(requesters["users"]):
|
async for req_user_handle in AsyncIter(requesters["users"]):
|
||||||
percentage = float(requesters["users"][req_username]["songcount"]) / float(
|
percentage = float(requesters["users"][req_user_handle]["songcount"]) / float(
|
||||||
requesters["total"]
|
requesters["total"]
|
||||||
)
|
)
|
||||||
requesters["users"][req_username]["percent"] = round(percentage * 100, 1)
|
requesters["users"][req_user_handle]["percent"] = round(percentage * 100, 1)
|
||||||
|
|
||||||
top_queue_users = heapq.nlargest(
|
top_queue_users = heapq.nlargest(
|
||||||
20,
|
20,
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ HUMANIZED_PERM = {
|
|||||||
"manage_nicknames": _("Manage Nicknames"),
|
"manage_nicknames": _("Manage Nicknames"),
|
||||||
"manage_roles": _("Manage Roles"),
|
"manage_roles": _("Manage Roles"),
|
||||||
"manage_webhooks": _("Manage Webhooks"),
|
"manage_webhooks": _("Manage Webhooks"),
|
||||||
"manage_emojis": _("Manage Emojis"),
|
"manage_expressions": _("Manage Expressions"),
|
||||||
"use_application_commands": _("Use Application Commands"),
|
"use_application_commands": _("Use Application Commands"),
|
||||||
"request_to_speak": _("Request to Speak"),
|
"request_to_speak": _("Request to Speak"),
|
||||||
"manage_events": _("Manage Events"),
|
"manage_events": _("Manage Events"),
|
||||||
@@ -72,6 +72,10 @@ HUMANIZED_PERM = {
|
|||||||
"send_messages_in_threads": _("Send Messages in Threads"),
|
"send_messages_in_threads": _("Send Messages in Threads"),
|
||||||
"start_embedded_activities": _("Start Activities"),
|
"start_embedded_activities": _("Start Activities"),
|
||||||
"moderate_members": _("Moderate Member"),
|
"moderate_members": _("Moderate Member"),
|
||||||
|
"use_soundboard": _("Use Soundboard"),
|
||||||
|
"create_expressions": _("Create Expressions"),
|
||||||
|
"use_external_sounds": _("Use External Sounds"),
|
||||||
|
"send_voice_messages": _("Send Voice Messages"),
|
||||||
}
|
}
|
||||||
|
|
||||||
DANGEROUS_COMMANDS = {
|
DANGEROUS_COMMANDS = {
|
||||||
@@ -79,7 +83,7 @@ DANGEROUS_COMMANDS = {
|
|||||||
"This command will change the executable path of Java, "
|
"This command will change the executable path of Java, "
|
||||||
"this is useful if you have multiple installations of Java and the default one is causing issues. "
|
"this is useful if you have multiple installations of Java and the default one is causing issues. "
|
||||||
"Please don't change this unless you are certain that the Java version you are specifying is supported by Red. "
|
"Please don't change this unless you are certain that the Java version you are specifying is supported by Red. "
|
||||||
"The default and supported version is currently Java 11."
|
"The default and supported versions are currently Java 17 and 11."
|
||||||
),
|
),
|
||||||
"command_llset_heapsize": _(
|
"command_llset_heapsize": _(
|
||||||
"This command will change the maximum RAM allocation for the managed Lavalink node, "
|
"This command will change the maximum RAM allocation for the managed Lavalink node, "
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
102
redbot/cogs/audio/core/events/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "تمكين"
|
msgstr "تمكين"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "معطل"
|
msgstr "معطل"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ."
|
msgstr "لم يتم العثور على دور DJ. تعطيل وضع DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "بيئة غير صالحة"
|
msgstr "بيئة غير صالحة"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
102
redbot/cogs/audio/core/events/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
104
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
104
redbot/cogs/audio/core/events/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Povoleno"
|
msgstr "Povoleno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Zakázáno"
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/da-DK.po
generated
102
redbot/cogs/audio/core/events/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/de-DE.po
generated
102
redbot/cogs/audio/core/events/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,167 +183,183 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Mir fehlen Berechtigungen auf diesem Server, bitte richten Sie dies so bald wie möglich an.\n\n"
|
msgstr "Mir fehlen Berechtigungen auf diesem Server, bitte richten Sie dies so bald wie möglich an.\n\n"
|
||||||
"Erwartete Berechtigungen:\n"
|
"Erwartete Berechtigungen:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
msgstr "Aktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktiviert"
|
msgstr "Deaktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert."
|
msgstr "Keine DJ-Rolle gefunden. DJ-Modus deaktiviert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` ist kein gültiger Wert für `{command}`"
|
msgstr "`{user_input}` ist kein gültiger Wert für `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argument kann nicht analysiert werden"
|
msgstr "Argument kann nicht analysiert werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Ungültiges Argument"
|
msgstr "Ungültiges Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Das Argument, das du für `{}` angegeben hast, ist ungültig: Ich erwartete ein `{}`."
|
msgstr "Das Argument, das du für `{}` angegeben hast, ist ungültig: Ich erwartete ein `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ungültige Umgebung"
|
msgstr "Ungültige Umgebung"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Keine Player verfügbar"
|
msgstr "Keine Player verfügbar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden."
|
msgstr "Die Bot ist nicht mit einem Sprachkanal verbunden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Tracks können nicht abgerufen werden"
|
msgstr "Tracks können nicht abgerufen werden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Ich bin momentan nicht in der Lage, einen Titel von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut."
|
msgstr "Ich bin momentan nicht in der Lage, einen Titel von Lavalink zu bekommen. Versuchen Sie es in ein paar Minuten erneut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Es gab ein Problem bei der Kommunikation mit Discord."
|
msgstr "Es gab ein Problem bei der Kommunikation mit Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
msgstr "Dieser Fehler wurde dem Bot-Besitzer gemeldet."
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
102
redbot/cogs/audio/core/events/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,167 +183,183 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n"
|
msgstr "Minulta puuttuu oikeuksia tällä palvelimella, korjaathan tämän mahdollisimman pian.\n\n"
|
||||||
"Puuttuvat oikeudet:\n"
|
"Puuttuvat oikeudet:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Käytössä"
|
msgstr "Käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Ei käytössä"
|
msgstr "Ei käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä."
|
msgstr "DJ-roolia ei löydy. Poistetaan DJ-tila käytöstä."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`"
|
msgstr "`{user_input}` ei ole kelvollinen arvo kohteelle `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argumentin käsittely epäonnistui"
|
msgstr "Argumentin käsittely epäonnistui"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Virheellinen argumentti"
|
msgstr "Virheellinen argumentti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argumentti jonka annoit kohteelle `{}` ei ole kelvollinen: Oletin että saan`{}`."
|
msgstr "Argumentti jonka annoit kohteelle `{}` ei ole kelvollinen: Oletin että saan`{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Virheellinen ympäristö"
|
msgstr "Virheellinen ympäristö"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Toistinta ei saatavilla"
|
msgstr "Toistinta ei saatavilla"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Botti ei ole yhdistettynä puhekanavaan."
|
msgstr "Botti ei ole yhdistettynä puhekanavaan."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Kappaletta ei voitu hakea"
|
msgstr "Kappaletta ei voitu hakea"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Ongelma Discordin kanssa kommunikoitaessa."
|
msgstr "Ongelma Discordin kanssa kommunikoitaessa."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
msgstr "Tämä virhe ilmoitettiin botin omistajalle."
|
||||||
|
|
||||||
|
|||||||
142
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
142
redbot/cogs/audio/core/events/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -137,213 +137,229 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr "Gérer les webhook"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr "Gérer les expressions"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr "Utiliser les commandes de l'application"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr "Demande de prise de parole"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr "Gérer les événements"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr "Gérer les fils de discussion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr "Créer des fils de discussion publics"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr "Créer des fils de discussion privés"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr "Utilise des autocollants externes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr "Envoyer des messages dans des fils de discussion"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Start Activities"
|
msgid "Start Activities"
|
||||||
msgstr ""
|
msgstr "Commencer les activités"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr "Membres Modérateurs"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
|
msgid "Use Soundboard"
|
||||||
|
msgstr "Utiliser le soundboard"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr "Créer des expressions"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr "Utiliser des sons externes"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr "Envoyer des messages vocaux"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr "Cette commande va changer le chemin de l'exécutable de Java, est utile si vous avez plusieurs installations de Java et que celle par défaut pose des problèmes. Veuillez ne pas modifier cela à moins que vous soyez certain que la version Java que vous spécifiez est prise en charge par Red. Les versions par défaut et supportées sont actuellement Java 17 et 11."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr "Cette commande va changer l'allocation maximale de RAM pour le noeud Lavalink géré, généralement vous n'aurez jamais à changer cela, avant d'envisager de le modifier, veuillez consulter notre équipe d'assistance."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr "Cette commande désactivera le noeud Lavalink géré, Si vous activez cette commande, vous devez spécifier un noeud Lavalink externe auquel vous devez vous connecter, si vous ne le faites pas, Audio arrêtera de fonctionner."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr "Cette commande est utilisée pour spécifier l'adresse IP qui sera utilisée par Red pour se connecter à un noeud Lavalink externe. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
|
msgstr "Cette commande est utilisée pour spécifier le mot de passe d'authentification utilisé par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr "Cette commande est utilisée pour basculer entre les connexions sécurisées et non sécurisées vers un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr "Cette commande est utilisée pour spécifier le port de connexion qui sera utilisée par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr "Cette commande spécifie à quelle interface réseau et à quelle adresse IP le noeud Lavalink géré sera lié, par défaut, c'est 'localhost', seulement changer cela si vous voulez que le noeud Lavalink géré soit lié à une adresse IP/interface spécifique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Il me manque des permissions sur ce serveur. Veuillez régler ce problème dès que possible.\n\n"
|
msgstr "Il me manque des permissions sur ce serveur. Veuillez régler ce problème dès que possible.\n\n"
|
||||||
"Permissions attendues :\n"
|
"Permissions attendues :\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activé"
|
msgstr "Activé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Désactivé"
|
msgstr "Désactivé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ."
|
msgstr "Aucun rôle DJ détecté. Désactivation du mode DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`"
|
msgstr "`{user_input}` n'est pas une valeur valide pour `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Impossible d'analyser l'argument"
|
msgstr "Impossible d'analyser l'argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argument invalide"
|
msgstr "Argument invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "L'argument que vous avez donné pour `{}` n'est pas valide : je m'attendais à `{}`."
|
msgstr "L'argument que vous avez donné pour `{}` n'est pas valide : je m'attendais à `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Environnement invalide"
|
msgstr "Environnement invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Aucun lecteur audio disponible"
|
msgstr "Aucun lecteur audio disponible"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Le bot n'est pas connecté à un salon vocal."
|
msgstr "Le bot n'est pas connecté à un salon vocal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Impossible d'obtenir la piste"
|
msgstr "Impossible d'obtenir la piste"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Il y a eu un problème de communication avec Discord."
|
msgstr "Il y a eu un problème de communication avec Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
msgstr "Cette erreur a été signalée au propriétaire du bot."
|
||||||
|
|
||||||
|
|||||||
106
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
106
redbot/cogs/audio/core/events/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -140,8 +140,8 @@ msgid "Manage Webhooks"
|
|||||||
msgstr "Upravljanje webhookovima"
|
msgstr "Upravljanje webhookovima"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr "Upravljanje emojijima"
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
@@ -183,109 +183,125 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr "Ova naredba će promijeniti izvršnu putanju Jave, ovo je korisno ako imate više instalacija Jave, a problem uzrokuje zadana putanja. Nemojte ovo mijenjati osim ako ste sigurni da Red podržava verziju Jave koju navedete. Zadana i podržana verzija trenutno je Java 11."
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Ova naredba će promijeniti maksimalnu dodjelu RAM-a upravljanom Lavalink čvoru. Inače ovo nikada nećete morati mijenjati. Prije nego što razmislite o promjeni, obratite se našem timu za podršku."
|
msgstr "Ova naredba će promijeniti maksimalnu dodjelu RAM-a upravljanom Lavalink čvoru. Inače ovo nikada nećete morati mijenjati. Prije nego što razmislite o promjeni, obratite se našem timu za podršku."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Ova naredba će onemogućiti upravljani Lavalink čvor, ako uključite ovu naredbu, morate navesti vanjski Lavalink čvor na koji ćete se povezati, ako to ne učinite Audio će prestat raditi."
|
msgstr "Ova naredba će onemogućiti upravljani Lavalink čvor, ako uključite ovu naredbu, morate navesti vanjski Lavalink čvor na koji ćete se povezati, ako to ne učinite Audio će prestat raditi."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Ova naredba se koristi za određivanje IP adrese koju Red koristi za povezivanje na eksterni Lavalink čvor. "
|
msgstr "Ova naredba se koristi za određivanje IP adrese koju Red koristi za povezivanje na eksterni Lavalink čvor. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za određivanje lozinke koju Red koristi za povezivanje na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za određivanje lozinke koju Red koristi za povezivanje na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za prebacivanje između sigurnih i nesigurnih veza na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za prebacivanje između sigurnih i nesigurnih veza na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ova naredba se koristi za određivanje port-a koji Red koristi za spajanje na eksterni Lavalink čvor."
|
msgstr "Ova naredba se koristi za određivanje port-a koji Red koristi za spajanje na eksterni Lavalink čvor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Ova naredba određuje na koje mrežno sučelje i IP će se upravljani Lavalink čvor vezati, prema zadanim postavkama ovo je 'localhost', promijenite ovo jedino ako želite da se upravljani Lavalink čvor veže na određeni IP/sučelje."
|
msgstr "Ova naredba određuje na koje mrežno sučelje i IP će se upravljani Lavalink čvor vezati, prema zadanim postavkama ovo je 'localhost', promijenite ovo jedino ako želite da se upravljani Lavalink čvor veže na određeni IP/sučelje."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Ova naredba mijenja lozinku potrebnu za povezivanje s ovim upravljanim čvorom. Zadana vrijednost je 'youshallnotpass'."
|
msgstr "Ova naredba mijenja lozinku potrebnu za povezivanje s ovim upravljanim čvorom. Zadana vrijednost je 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Ova naredba mijenja port koji se koristi za povezivanje s ovim upravljanim čvorom, promijenite ga jedino ako zadani port '2333' uzrokuje sukobe s postojećim aplikacijama."
|
msgstr "Ova naredba mijenja port koji se koristi za povezivanje s ovim upravljanim čvorom, promijenite ga jedino ako zadani port '2333' uzrokuje sukobe s postojećim aplikacijama."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Ova naredba će resetirati svaku postavku koju je promijenio `[p]llset`."
|
msgstr "Ova naredba će resetirati svaku postavku koju je promijenio `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Pokušali ste pokrenuti Audio-upravljan Lavalink čvor na nepodržanoj arhitekturi. Biti će dostupne samo naredbe povezane s postavkama."
|
msgstr "Pokušali ste pokrenuti Audio-upravljan Lavalink čvor na nepodržanoj arhitekturi. Biti će dostupne samo naredbe povezane s postavkama."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Nedostaju mi dozvole u ovom serveru, riješite to što prije moguće.\n\n"
|
msgstr "Nedostaju mi dozvole u ovom serveru, riješite to što prije moguće.\n\n"
|
||||||
"Očekivane dozvole:\n"
|
"Očekivane dozvole:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivirano"
|
msgstr "Aktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivirano"
|
msgstr "Deaktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Ne biste trebali pokretati ovu naredbu."
|
msgstr "Ne biste trebali pokretati ovu naredbu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -295,58 +311,58 @@ msgstr "\n"
|
|||||||
"Ako želite nastaviti, unesite ovaj token, pazeći na velika i mala slova, bez razmaka kao sljedeću poruku.\n\n"
|
"Ako želite nastaviti, unesite ovaj token, pazeći na velika i mala slova, bez razmaka kao sljedeću poruku.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nije pronađena DJ uloga. Onemogućavam DJ način rada."
|
msgstr "Nije pronađena DJ uloga. Onemogućavam DJ način rada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` nije važeća vrijednost za `{command}`"
|
msgstr "`{user_input}` nije važeća vrijednost za `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Nije moguće obradit argument"
|
msgstr "Nije moguće obradit argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Neispravan Argument"
|
msgstr "Neispravan Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argument koji ste dali za `{}` nije valjan: očekivao sam `{}`."
|
msgstr "Argument koji ste dali za `{}` nije valjan: očekivao sam `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Neispravno Okruženje"
|
msgstr "Neispravno Okruženje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Veza s Lavalinkom je izgubljena."
|
msgstr "Veza s Lavalinkom je izgubljena."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nema dostupnog Playera"
|
msgstr "Nema dostupnog Playera"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nije spojen na glasovni kanal."
|
msgstr "Bot nije spojen na glasovni kanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nije moguće dobiti pjesmu"
|
msgstr "Nije moguće dobiti pjesmu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Trenutno ne mogu dobiti pjesmu od Lavalinka, pokušajte ponovno za par minuta."
|
msgstr "Trenutno ne mogu dobiti pjesmu od Lavalinka, pokušajte ponovno za par minuta."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Došlo je do problema u komunikaciji s Discordom."
|
msgstr "Došlo je do problema u komunikaciji s Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Greška je prijavljena vlasniku bota."
|
msgstr "Greška je prijavljena vlasniku bota."
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
102
redbot/cogs/audio/core/events/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ingeschakeld"
|
msgstr "Ingeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Uitgeschakeld"
|
msgstr "Uitgeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
102
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
102
redbot/cogs/audio/core/events/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,7 +140,7 @@ msgid "Manage Webhooks"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
@@ -183,166 +183,182 @@ msgstr ""
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已启用"
|
msgstr "已启用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已禁用"
|
msgstr "已禁用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
106
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
106
redbot/cogs/audio/core/events/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2022-10-31 01:43+0000\n"
|
"POT-Creation-Date: 2023-06-20 09:30+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"
|
||||||
@@ -140,8 +140,8 @@ msgid "Manage Webhooks"
|
|||||||
msgstr "管理 Webhooks"
|
msgstr "管理 Webhooks"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Emojis"
|
msgid "Manage Expressions"
|
||||||
msgstr "管理表情符號"
|
msgstr "管理表示式"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
@@ -183,109 +183,125 @@ msgstr "開始活動"
|
|||||||
msgid "Moderate Member"
|
msgid "Moderate Member"
|
||||||
msgstr "版主成員"
|
msgstr "版主成員"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported version is currently Java 11."
|
msgid "Use Soundboard"
|
||||||
msgstr "此命令將更改 Java 的可執行路徑,除非您有多個 Java 版本並且默認安裝導致問題時再使用,否則請不要更改此設置,除非您確定您指定的 Java 版本受 Red 支持。 默認和支持的版本目前是 Java 11。"
|
msgstr "使用音效板"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:84
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
|
msgid "Create Expressions"
|
||||||
|
msgstr "新增表示式"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
|
msgid "Use External Sounds"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
|
msgid "Send Voice Messages"
|
||||||
|
msgstr "傳送語音訊息"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The default and supported versions are currently Java 17 and 11."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:88
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "此命令將更改託管 Lavalink 節點的最大 RAM 分配,通常您永遠不必更改它,在考慮更改它之前請諮詢我們的開發團隊。"
|
msgstr "此命令將更改託管 Lavalink 節點的最大 RAM 分配,通常您永遠不必更改它,在考慮更改它之前請諮詢我們的開發團隊。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:89
|
#: redbot/cogs/audio/core/events/dpy.py:93
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "此命令將禁用託管的 Lavalink 節點,如果您切換此命令,則必須指定要連接的外部 Lavalink 節點,否則Audio將停止工作。"
|
msgstr "此命令將禁用託管的 Lavalink 節點,如果您切換此命令,則必須指定要連接的外部 Lavalink 節點,否則Audio將停止工作。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:94
|
#: redbot/cogs/audio/core/events/dpy.py:98
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "此命令用於指定 Red 將用於連接到外部 Lavalink 節點的 IP。 "
|
msgstr "此命令用於指定 Red 將用於連接到外部 Lavalink 節點的 IP。 "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:97
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "該命令用於指定 Red 連接到外部 Lavalink 節點時使用的認證密碼。"
|
msgstr "該命令用於指定 Red 連接到外部 Lavalink 節點時使用的認證密碼。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:101
|
#: redbot/cogs/audio/core/events/dpy.py:105
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "此命令用於在與外部 Lavalink 節點的安全和不安全連接之間切換。"
|
msgstr "此命令用於在與外部 Lavalink 節點的安全和不安全連接之間切換。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:104
|
#: redbot/cogs/audio/core/events/dpy.py:108
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "該命令用於指定Red用於連接外部Lavalink節點的連接端口。"
|
msgstr "該命令用於指定Red用於連接外部Lavalink節點的連接端口。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:107
|
#: redbot/cogs/audio/core/events/dpy.py:111
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "此命令指定託管 Lavalink 節點將綁定到哪個網絡接口和 IP,默認情況下這是“localhost”,僅當您希望託管 Lavalink 節點綁定到特定 IP/接口時才需更改此設置。"
|
msgstr "此命令指定託管 Lavalink 節點將綁定到哪個網絡接口和 IP,默認情況下這是“localhost”,僅當您希望託管 Lavalink 節點綁定到特定 IP/接口時才需更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:112
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "此命令為更改連接到此受管節點所需的身份驗證密碼。默認值為“youshallnotpass”。"
|
msgstr "此命令為更改連接到此受管節點所需的身份驗證密碼。默認值為“youshallnotpass”。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:120
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "此命令更改用於連接到此受管節點的連接端口,僅當默認端口“2333”與現有應用程序發生衝突時才更改此端口。"
|
msgstr "此命令更改用於連接到此受管節點的連接端口,僅當默認端口“2333”與現有應用程序發生衝突時才更改此端口。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:120
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "此命令切換對直接 url 直播的支持,如 Icecast 或 Shoutcast 。 如: <http://ice1.somafm.com/gsclassic-128-mp3>; 禁用此功能將使機器人無法播放任何直接 url 蒸汽內容。"
|
msgstr "此命令切換對直接 url 直播的支持,如 Icecast 或 Shoutcast 。 如: <http://ice1.somafm.com/gsclassic-128-mp3>; 禁用此功能將使機器人無法播放任何直接 url 蒸汽內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:130
|
#: redbot/cogs/audio/core/events/dpy.py:134
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr "此命令切換對本地軌道音頻播放的支持。 如: `/mnt/data/my_super_funky_track.mp3`; 禁用此功能將使機器人無法播放任何本地曲目內容。"
|
msgstr "此命令切換對本地軌道音頻播放的支持。 如: `/mnt/data/my_super_funky_track.mp3`; 禁用此功能將使機器人無法播放任何本地曲目內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:135
|
#: redbot/cogs/audio/core/events/dpy.py:139
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "此命令切換對 SoundCloud 的播放支持。 如: <https://soundcloud.com/user-103858850/tilla>; 禁用此功能將使機器人無法播放任何 SoundCloud 內容。"
|
msgstr "此命令切換對 SoundCloud 的播放支持。 如: <https://soundcloud.com/user-103858850/tilla>; 禁用此功能將使機器人無法播放任何 SoundCloud 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:140
|
#: redbot/cogs/audio/core/events/dpy.py:144
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "此命令切換對 YouTube 的播放支持(Spotify 取決於 YouTube)。 禁用此功能將使機器人無法播放任何 YouTube 內容,包括 Spotify。"
|
msgstr "此命令切換對 YouTube 的播放支持(Spotify 取決於 YouTube)。 禁用此功能將使機器人無法播放任何 YouTube 內容,包括 Spotify。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:145
|
#: redbot/cogs/audio/core/events/dpy.py:149
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "此命令切換對 Twitch 的播放支持。 如: <https://twitch.tv/monstercat>; 禁用此功能將使機器人無法播放任何 Twitch 內容。"
|
msgstr "此命令切換對 Twitch 的播放支持。 如: <https://twitch.tv/monstercat>; 禁用此功能將使機器人無法播放任何 Twitch 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:150
|
#: redbot/cogs/audio/core/events/dpy.py:154
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "此命令切換對 Vimeo 的播放支持。 如: <https://vimeo.com/157743578>; 禁用此功能將使機器人無法播放任何 Vimeo 內容。"
|
msgstr "此命令切換對 Vimeo 的播放支持。 如: <https://vimeo.com/157743578>; 禁用此功能將使機器人無法播放任何 Vimeo 內容。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:155
|
#: redbot/cogs/audio/core/events/dpy.py:159
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "此設置控制受管節點的幀緩衝區,除非有官方指示,否則不要更改此設置。"
|
msgstr "此設置控制受管節點的幀緩衝區,除非有官方指示,否則不要更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:163
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "此設置控制受管節點的 JDA-NAS 緩衝區,除非有官方指示,否則不要更改此設置。"
|
msgstr "此設置控制受管節點的 JDA-NAS 緩衝區,除非有官方指示,否則不要更改此設置。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:163
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "此指令將重置由 `[p]llset` 更改的所有設定值。"
|
msgstr "此指令將重置由 `[p]llset` 更改的所有設定值。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:180
|
#: redbot/cogs/audio/core/events/dpy.py:184
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "您已嘗試在不受支持的架構上運行託管Audio的 Lavalink 節點。 目前只有與設置相關的命令可用。"
|
msgstr "您已嘗試在不受支持的架構上運行託管Audio的 Lavalink 節點。 目前只有與設置相關的命令可用。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:202
|
#: redbot/cogs/audio/core/events/dpy.py:206
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "我缺少在此伺務器中發送消息的權限。 請盡快解決這個問題。"
|
msgstr "我缺少在此伺務器中發送消息的權限。 請盡快解決這個問題。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:228
|
#: redbot/cogs/audio/core/events/dpy.py:232
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "我缺少此伺務器的權限,請盡快解決此問題。\n\n"
|
msgstr "我缺少此伺務器的權限,請盡快解決此問題。\n\n"
|
||||||
"預期權限:\n"
|
"預期權限:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已啟用"
|
msgstr "已啟用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:235
|
#: redbot/cogs/audio/core/events/dpy.py:239
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已停用"
|
msgstr "已停用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:266
|
#: redbot/cogs/audio/core/events/dpy.py:270
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "您不應該使用此指令。"
|
msgstr "您不應該使用此指令。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:269
|
#: redbot/cogs/audio/core/events/dpy.py:273
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -295,58 +311,58 @@ msgstr "\n"
|
|||||||
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:313
|
#: redbot/cogs/audio/core/events/dpy.py:317
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "沒有找到DJ身分組。 自動停用DJ模式中。"
|
msgstr "沒有找到DJ身分組。 自動停用DJ模式中。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:323
|
#: redbot/cogs/audio/core/events/dpy.py:327
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` 不是 `{command}` 的有效數值"
|
msgstr "`{user_input}` 不是 `{command}` 的有效數值"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:331
|
#: redbot/cogs/audio/core/events/dpy.py:335
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "無法分析參數"
|
msgstr "無法分析參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:343
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:352
|
#: redbot/cogs/audio/core/events/dpy.py:356
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "無效的參數"
|
msgstr "無效的參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:348
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "您為 `{}` 提供的參數無效:我支持的是 `{}`。"
|
msgstr "您為 `{}` 提供的參數無效:我支持的是 `{}`。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:362
|
#: redbot/cogs/audio/core/events/dpy.py:366
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "無效的環境。"
|
msgstr "無效的環境。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:363
|
#: redbot/cogs/audio/core/events/dpy.py:367
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "與 Lavalink 節點的連接已丟失。"
|
msgstr "與 Lavalink 節點的連接已丟失。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:371
|
#: redbot/cogs/audio/core/events/dpy.py:375
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "沒有可用的播放器"
|
msgstr "沒有可用的播放器"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:372
|
#: redbot/cogs/audio/core/events/dpy.py:376
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "機器人未連接到語音頻道。"
|
msgstr "機器人未連接到語音頻道。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:380
|
#: redbot/cogs/audio/core/events/dpy.py:384
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "無法獲取歌曲。"
|
msgstr "無法獲取歌曲。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:381
|
#: redbot/cogs/audio/core/events/dpy.py:385
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "我目前無法從 Lavalink 節點獲取曲目,請過幾分鐘再試。"
|
msgstr "我目前無法從 Lavalink 節點獲取曲目,請過幾分鐘再試。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:392
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "與 Discord 通信時出現問題。"
|
msgstr "與 Discord 通信時出現問題。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "此錯誤已報告給機器人所有者。"
|
msgstr "此錯誤已報告給機器人所有者。"
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
password=password,
|
password=password,
|
||||||
port=port,
|
port=port,
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name}",
|
resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name()}",
|
||||||
secured=secured,
|
secured=secured,
|
||||||
)
|
)
|
||||||
except lavalink.AbortingNodeConnection:
|
except lavalink.AbortingNodeConnection:
|
||||||
|
|||||||
6
redbot/cogs/audio/core/tasks/locales/cs-CZ.po
generated
6
redbot/cogs/audio/core/tasks/locales/cs-CZ.po
generated
@@ -17,13 +17,13 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/tasks/startup.py:273
|
#: redbot/cogs/audio/core/tasks/startup.py:273
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr "Nepodařilo se získat platnou skladbu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/tasks/startup.py:281
|
#: redbot/cogs/audio/core/tasks/startup.py:281
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr "Nelze získat skladbu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/tasks/startup.py:282
|
#: redbot/cogs/audio/core/tasks/startup.py:282
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import discord
|
|||||||
import lavalink
|
import lavalink
|
||||||
from red_commons.logging import getLogger
|
from red_commons.logging import getLogger
|
||||||
|
|
||||||
from rapidfuzz import process
|
import rapidfuzz
|
||||||
from redbot.core import commands
|
from redbot.core import commands
|
||||||
from redbot.core.i18n import Translator
|
from redbot.core.i18n import Translator
|
||||||
from redbot.core.utils import AsyncIter
|
from redbot.core.utils import AsyncIter
|
||||||
@@ -116,13 +116,15 @@ class LocalTrackUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
to_search_string = {
|
to_search_string = {
|
||||||
i.local_track_path.name for i in to_search if i.local_track_path is not None
|
i.local_track_path.name for i in to_search if i.local_track_path is not None
|
||||||
}
|
}
|
||||||
search_results = process.extract(search_words, to_search_string, limit=50)
|
search_results = rapidfuzz.process.extract(
|
||||||
|
search_words, to_search_string, limit=50, processor=rapidfuzz.utils.default_process
|
||||||
|
)
|
||||||
search_list = []
|
search_list = []
|
||||||
async for track_match, percent_match, __ in AsyncIter(search_results):
|
async for track_match, percent_match, __ in AsyncIter(search_results):
|
||||||
if percent_match > 85:
|
if percent_match > 85:
|
||||||
search_list.extend(
|
search_list.extend(
|
||||||
[
|
[
|
||||||
discord.utils.escape_markdown(i.to_string_user())
|
i.to_string_user()
|
||||||
for i in to_search
|
for i in to_search
|
||||||
if i.local_track_path is not None
|
if i.local_track_path is not None
|
||||||
and i.local_track_path.name == track_match
|
and i.local_track_path.name == track_match
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Arabic\n"
|
"Language-Team: Arabic\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -475,11 +475,11 @@ msgstr "عشوائي"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "كرر"
|
msgstr "كرر"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "مسارات المطابقة:"
|
msgstr "مسارات المطابقة:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
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: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Bulgarian\n"
|
"Language-Team: Bulgarian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -471,11 +471,11 @@ msgstr ""
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
119
redbot/cogs/audio/core/utilities/locales/cs-CZ.po
generated
119
redbot/cogs/audio/core/utilities/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Czech\n"
|
"Language-Team: Czech\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -17,7 +17,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:74
|
#: redbot/cogs/audio/core/utilities/formatting.py:74
|
||||||
msgid "tracks"
|
msgid "tracks"
|
||||||
msgstr ""
|
msgstr "skladby"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:84
|
#: redbot/cogs/audio/core/utilities/formatting.py:84
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:272
|
#: redbot/cogs/audio/core/utilities/formatting.py:272
|
||||||
@@ -27,7 +27,7 @@ msgstr "Strana {page_num}/{total_pages}"
|
|||||||
#: redbot/cogs/audio/core/utilities/formatting.py:95
|
#: redbot/cogs/audio/core/utilities/formatting.py:95
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:526
|
#: redbot/cogs/audio/core/utilities/playlists.py:526
|
||||||
msgid "Connection to Lavalink node has failed"
|
msgid "Connection to Lavalink node has failed"
|
||||||
msgstr ""
|
msgstr "Spojení s Lavalink uzlem selhalo"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:98
|
#: redbot/cogs/audio/core/utilities/formatting.py:98
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:591
|
#: redbot/cogs/audio/core/utilities/player.py:591
|
||||||
@@ -43,37 +43,37 @@ msgstr "Nejprve se připojte k hlasovému kanálu."
|
|||||||
#: redbot/cogs/audio/core/utilities/formatting.py:109
|
#: redbot/cogs/audio/core/utilities/formatting.py:109
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:554
|
#: redbot/cogs/audio/core/utilities/playlists.py:554
|
||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr "Spojení s Lavalink uzlem ještě nebylo navázáno."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
msgstr ""
|
msgstr "Skladby Nelze Přehrát"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:442
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
msgid "Queue size limit reached."
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr "Dosaženo limitu velikosti fronty."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:599
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
msgid "Track Enqueued"
|
msgid "Track Enqueued"
|
||||||
msgstr ""
|
msgstr "Skladba zařazena do fronty"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:168
|
#: redbot/cogs/audio/core/utilities/formatting.py:168
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:548
|
#: redbot/cogs/audio/core/utilities/player.py:548
|
||||||
msgid "This track is not allowed in this server."
|
msgid "This track is not allowed in this server."
|
||||||
msgstr ""
|
msgstr "Tato skladba není na tomto serveru povolena."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:185
|
#: redbot/cogs/audio/core/utilities/formatting.py:185
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:570
|
#: redbot/cogs/audio/core/utilities/player.py:570
|
||||||
msgid "Track exceeds maximum length."
|
msgid "Track exceeds maximum length."
|
||||||
msgstr ""
|
msgstr "Skladba překročila maximální délku."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:200
|
#: redbot/cogs/audio/core/utilities/formatting.py:200
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:602
|
#: redbot/cogs/audio/core/utilities/player.py:602
|
||||||
msgid "{time} until track playback: #{position} in queue"
|
msgid "{time} until track playback: #{position} in queue"
|
||||||
msgstr ""
|
msgstr "{time} než bude skladba hrát: #{position} ve frontě"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:260
|
#: redbot/cogs/audio/core/utilities/formatting.py:260
|
||||||
msgid "Tracks Found:"
|
msgid "Tracks Found:"
|
||||||
@@ -110,7 +110,11 @@ msgid " - Name: <{pname}>\n"
|
|||||||
" - ID: < {pid} >\n"
|
" - ID: < {pid} >\n"
|
||||||
" - Tracks: < {ptracks} >\n"
|
" - Tracks: < {ptracks} >\n"
|
||||||
" - Author: < {author} >\n\n"
|
" - Author: < {author} >\n\n"
|
||||||
msgstr ""
|
msgstr " - Název: <{pname}>\n"
|
||||||
|
" - Rozsah: < {scope} >\n"
|
||||||
|
" - ID: < {pid} >\n"
|
||||||
|
" - Skladby: < {ptracks} >\n"
|
||||||
|
" - Autor: < {author} >\n\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/local_tracks.py:109
|
#: redbot/cogs/audio/core/utilities/local_tracks.py:109
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:234
|
#: redbot/cogs/audio/core/utilities/player.py:234
|
||||||
@@ -118,19 +122,19 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/utilities/player.py:326
|
#: redbot/cogs/audio/core/utilities/player.py:326
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:650
|
#: redbot/cogs/audio/core/utilities/player.py:650
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr "Neplatné Prostředí"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/local_tracks.py:109
|
#: redbot/cogs/audio/core/utilities/local_tracks.py:109
|
||||||
msgid "No localtracks folder."
|
msgid "No localtracks folder."
|
||||||
msgstr ""
|
msgstr "Chybí složka na lokalní skladby."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/miscellaneous.py:50
|
#: redbot/cogs/audio/core/utilities/miscellaneous.py:50
|
||||||
msgid "Not enough {currency}"
|
msgid "Not enough {currency}"
|
||||||
msgstr ""
|
msgstr "Nedostatek {currency}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/miscellaneous.py:51
|
#: redbot/cogs/audio/core/utilities/miscellaneous.py:51
|
||||||
msgid "{required_credits} {currency} required, but you have {bal}."
|
msgid "{required_credits} {currency} required, but you have {bal}."
|
||||||
msgstr ""
|
msgstr "Je potřeba {required_credits} {currency}, ale vy máte {bal}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:78
|
#: redbot/cogs/audio/core/utilities/player.py:78
|
||||||
msgid "music in {} servers"
|
msgid "music in {} servers"
|
||||||
@@ -140,11 +144,11 @@ msgstr "hudba na {} serverech"
|
|||||||
#: redbot/cogs/audio/core/utilities/player.py:139
|
#: redbot/cogs/audio/core/utilities/player.py:139
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:144
|
#: redbot/cogs/audio/core/utilities/player.py:144
|
||||||
msgid "There's nothing in the queue."
|
msgid "There's nothing in the queue."
|
||||||
msgstr ""
|
msgstr "Ve frontě nic není."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:141
|
#: redbot/cogs/audio/core/utilities/player.py:141
|
||||||
msgid "Currently livestreaming {track}"
|
msgid "Currently livestreaming {track}"
|
||||||
msgstr ""
|
msgstr "Aktuaně živě streamuji {track}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:146
|
#: redbot/cogs/audio/core/utilities/player.py:146
|
||||||
msgid "{time} left on {track}"
|
msgid "{time} left on {track}"
|
||||||
@@ -157,37 +161,39 @@ msgstr "Skladba přeskočena"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:167
|
#: redbot/cogs/audio/core/utilities/player.py:167
|
||||||
msgid "Track number must be equal to or greater than 1."
|
msgid "Track number must be equal to or greater than 1."
|
||||||
msgstr ""
|
msgstr "Číslo skladby musí být rovné nebo větší než 1."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:173
|
#: redbot/cogs/audio/core/utilities/player.py:173
|
||||||
msgid "There are only {queuelen} songs currently queued."
|
msgid "There are only {queuelen} songs currently queued."
|
||||||
msgstr ""
|
msgstr "Nyní tu je jen {queuelen} písní ve frontě."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:179
|
#: redbot/cogs/audio/core/utilities/player.py:179
|
||||||
msgid "{skip_to_track} Tracks Skipped"
|
msgid "{skip_to_track} Tracks Skipped"
|
||||||
msgstr ""
|
msgstr "{skip_to_track} Skladeb Přeskočeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:235
|
#: redbot/cogs/audio/core/utilities/player.py:235
|
||||||
msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n"
|
msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \n"
|
||||||
"See `{prefix}audioset spotifyapi` for instructions."
|
"See `{prefix}audioset spotifyapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Vlastník musí nastavit Spotify klientské ID a Spotify klientské tajemství, než Spotify URL nebo kódy mohou být použité.\n"
|
||||||
|
"Napište `{prefix}audioset spotifyapi` pro zobrazení instrukcí."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:245
|
#: redbot/cogs/audio/core/utilities/player.py:245
|
||||||
msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n"
|
msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\n"
|
||||||
"See `{prefix}audioset youtubeapi` for instructions."
|
"See `{prefix}audioset youtubeapi` for instructions."
|
||||||
msgstr ""
|
msgstr "Vlastník musí nastavit YouTube API klíč, než Spotify URL nebo kódy mohou být použité.\n"
|
||||||
|
"Napište `{prefix}audioset youtubeapi` pro zobrazení instrukcí."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:254
|
#: redbot/cogs/audio/core/utilities/player.py:254
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:363
|
#: redbot/cogs/audio/core/utilities/player.py:363
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:594
|
#: redbot/cogs/audio/core/utilities/playlists.py:594
|
||||||
msgid "Unable To Get Tracks"
|
msgid "Unable To Get Tracks"
|
||||||
msgstr ""
|
msgstr "Nedaři Se Získat Skladby"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:255
|
#: redbot/cogs/audio/core/utilities/player.py:255
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:364
|
#: redbot/cogs/audio/core/utilities/player.py:364
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:595
|
#: redbot/cogs/audio/core/utilities/playlists.py:595
|
||||||
msgid "Wait until the playlist has finished loading."
|
msgid "Wait until the playlist has finished loading."
|
||||||
msgstr ""
|
msgstr "Počkejte než se dokončí načítání playlistu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:266
|
#: redbot/cogs/audio/core/utilities/player.py:266
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:308
|
#: redbot/cogs/audio/core/utilities/player.py:308
|
||||||
@@ -203,7 +209,7 @@ msgstr "Nic nenalezeno."
|
|||||||
#: redbot/cogs/audio/core/utilities/playlists.py:607
|
#: redbot/cogs/audio/core/utilities/playlists.py:607
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:640
|
#: redbot/cogs/audio/core/utilities/playlists.py:640
|
||||||
msgid "Track is not playable."
|
msgid "Track is not playable."
|
||||||
msgstr ""
|
msgstr "Skladbu nelze přehrát."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:270
|
#: redbot/cogs/audio/core/utilities/player.py:270
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:311
|
#: redbot/cogs/audio/core/utilities/player.py:311
|
||||||
@@ -211,7 +217,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/utilities/playlists.py:608
|
#: redbot/cogs/audio/core/utilities/playlists.py:608
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:641
|
#: redbot/cogs/audio/core/utilities/playlists.py:641
|
||||||
msgid "**{suffix}** is not a fully supported format and some tracks may not play."
|
msgid "**{suffix}** is not a fully supported format and some tracks may not play."
|
||||||
msgstr ""
|
msgstr "**{suffix}** není plně podporovaný formát, je možné že se nepodaří přehrát všechny skladby."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:300
|
#: redbot/cogs/audio/core/utilities/player.py:300
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:393
|
#: redbot/cogs/audio/core/utilities/player.py:393
|
||||||
@@ -220,12 +226,12 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/utilities/playlists.py:626
|
#: redbot/cogs/audio/core/utilities/playlists.py:626
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:655
|
#: redbot/cogs/audio/core/utilities/playlists.py:655
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr "Nelze Získat Skladbu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:301
|
#: redbot/cogs/audio/core/utilities/player.py:301
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:426
|
#: redbot/cogs/audio/core/utilities/playlists.py:426
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:327
|
#: redbot/cogs/audio/core/utilities/player.py:327
|
||||||
msgid "The Spotify API key or client secret has not been set properly. \n"
|
msgid "The Spotify API key or client secret has not been set properly. \n"
|
||||||
@@ -235,7 +241,7 @@ msgstr "Spotify API klíč nebo klientský tajný klíč nebyl správně nastave
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:351
|
#: redbot/cogs/audio/core/utilities/player.py:351
|
||||||
msgid "Unable To Find Tracks"
|
msgid "Unable To Find Tracks"
|
||||||
msgstr ""
|
msgstr "Skladby Nenalezeny"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:352
|
#: redbot/cogs/audio/core/utilities/player.py:352
|
||||||
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."
|
||||||
@@ -243,18 +249,19 @@ msgstr "Pravděpodobně se nejedná o podporovaný Spotify odkaz nebo kód."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:378
|
#: redbot/cogs/audio/core/utilities/player.py:378
|
||||||
msgid "{query} is not an allowed query."
|
msgid "{query} is not an allowed query."
|
||||||
msgstr ""
|
msgstr "{query} není povolený dotaz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:394
|
#: redbot/cogs/audio/core/utilities/player.py:394
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:627
|
#: redbot/cogs/audio/core/utilities/playlists.py:627
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:656
|
#: redbot/cogs/audio/core/utilities/playlists.py:656
|
||||||
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Nyní nejsem schopný získat skladby z Lavalink uzlu, zkuste to znovu za pár minut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:416
|
#: redbot/cogs/audio/core/utilities/player.py:416
|
||||||
msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n"
|
msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n"
|
||||||
"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks."
|
"This may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks."
|
||||||
msgstr ""
|
msgstr "Lokální skladby nebudou fungovat pokud 'Lavalink.jar' nemůže vidět skladbu.\n"
|
||||||
|
"Toto se mohlo stát kvůli nastaveným právům nebo Lavalink.jar běží na jiném stroji než kde jsou lokálni skladby uloženy."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:486
|
#: redbot/cogs/audio/core/utilities/player.py:486
|
||||||
msgid " {bad_tracks} tracks cannot be queued."
|
msgid " {bad_tracks} tracks cannot be queued."
|
||||||
@@ -262,7 +269,7 @@ msgstr " {bad_tracks} skladby nemůžou být zařazeny do fronty."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:492
|
#: redbot/cogs/audio/core/utilities/player.py:492
|
||||||
msgid "No Title"
|
msgid "No Title"
|
||||||
msgstr ""
|
msgstr "Bez názvu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:494
|
#: redbot/cogs/audio/core/utilities/player.py:494
|
||||||
msgid "Playlist Enqueued"
|
msgid "Playlist Enqueued"
|
||||||
@@ -270,7 +277,7 @@ msgstr "Playlist zařazen do fronty"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:494
|
#: redbot/cogs/audio/core/utilities/player.py:494
|
||||||
msgid "Album Enqueued"
|
msgid "Album Enqueued"
|
||||||
msgstr ""
|
msgstr "Album Bylo Zařazeno Do Fronty"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:502
|
#: redbot/cogs/audio/core/utilities/player.py:502
|
||||||
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
msgid "Added {num} tracks to the queue.{maxlength_msg}"
|
||||||
@@ -282,33 +289,33 @@ msgstr "{time} do začátku přehrávání playlistu: je na #{position} pozici v
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:588
|
#: redbot/cogs/audio/core/utilities/player.py:588
|
||||||
msgid "Nothing found"
|
msgid "Nothing found"
|
||||||
msgstr ""
|
msgstr "Nic nebylo nalezeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:623
|
#: redbot/cogs/audio/core/utilities/player.py:623
|
||||||
msgid "Please wait, finding tracks..."
|
msgid "Please wait, finding tracks..."
|
||||||
msgstr ""
|
msgstr "Počkejte prosím, hledám skladby..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:629
|
#: redbot/cogs/audio/core/utilities/player.py:629
|
||||||
msgid "Getting track {num}/{total}..."
|
msgid "Getting track {num}/{total}..."
|
||||||
msgstr ""
|
msgstr "Záskávám skladby {num}/{total}..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:630
|
#: redbot/cogs/audio/core/utilities/player.py:630
|
||||||
msgid "Matching track {num}/{total}..."
|
msgid "Matching track {num}/{total}..."
|
||||||
msgstr ""
|
msgstr "Porovnávám skladbu {num}/{total}..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:631
|
#: redbot/cogs/audio/core/utilities/player.py:631
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:341
|
#: redbot/cogs/audio/core/utilities/playlists.py:341
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:414
|
#: redbot/cogs/audio/core/utilities/playlists.py:414
|
||||||
msgid "Loading track {num}/{total}..."
|
msgid "Loading track {num}/{total}..."
|
||||||
msgstr ""
|
msgstr "Načítám skladbu {num}/{total}..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:632
|
#: redbot/cogs/audio/core/utilities/player.py:632
|
||||||
msgid "Approximate time remaining: {seconds}"
|
msgid "Approximate time remaining: {seconds}"
|
||||||
msgstr ""
|
msgstr "Zbývá přibližně času: {seconds}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:658
|
#: redbot/cogs/audio/core/utilities/player.py:658
|
||||||
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Nyní nejsem schopný získat skladbu z Lavalink uzlu, zkuste to znovu za pár minut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:667
|
#: redbot/cogs/audio/core/utilities/player.py:667
|
||||||
msgid "The connection was reset while loading the playlist."
|
msgid "The connection was reset while loading the playlist."
|
||||||
@@ -316,27 +323,27 @@ msgstr "Připojení bylo obnoveno při načítání seznamu skladeb."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:83
|
#: redbot/cogs/audio/core/utilities/playlists.py:83
|
||||||
msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]."
|
msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]."
|
||||||
msgstr ""
|
msgstr "Nemáte práva k správě {name} (`{id}`) [**{scope}**]."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:101
|
#: redbot/cogs/audio/core/utilities/playlists.py:101
|
||||||
msgid "You do not have the permissions to manage that playlist in {guild}."
|
msgid "You do not have the permissions to manage that playlist in {guild}."
|
||||||
msgstr ""
|
msgstr "Nemáte práva ke správě tohoto seznamu skladeb v {guild}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:108
|
#: redbot/cogs/audio/core/utilities/playlists.py:108
|
||||||
msgid "You do not have the permissions to manage playlist owned by {user}."
|
msgid "You do not have the permissions to manage playlist owned by {user}."
|
||||||
msgstr ""
|
msgstr "Nemáte práva ke správě tohoto seznamu skladeb vlastněným uživatelem {user}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:112
|
#: redbot/cogs/audio/core/utilities/playlists.py:112
|
||||||
msgid "You do not have the permissions to manage playlists in {scope} scope."
|
msgid "You do not have the permissions to manage playlists in {scope} scope."
|
||||||
msgstr ""
|
msgstr "Nemáte práva ke správě tohoto seznamu skladeb v {scope} rozsahu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:116
|
#: redbot/cogs/audio/core/utilities/playlists.py:116
|
||||||
msgid "No access to playlist."
|
msgid "No access to playlist."
|
||||||
msgstr ""
|
msgstr "Nemáte přístup k tomuto seznamu skladeb."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:224
|
#: redbot/cogs/audio/core/utilities/playlists.py:224
|
||||||
msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID."
|
msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID."
|
||||||
msgstr ""
|
msgstr "{match_count} seznamů skladeb se shoduje s {original_input}: Prosím pokuste se být přesnější nebo použíte ID seznamu skladeb."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:241
|
#: redbot/cogs/audio/core/utilities/playlists.py:241
|
||||||
msgid "{number}. <{playlist.name}>\n"
|
msgid "{number}. <{playlist.name}>\n"
|
||||||
@@ -344,24 +351,28 @@ msgid "{number}. <{playlist.name}>\n"
|
|||||||
" - ID: < {playlist.id} >\n"
|
" - ID: < {playlist.id} >\n"
|
||||||
" - Tracks: < {tracks} >\n"
|
" - Tracks: < {tracks} >\n"
|
||||||
" - Author: < {author} >\n\n"
|
" - Author: < {author} >\n\n"
|
||||||
msgstr ""
|
msgstr "{number}. <{playlist.name}>\n"
|
||||||
|
" - Rozsah: < {scope} >\n"
|
||||||
|
" - ID: < {playlist.id} >\n"
|
||||||
|
" - Skladby: < {tracks} >\n"
|
||||||
|
" - Autor: < {author} >\n\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:258
|
#: redbot/cogs/audio/core/utilities/playlists.py:258
|
||||||
msgid "{playlists} playlists found, which one would you like?"
|
msgid "{playlists} playlists found, which one would you like?"
|
||||||
msgstr ""
|
msgstr "{playlists} seznamů skladeb nalezeno, který z nich chcete?"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:277
|
#: redbot/cogs/audio/core/utilities/playlists.py:277
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:283
|
#: redbot/cogs/audio/core/utilities/playlists.py:283
|
||||||
msgid "Too many matches found and you did not select which one you wanted."
|
msgid "Too many matches found and you did not select which one you wanted."
|
||||||
msgstr ""
|
msgstr "Příliš mnoho shod nalezeno a nevybral jste, který jste přesně chtěl."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:308
|
#: redbot/cogs/audio/core/utilities/playlists.py:308
|
||||||
msgid "Playlists you can access in this server:"
|
msgid "Playlists you can access in this server:"
|
||||||
msgstr ""
|
msgstr "Seznamy skladeb, ke kterým máte na tomto serveru přístup:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:314
|
#: redbot/cogs/audio/core/utilities/playlists.py:314
|
||||||
msgid "Playlists for {scope}:"
|
msgid "Playlists for {scope}:"
|
||||||
msgstr ""
|
msgstr "Seznamy skladeb pro {scope}:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:318
|
#: redbot/cogs/audio/core/utilities/playlists.py:318
|
||||||
msgid "Page {page_num}/{total_pages} | {num} playlists."
|
msgid "Page {page_num}/{total_pages} | {num} playlists."
|
||||||
@@ -472,11 +483,11 @@ msgstr "Náhodně"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Opakovat"
|
msgstr "Opakovat"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "Odpovídající skladby:"
|
msgstr "Odpovídající skladby:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
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: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Danish\n"
|
"Language-Team: Danish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -471,11 +471,11 @@ msgstr ""
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
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: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: German\n"
|
"Language-Team: German\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -483,11 +483,11 @@ msgstr "Zufällige Wiedergabe"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Wiederholen"
|
msgstr "Wiederholen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "Passende Titel:"
|
msgstr "Passende Titel:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
msgstr "Seite {page_num}/{total_pages} | {num_tracks} Titel"
|
msgstr "Seite {page_num}/{total_pages} | {num_tracks} Titel"
|
||||||
|
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/es-ES.po
generated
10
redbot/cogs/audio/core/utilities/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-05-11 20:55+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Conéctate a un canal de voz primero."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Aún no se ha establecido la conexión con Lavalink."
|
msgstr "Aún no se ha establecido la conexión con Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "No se pueden reproducir canciones"
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:442
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
msgid "Queue size limit reached."
|
msgid "Queue size limit reached."
|
||||||
msgstr "Límite de cola alcanzado."
|
msgstr "Límite de cola alcanzado."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "No se pueden reproducir canciones"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:599
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
msgid "Track Enqueued"
|
msgid "Track Enqueued"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Finnish\n"
|
"Language-Team: Finnish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -483,11 +483,11 @@ msgstr "Sekoitus"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Uudelleentoisto"
|
msgstr "Uudelleentoisto"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "Vastaavat kappaleet:"
|
msgstr "Vastaavat kappaleet:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
msgstr "Sivu {page_num}/{total_pages} | {num_tracks} kappaletta"
|
msgstr "Sivu {page_num}/{total_pages} | {num_tracks} kappaletta"
|
||||||
|
|
||||||
|
|||||||
12
redbot/cogs/audio/core/utilities/locales/fr-FR.po
generated
12
redbot/cogs/audio/core/utilities/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: French\n"
|
"Language-Team: French\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -27,7 +27,7 @@ msgstr "Page {page_num}/{total_pages}"
|
|||||||
#: redbot/cogs/audio/core/utilities/formatting.py:95
|
#: redbot/cogs/audio/core/utilities/formatting.py:95
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:526
|
#: redbot/cogs/audio/core/utilities/playlists.py:526
|
||||||
msgid "Connection to Lavalink node has failed"
|
msgid "Connection to Lavalink node has failed"
|
||||||
msgstr ""
|
msgstr "La connexion à Lavalink a échoué"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:98
|
#: redbot/cogs/audio/core/utilities/formatting.py:98
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:591
|
#: redbot/cogs/audio/core/utilities/player.py:591
|
||||||
@@ -43,7 +43,7 @@ msgstr "Rejoignez un salon vocal d'abord."
|
|||||||
#: redbot/cogs/audio/core/utilities/formatting.py:109
|
#: redbot/cogs/audio/core/utilities/formatting.py:109
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:554
|
#: redbot/cogs/audio/core/utilities/playlists.py:554
|
||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr "La connexion au nœud Lavalink n'a pas encore été établie."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
msgid "Unable To Play Tracks"
|
||||||
@@ -255,7 +255,7 @@ msgstr "{query} n'est pas une requête autorisée."
|
|||||||
#: redbot/cogs/audio/core/utilities/playlists.py:627
|
#: redbot/cogs/audio/core/utilities/playlists.py:627
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:656
|
#: redbot/cogs/audio/core/utilities/playlists.py:656
|
||||||
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr ""
|
msgstr "Je ne parviens actuellement pas à me connecter à Lavalink pour l'instant. Réessayez dans quelques minutes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:416
|
#: redbot/cogs/audio/core/utilities/player.py:416
|
||||||
msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n"
|
msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\n"
|
||||||
@@ -483,11 +483,11 @@ msgstr "Aléatoire"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Répétition"
|
msgstr "Répétition"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "Pistes correspondantes :"
|
msgstr "Pistes correspondantes :"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
msgstr "Page {page_num}/{total_pages} | {num_tracks} pistes"
|
msgstr "Page {page_num}/{total_pages} | {num_tracks} pistes"
|
||||||
|
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/hi-IN.po
generated
10
redbot/cogs/audio/core/utilities/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Hindi\n"
|
"Language-Team: Hindi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:442
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
msgid "Queue size limit reached."
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:599
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
msgid "Track Enqueued"
|
msgid "Track Enqueued"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-08-26 19:03+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Croatian\n"
|
"Language-Team: Croatian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -483,11 +483,11 @@ msgstr "Nasumična reprodukcija"
|
|||||||
msgid "Repeat"
|
msgid "Repeat"
|
||||||
msgstr "Ponavljanje"
|
msgstr "Ponavljanje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:159
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr "Odgovarajuće pjesme:"
|
msgstr "Odgovarajuće pjesme:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:162
|
#: redbot/cogs/audio/core/utilities/queue.py:164
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks"
|
||||||
msgstr "Stranica {page_num}/{total_pages} | {num_tracks} pjesama"
|
msgstr "Stranica {page_num}/{total_pages} | {num_tracks} pjesama"
|
||||||
|
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/hu-HU.po
generated
10
redbot/cogs/audio/core/utilities/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-05-11 20:55+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:442
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
msgid "Queue size limit reached."
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:599
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
msgid "Track Enqueued"
|
msgid "Track Enqueued"
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/id-ID.po
generated
10
redbot/cogs/audio/core/utilities/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
"POT-Creation-Date: 2023-05-11 20:55+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr ""
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:442
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
msgid "Queue size limit reached."
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:599
|
#: redbot/cogs/audio/core/utilities/player.py:599
|
||||||
msgid "Track Enqueued"
|
msgid "Track Enqueued"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user