Compare commits
38 Commits
3.5.22
...
V3/develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b42bab4de9 | ||
|
|
e868872214 | ||
|
|
bee0ddbffc | ||
|
|
2de3d03cc9 | ||
|
|
056f2de557 | ||
|
|
34cbd15ba9 | ||
|
|
9a458fdd83 | ||
|
|
0e78051c5d | ||
|
|
53766173d0 | ||
|
|
36a5f752a2 | ||
|
|
b2007a718d | ||
|
|
015f5a00fd | ||
|
|
6e417419aa | ||
|
|
316f237397 | ||
|
|
75e37ca896 | ||
|
|
c701c79ed0 | ||
|
|
60323c99d1 | ||
|
|
b7c11c016e | ||
|
|
bdc66c3f56 | ||
|
|
e6c6b9874b | ||
|
|
40b01c7985 | ||
|
|
666e249413 | ||
|
|
1bfe2a78fa | ||
|
|
afe4e636b7 | ||
|
|
45c55418a4 | ||
|
|
29758fd104 | ||
|
|
8626aef36f | ||
|
|
18154465c3 | ||
|
|
07e6f1b264 | ||
|
|
effc390ddf | ||
|
|
9afbe363e5 | ||
|
|
5023f7f1b5 | ||
|
|
01a3c17f8e | ||
|
|
fe574189d6 | ||
|
|
fec1818e5a | ||
|
|
dd3b9a01d3 | ||
|
|
a809c3604a | ||
|
|
982f082cb0 |
1
.github/labeler.yml
vendored
@@ -273,6 +273,7 @@
|
|||||||
- docs/bot_application_guide.rst
|
- docs/bot_application_guide.rst
|
||||||
- docs/install_guides/**/*
|
- docs/install_guides/**/*
|
||||||
- docs/update_red.rst
|
- docs/update_red.rst
|
||||||
|
- docs/backup_red.rst
|
||||||
"Category: Docs - Other":
|
"Category: Docs - Other":
|
||||||
- docs/host-list.rst
|
- docs/host-list.rst
|
||||||
- docs/index.rst
|
- docs/index.rst
|
||||||
|
|||||||
263
CHANGES.rst
@@ -1,9 +1,146 @@
|
|||||||
.. Red changelogs
|
.. Red changelogs
|
||||||
|
|
||||||
|
Redbot 3.5.24 (2026-03-06)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
|
| :ghuser:`aikaterna`, :ghuser:`EternalllZM`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. `The 3.5.23 changelog's <redbot-3-5-23-2026-03-04>` **"Read before updating"** section has been updated with further information about Red's Audio cog no longer supporting Java 11. If you use the Audio cog, please read that section again. Note that Red 3.5.24 supports Java 21 in addition to Java 17 as well.
|
||||||
|
|
||||||
|
#. 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.24 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.13%2Bred.3>`__.
|
||||||
|
|
||||||
|
Note that Lavalink now requires Java 17 or newer.
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core** - The bot will no longer wait for the update check to finish before finishing the bot startup (:issue:`6687`)
|
||||||
|
- **Core - Command-line Interfaces** - Added new ``--no-debug/--no-verbose`` flag allowing to reset the verbosity level set by the ``-v/--verbose/--debug`` flags used earlier in the argument list (:issue:`6680`)
|
||||||
|
- **Cogs - Audio** - The cog can now be used with Java 21 (:issue:`6681`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Cogs - Audio** - Fixed issues with the cog not working on Linux aarch64 systems with a 16k page size kernel (as seen on Raspberry Pi OS ran on Raspberry Pi 5) (:issue:`6683`, :issue:`6688`)
|
||||||
|
- **Cogs - Audio** - The cog will now correctly error about Java 11 being unsupported instead of trying to redownload Lavalink.jar repeatedly a few times (:issue:`6681`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Updated the Audio cog documentation, command help, and errors to reflect that Java 11 is no longer supported
|
||||||
|
- Updated `the 3.5.23 changelog <redbot-3-5-23-2026-03-04>` to include information about Java 11 no longer being supported
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
.. _redbot-3-5-23-2026-03-04:
|
||||||
|
|
||||||
|
Redbot 3.5.23 (2026-03-04)
|
||||||
|
==========================
|
||||||
|
|
||||||
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
|
| :ghuser:`cswimr`, :ghuser:`EternalllZM`, :ghuser:`Evanroby`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`karlsbjorn`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`VasilisThePikachu`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
|
Read before updating
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
#. Red's Audio cog now requires Java 17 to be present on the system. Java 11 is no longer supported.
|
||||||
|
|
||||||
|
All of the install guides for the systems that we currently support already provided instructions to install Java 17,
|
||||||
|
so if you installed Red somewhat recently, you should already be set.
|
||||||
|
|
||||||
|
If you see an error about using the wrong Java version, you can install the right Java version
|
||||||
|
by following the **"Installing the pre-requirements"** section of our install guide for your operating system.
|
||||||
|
|
||||||
|
#. We are planning to remove support for Red on systems using the **armv7l** architecture in **Red 3.6.0**.
|
||||||
|
The support for other architectures (**x86-64** and **aarch64**) will remain unchanged per our existing `end-user-guarantees`.
|
||||||
|
|
||||||
|
If you have any concerns regarding this, please reach out to us on `our discord server <https://discord.gg/red>`__.
|
||||||
|
|
||||||
|
#. 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.23 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.13%2Bred.2>`__.
|
||||||
|
|
||||||
|
Note that Lavalink now requires Java 17 or newer.
|
||||||
|
|
||||||
|
- We've updated our default application.yml file and you should update your instance's ``application.yml`` accordingly.
|
||||||
|
|
||||||
|
More specifically, we bumped the version of YT source plugin.
|
||||||
|
`Download Red 3.5.23's default application.yml file <https://github.com/Cog-Creators/Red-DiscordBot/releases/download/3.5.23/Red-DiscordBot-3.5.23-default-lavalink-application.yml>`__
|
||||||
|
|
||||||
|
#. Following operating systems are no longer supported as they have already reached their end of life:
|
||||||
|
|
||||||
|
- macOS 13 (Ventura)
|
||||||
|
- Fedora 41
|
||||||
|
- Raspberry Pi OS (Legacy) 11
|
||||||
|
|
||||||
|
End-user changelog
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Additions
|
||||||
|
*********
|
||||||
|
|
||||||
|
- **Core - Command-line Interfaces** - Added new ``--cog-path`` flag allowing to specify additional cog paths for the current bot invocation (:issue:`6506`, :issue:`6510`)
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6666`)
|
||||||
|
- |cool| **Cogs - Audio** - The cog has been updated to support Discord's new end-to-end encryption protocol - `DAVE <https://discord.com/blog/bringing-dave-to-all-discord-platforms>`__ (:issue:`6665`)
|
||||||
|
- **Cogs - Warnings** - Added a new ``[p]warningset mywarnings sendtodms`` setting that determines whether the output of ``[p]mywarnings`` should be sent in user's DMs or in the current channel (:issue:`6641`, :issue:`6673`)
|
||||||
|
|
||||||
|
Removals
|
||||||
|
********
|
||||||
|
|
||||||
|
- **Core - OS Support** - macOS 13 (Ventura), Fedora 41, and Raspberry Pi OS (Legacy) 11 are no longer supported as they have already reached their end of life (:issue:`6669`)
|
||||||
|
- **Cogs - Audio** - The cog no longer supports Java 11 (:issue:`6665`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- |cool| **Core** - Fixed the bot's commands not working when the bot was installed as a user app (:issue:`6501`, :issue:`6503`)
|
||||||
|
- **Core** - Fixed the bot's fuzzy command help not ignoring users that are on the bot's blocklist (:issue:`6482`, :issue:`6594`)
|
||||||
|
- **Core** - Fixed the bot process hanging for indefinite time when trying to shutdown from an unhandled exception (:issue:`5780`, :issue:`6659`)
|
||||||
|
- **Core - Bot Commands** - Fixed the modal in the ``[p]set api`` command failing to submit (:issue:`6626`)
|
||||||
|
- **Core - Bot Commands** - Fixed the ``[p]traceback`` command not being able to send long tracebacks in DMs (:issue:`6656`)
|
||||||
|
- |cool| **Cogs - Audio** - Fixed a bunch of YT playback issues (:issue:`6665`)
|
||||||
|
- **Cogs - General** - Fixed the ``[p]serverinfo 1`` command failing when the server's feature list is too long (:issue:`6636`, :issue:`6652`)
|
||||||
|
- **Cogs - Streams** - The cog will now check that the bot has necessary permissions before sending stream alert messages (:issue:`4967`)
|
||||||
|
- **Cogs - Warnings** - Fixed the bot revealing a moderator that warned the user in the output of ``[p]mywarnings`` command when the ``[p]warningset showmoderator`` setting is disabled (:issue:`6641`, :issue:`6673`)
|
||||||
|
|
||||||
|
Developer changelog
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
*******
|
||||||
|
|
||||||
|
- |cool| **Core - Dependencies** - Bumped ``discord.py`` to version 2.7.1 (:issue:`6664`)
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
*****
|
||||||
|
|
||||||
|
- **Core - Bot Class** - Fixed a regression in the `Red.send_interactive()` method causing it to not work with `discord.Member` and `discord.User` objects (:issue:`6656`)
|
||||||
|
|
||||||
|
Documentation changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- Added `backup_red` document (:issue:`3421`, :issue:`6654`)
|
||||||
|
- Updated the `bot_application_guide` according to changes in Discord Developer Portal's interface (:issue:`6647`)
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Redbot 3.5.22 (2025-09-05)
|
Redbot 3.5.22 (2025-09-05)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`AAA3A-AAA3A`, :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
| :ghuser:`AAA3A-AAA3A`, :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -39,7 +176,7 @@ Changes
|
|||||||
Redbot 3.5.21 (2025-08-26)
|
Redbot 3.5.21 (2025-08-26)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`egypt1848`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`TrustyJAID`, :ghuser:`VasilisThePikachu`
|
| :ghuser:`egypt1848`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`TrustyJAID`, :ghuser:`VasilisThePikachu`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -123,7 +260,7 @@ Documentation changes
|
|||||||
Redbot 3.5.20 (2025-05-03)
|
Redbot 3.5.20 (2025-05-03)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -153,7 +290,7 @@ Fixes
|
|||||||
Redbot 3.5.19 (2025-04-27)
|
Redbot 3.5.19 (2025-04-27)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -194,7 +331,7 @@ Changes
|
|||||||
Redbot 3.5.18 (2025-03-26)
|
Redbot 3.5.18 (2025-03-26)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
| :ghuser:`Jackenmen`, :ghuser:`Kreusada`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -224,7 +361,7 @@ Fixes
|
|||||||
Redbot 3.5.17 (2025-03-08)
|
Redbot 3.5.17 (2025-03-08)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -265,7 +402,7 @@ Changes
|
|||||||
Redbot 3.5.16 (2025-02-06)
|
Redbot 3.5.16 (2025-02-06)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
This is a hotfix release changing our implementation to prevent crash at startup
|
This is a hotfix release changing our implementation to prevent crash at startup
|
||||||
@@ -281,7 +418,7 @@ and reset it to a known valid value.
|
|||||||
Redbot 3.5.15 (2025-02-03)
|
Redbot 3.5.15 (2025-02-03)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -325,7 +462,7 @@ Changes
|
|||||||
Redbot 3.5.14 (2024-12-25)
|
Redbot 3.5.14 (2024-12-25)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Ascensionn`, :ghuser:`cswimr`, :ghuser:`Chovin`, :ghuser:`cdaman3141`, :ghuser:`DJTOMATO`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`, :ghuser:`kpopdev`, :ghuser:`kevin1015wang`, :ghuser:`Kreusada`, :ghuser:`mellow-org`, :ghuser:`palmtree5`, :ghuser:`sravan1946`, :ghuser:`TrustyJAID`
|
| :ghuser:`aikaterna`, :ghuser:`Ascensionn`, :ghuser:`cswimr`, :ghuser:`Chovin`, :ghuser:`cdaman3141`, :ghuser:`DJTOMATO`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kowlin`, :ghuser:`kpopdev`, :ghuser:`kevin1015wang`, :ghuser:`Kreusada`, :ghuser:`mellow-org`, :ghuser:`palmtree5`, :ghuser:`sravan1946`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -406,7 +543,7 @@ Fixes
|
|||||||
Redbot 3.5.13 (2024-08-27)
|
Redbot 3.5.13 (2024-08-27)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Guyonsteroids`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
| :ghuser:`aikaterna`, :ghuser:`Guyonsteroids`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -439,7 +576,7 @@ Fixes
|
|||||||
Redbot 3.5.12 (2024-08-08)
|
Redbot 3.5.12 (2024-08-08)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`
|
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -465,7 +602,7 @@ Fixes
|
|||||||
Redbot 3.5.11 (2024-08-04)
|
Redbot 3.5.11 (2024-08-04)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`anopem`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`anopem`, :ghuser:`Flame442`, :ghuser:`japandotorg`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -516,7 +653,7 @@ Changes
|
|||||||
Redbot 3.5.10 (2024-07-10)
|
Redbot 3.5.10 (2024-07-10)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`SeaswimmerTheFsh`, :ghuser:`TrustyJAID`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kowlin`, :ghuser:`SeaswimmerTheFsh`, :ghuser:`TrustyJAID`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -604,7 +741,7 @@ Fixes
|
|||||||
Redbot 3.5.9 (2024-04-21)
|
Redbot 3.5.9 (2024-04-21)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`giplgwm`, :ghuser:`Jackenmen`, :ghuser:`Kuro-Rui`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`TrustyJAID`, :ghuser:`Zephyrkul`
|
| :ghuser:`aikaterna`, :ghuser:`giplgwm`, :ghuser:`Jackenmen`, :ghuser:`Kuro-Rui`, :ghuser:`Kowlin`, :ghuser:`palmtree5`, :ghuser:`TrustyJAID`, :ghuser:`Zephyrkul`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -650,7 +787,7 @@ Fixes
|
|||||||
Redbot 3.5.8 (2024-04-01)
|
Redbot 3.5.8 (2024-04-01)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kreusada`, :ghuser:`TrustyJAID`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`Kreusada`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -710,7 +847,7 @@ Additions
|
|||||||
Redbot 3.5.7 (2024-03-24)
|
Redbot 3.5.7 (2024-03-24)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`karlsbjorn`, :ghuser:`Jackenmen`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`karlsbjorn`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
This is a hotfix release fixing a bug with Red's reaction-based menus introduced in the previous release.
|
This is a hotfix release fixing a bug with Red's reaction-based menus introduced in the previous release.
|
||||||
@@ -729,7 +866,7 @@ Fixes
|
|||||||
Redbot 3.5.6 (2024-03-22)
|
Redbot 3.5.6 (2024-03-22)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`BlizzardTheWolf`, :ghuser:`DJTOMATO`, :ghuser:`Dav-Git`, :ghuser:`Flame442`, :ghuser:`goettner`, :ghuser:`Jackenmen`, :ghuser:`Jan200101`, :ghuser:`japandotorg`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`laggron42`, :ghuser:`madebylydia`, :ghuser:`michael-is-qcde`, :ghuser:`scarecr0w12`, :ghuser:`yeetbruises`, :ghuser:`Zephyrkul`
|
| :ghuser:`aikaterna`, :ghuser:`BlizzardTheWolf`, :ghuser:`DJTOMATO`, :ghuser:`Dav-Git`, :ghuser:`Flame442`, :ghuser:`goettner`, :ghuser:`Jackenmen`, :ghuser:`Jan200101`, :ghuser:`japandotorg`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`laggron42`, :ghuser:`madebylydia`, :ghuser:`michael-is-qcde`, :ghuser:`scarecr0w12`, :ghuser:`yeetbruises`, :ghuser:`Zephyrkul`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -829,7 +966,7 @@ Fixes
|
|||||||
Redbot 3.5.5 (2023-09-14)
|
Redbot 3.5.5 (2023-09-14)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`palmtree5`
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`palmtree5`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -862,7 +999,7 @@ Changes
|
|||||||
Redbot 3.5.4 (2023-08-12)
|
Redbot 3.5.4 (2023-08-12)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`laggron42`, :ghuser:`Leo40Git`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`
|
| :ghuser:`aikaterna`, :ghuser:`Jackenmen`, :ghuser:`laggron42`, :ghuser:`Leo40Git`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -900,7 +1037,7 @@ Fixes
|
|||||||
Redbot 3.5.3 (2023-07-24)
|
Redbot 3.5.3 (2023-07-24)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who 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`
|
| :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
|
Read before updating
|
||||||
@@ -979,7 +1116,7 @@ Changes
|
|||||||
Redbot 3.5.2 (2023-05-14)
|
Redbot 3.5.2 (2023-05-14)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`flaree`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`rramboer`, :ghuser:`synrg`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`flaree`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`rramboer`, :ghuser:`synrg`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -1040,7 +1177,7 @@ Fixes
|
|||||||
Redbot 3.5.1 (2023-05-04)
|
Redbot 3.5.1 (2023-05-04)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
| :ghuser:`Flame442`, :ghuser:`Jackenmen`
|
||||||
|
|
||||||
This is a hotfix release fixing documentation issues and a bug with the update notification logic
|
This is a hotfix release fixing documentation issues and a bug with the update notification logic
|
||||||
@@ -1070,7 +1207,7 @@ Fixes
|
|||||||
Redbot 3.5.0 (2023-05-04)
|
Redbot 3.5.0 (2023-05-04)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`AAA3A-AAA3A`, :ghuser:`aikaterna`, :ghuser:`alexratman`, :ghuser:`AntonioNarra`, :ghuser:`Arman0334`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`Honkertonken`, :ghuser:`i-am-zaidali`, :ghuser:`Jackenmen`, :ghuser:`japandotorg`, :ghuser:`karlsbjorn`, :ghuser:`keqking`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Kuro-Rui`, :ghuser:`leetfin`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`, :ghuser:`yuansheng1549`
|
| :ghuser:`AAA3A-AAA3A`, :ghuser:`aikaterna`, :ghuser:`alexratman`, :ghuser:`AntonioNarra`, :ghuser:`Arman0334`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`Honkertonken`, :ghuser:`i-am-zaidali`, :ghuser:`Jackenmen`, :ghuser:`japandotorg`, :ghuser:`karlsbjorn`, :ghuser:`keqking`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Kuro-Rui`, :ghuser:`leetfin`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`, :ghuser:`yuansheng1549`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1318,7 +1455,7 @@ Fixes
|
|||||||
Redbot 3.4.19 (2023-04-20)
|
Redbot 3.4.19 (2023-04-20)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Ankur391`, :ghuser:`BigPeep0doo`, :ghuser:`chasehult`, :ghuser:`Flame442`, :ghuser:`Honkertonken`, :ghuser:`Jackenmen`, :ghuser:`japandotorg`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`leetfin`, :ghuser:`Lioness100`, :ghuser:`ltzmax`, :ghuser:`MHLoppy`, :ghuser:`OofChair`, :ghuser:`Ryan5453`, :ghuser:`SnappyDragon64`, :ghuser:`sravan1946`, :ghuser:`TheThomanski`, :ghuser:`TrustyJAID`, :ghuser:`vertyco`, :ghuser:`Vexed01`, :ghuser:`Visne`
|
| :ghuser:`aikaterna`, :ghuser:`Ankur391`, :ghuser:`BigPeep0doo`, :ghuser:`chasehult`, :ghuser:`Flame442`, :ghuser:`Honkertonken`, :ghuser:`Jackenmen`, :ghuser:`japandotorg`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`leetfin`, :ghuser:`Lioness100`, :ghuser:`ltzmax`, :ghuser:`MHLoppy`, :ghuser:`OofChair`, :ghuser:`Ryan5453`, :ghuser:`SnappyDragon64`, :ghuser:`sravan1946`, :ghuser:`TheThomanski`, :ghuser:`TrustyJAID`, :ghuser:`vertyco`, :ghuser:`Vexed01`, :ghuser:`Visne`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1423,7 +1560,7 @@ Changes
|
|||||||
Redbot 3.4.18 (2022-08-15)
|
Redbot 3.4.18 (2022-08-15)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`RheingoldRiver`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`RheingoldRiver`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1465,7 +1602,7 @@ Changes
|
|||||||
Redbot 3.4.17 (2022-06-07)
|
Redbot 3.4.17 (2022-06-07)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`matcha19`, :ghuser:`mina9999`, :ghuser:`ponte-vecchio`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`, :ghuser:`untir-l`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`ltzmax`, :ghuser:`matcha19`, :ghuser:`mina9999`, :ghuser:`ponte-vecchio`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`, :ghuser:`untir-l`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1561,7 +1698,7 @@ Fixes
|
|||||||
Redbot 3.4.16 (2021-12-31)
|
Redbot 3.4.16 (2021-12-31)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`jack1142`, :ghuser:`PredaaA`
|
| :ghuser:`jack1142`, :ghuser:`PredaaA`
|
||||||
|
|
||||||
This is a hotfix release fixing issues with invite URL API that caused
|
This is a hotfix release fixing issues with invite URL API that caused
|
||||||
@@ -1598,7 +1735,7 @@ Changes
|
|||||||
Redbot 3.4.15 (2021-12-31)
|
Redbot 3.4.15 (2021-12-31)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`Arman0334`, :ghuser:`Crossedfall`, :ghuser:`Dav-Git`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Jan200101`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`laggron42`, :ghuser:`ltzmax`, :ghuser:`Parnassius`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`RasmusWL`, :ghuser:`sravan1946`, :ghuser:`Stonedestroyer`, :ghuser:`the-krak3n`, :ghuser:`Tobotimus`, :ghuser:`vertyco`, :ghuser:`Vexed01`, :ghuser:`WreckRox`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`Arman0334`, :ghuser:`Crossedfall`, :ghuser:`Dav-Git`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Jan200101`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`laggron42`, :ghuser:`ltzmax`, :ghuser:`Parnassius`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`RasmusWL`, :ghuser:`sravan1946`, :ghuser:`Stonedestroyer`, :ghuser:`the-krak3n`, :ghuser:`Tobotimus`, :ghuser:`vertyco`, :ghuser:`Vexed01`, :ghuser:`WreckRox`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1713,7 +1850,7 @@ Fixes
|
|||||||
Redbot 3.4.14 (2021-09-23)
|
Redbot 3.4.14 (2021-09-23)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`L33Tech`, :ghuser:`maxbooiii`, :ghuser:`RheingoldRiver`
|
| :ghuser:`aikaterna`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`L33Tech`, :ghuser:`maxbooiii`, :ghuser:`RheingoldRiver`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1769,7 +1906,7 @@ Fixes
|
|||||||
Redbot 3.4.13 (2021-09-09)
|
Redbot 3.4.13 (2021-09-09)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Arman0334`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`fredster33`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`leblancg`, :ghuser:`maxbooiii`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`qenu`, :ghuser:`TheDataLeek`, :ghuser:`Twentysix26`, :ghuser:`TwinDragon`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`Arman0334`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`fredster33`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`leblancg`, :ghuser:`maxbooiii`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`qenu`, :ghuser:`TheDataLeek`, :ghuser:`Twentysix26`, :ghuser:`TwinDragon`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -1896,7 +2033,7 @@ Fixes
|
|||||||
Redbot 3.4.12 (2021-06-17)
|
Redbot 3.4.12 (2021-06-17)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`npc203`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Stonedestroyer`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Just-Jojo`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`npc203`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Stonedestroyer`
|
||||||
|
|
||||||
This is a hotfix release related to Red ceasing to use the Audio Global API service.
|
This is a hotfix release related to Red ceasing to use the Audio Global API service.
|
||||||
@@ -1941,7 +2078,7 @@ Changes
|
|||||||
Redbot 3.4.11 (2021-06-12)
|
Redbot 3.4.11 (2021-06-12)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Onii-Chan-Discord`
|
| :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Onii-Chan-Discord`
|
||||||
|
|
||||||
This is a hotfix release fixing a crash involving guild uploaded stickers.
|
This is a hotfix release fixing a crash involving guild uploaded stickers.
|
||||||
@@ -1968,7 +2105,7 @@ Fixes
|
|||||||
Redbot 3.4.10 (2021-05-28)
|
Redbot 3.4.10 (2021-05-28)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`benno1237`, :ghuser:`bobloy`, :ghuser:`BoyDownTown`, :ghuser:`Danstr5544`, :ghuser:`DeltaXWizard`, :ghuser:`Drapersniper`, :ghuser:`Fabian-Evolved`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Lifeismana`, :ghuser:`Obi-Wan3`, :ghuser:`OofChair`, :ghuser:`palmtree5`, :ghuser:`plofts`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`benno1237`, :ghuser:`bobloy`, :ghuser:`BoyDownTown`, :ghuser:`Danstr5544`, :ghuser:`DeltaXWizard`, :ghuser:`Drapersniper`, :ghuser:`Fabian-Evolved`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Lifeismana`, :ghuser:`Obi-Wan3`, :ghuser:`OofChair`, :ghuser:`palmtree5`, :ghuser:`plofts`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2107,7 +2244,7 @@ Thanks again to :ghuser:`Rapptz` for quick response on this issue.
|
|||||||
Redbot 3.4.8 (2021-04-06)
|
Redbot 3.4.8 (2021-04-06)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`6days9weeks`, :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`kingslayer268`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Obi-Wan3`, :ghuser:`OofChair`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`rijusougata13`, :ghuser:`TheDiscordHistorian`, :ghuser:`Tobotimus`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`Vexed01`
|
| :ghuser:`6days9weeks`, :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`kingslayer268`, :ghuser:`Kowlin`, :ghuser:`Kreusada`, :ghuser:`Obi-Wan3`, :ghuser:`OofChair`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`rijusougata13`, :ghuser:`TheDiscordHistorian`, :ghuser:`Tobotimus`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2233,7 +2370,7 @@ Fixes
|
|||||||
Redbot 3.4.7 (2021-02-26)
|
Redbot 3.4.7 (2021-02-26)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`elijabesu`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreusada`, :ghuser:`palmtree5`, :ghuser:`TrustyJAID`
|
| :ghuser:`elijabesu`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreusada`, :ghuser:`palmtree5`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -2270,7 +2407,7 @@ Additions
|
|||||||
Redbot 3.4.6 (2021-02-16)
|
Redbot 3.4.6 (2021-02-16)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`Andeeeee`, :ghuser:`bobloy`, :ghuser:`BreezeQS`, :ghuser:`Danstr5544`, :ghuser:`Dav-Git`, :ghuser:`Elysweyr`, :ghuser:`Fabian-Evolved`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreusada`, :ghuser:`leblancg`, :ghuser:`maxbooiii`, :ghuser:`NeuroAssassin`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`siu3334`, :ghuser:`Strafee`, :ghuser:`TheWyn`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`aleclol`, :ghuser:`Andeeeee`, :ghuser:`bobloy`, :ghuser:`BreezeQS`, :ghuser:`Danstr5544`, :ghuser:`Dav-Git`, :ghuser:`Elysweyr`, :ghuser:`Fabian-Evolved`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreusada`, :ghuser:`leblancg`, :ghuser:`maxbooiii`, :ghuser:`NeuroAssassin`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`siu3334`, :ghuser:`Strafee`, :ghuser:`TheWyn`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2410,7 +2547,7 @@ Fixes
|
|||||||
Redbot 3.4.5 (2020-12-24)
|
Redbot 3.4.5 (2020-12-24)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Injabie3`, :ghuser:`NeuroAssassin`
|
| :ghuser:`Injabie3`, :ghuser:`NeuroAssassin`
|
||||||
|
|
||||||
This is a hotfix release fixing an issue with Streams cog failing to load.
|
This is a hotfix release fixing an issue with Streams cog failing to load.
|
||||||
@@ -2428,7 +2565,7 @@ Fixes
|
|||||||
Redbot 3.4.4 (2020-12-24)
|
Redbot 3.4.4 (2020-12-24)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreus7`, :ghuser:`NeuroAssassin`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`siu3334`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`kreus7`, :ghuser:`NeuroAssassin`, :ghuser:`npc203`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`siu3334`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2515,7 +2652,7 @@ Removals
|
|||||||
Redbot 3.4.3 (2020-11-16)
|
Redbot 3.4.3 (2020-11-16)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`KianBral`, :ghuser:`maxbooiii`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`
|
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`KianBral`, :ghuser:`maxbooiii`, :ghuser:`phenom4n4n`, :ghuser:`Predeactor`, :ghuser:`retke`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2578,7 +2715,7 @@ Additions
|
|||||||
Redbot 3.4.2 (2020-10-28)
|
Redbot 3.4.2 (2020-10-28)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`
|
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2625,7 +2762,7 @@ Changes
|
|||||||
Redbot 3.4.1 (2020-10-27)
|
Redbot 3.4.1 (2020-10-27)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`absj30`, :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`chloecormier`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Generaleoley`, :ghuser:`hisztendahl`, :ghuser:`jack1142`, :ghuser:`KaiGucci`, :ghuser:`Kowlin`, :ghuser:`maxbooiii`, :ghuser:`MeatyChunks`, :ghuser:`NeuroAssassin`, :ghuser:`nfitzen`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`PythonTryHard`, :ghuser:`SharkyTheKing`, :ghuser:`Stonedestroyer`, :ghuser:`thisisjvgrace`, :ghuser:`TrustyJAID`, :ghuser:`TurnrDev`, :ghuser:`Vexed01`, :ghuser:`Vuks69`, :ghuser:`xBlynd`, :ghuser:`zephyrkul`
|
| :ghuser:`absj30`, :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`chloecormier`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Generaleoley`, :ghuser:`hisztendahl`, :ghuser:`jack1142`, :ghuser:`KaiGucci`, :ghuser:`Kowlin`, :ghuser:`maxbooiii`, :ghuser:`MeatyChunks`, :ghuser:`NeuroAssassin`, :ghuser:`nfitzen`, :ghuser:`palmtree5`, :ghuser:`phenom4n4n`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`PythonTryHard`, :ghuser:`SharkyTheKing`, :ghuser:`Stonedestroyer`, :ghuser:`thisisjvgrace`, :ghuser:`TrustyJAID`, :ghuser:`TurnrDev`, :ghuser:`Vexed01`, :ghuser:`Vuks69`, :ghuser:`xBlynd`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2799,7 +2936,7 @@ Changes
|
|||||||
Redbot 3.4.0 (2020-08-17)
|
Redbot 3.4.0 (2020-08-17)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Dav-Git`, :ghuser:`DevilXD`, :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`kablekompany`, :ghuser:`Kowlin`, :ghuser:`maxbooiii`, :ghuser:`MeatyChunks`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`SharkyTheKing`, :ghuser:`thisisjvgrace`, :ghuser:`Tinonb`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
|
| :ghuser:`Dav-Git`, :ghuser:`DevilXD`, :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`kablekompany`, :ghuser:`Kowlin`, :ghuser:`maxbooiii`, :ghuser:`MeatyChunks`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`retke`, :ghuser:`SharkyTheKing`, :ghuser:`thisisjvgrace`, :ghuser:`Tinonb`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -2949,7 +3086,7 @@ Removals
|
|||||||
Redbot 3.3.12 (2020-08-18)
|
Redbot 3.3.12 (2020-08-18)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Dav-Git`, :ghuser:`douglas-cpp`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MeatyChunks`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
|
| :ghuser:`Dav-Git`, :ghuser:`douglas-cpp`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MeatyChunks`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -2981,7 +3118,7 @@ Changes
|
|||||||
Redbot 3.3.11 (2020-08-10)
|
Redbot 3.3.11 (2020-08-10)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`Flame`, :ghuser:`jack1142`, :ghuser:`MeatyChunks`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
| :ghuser:`douglas-cpp`, :ghuser:`Drapersniper`, :ghuser:`Flame`, :ghuser:`jack1142`, :ghuser:`MeatyChunks`, :ghuser:`Vexed01`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3009,7 +3146,7 @@ Fixes
|
|||||||
Redbot 3.3.10 (2020-07-09)
|
Redbot 3.3.10 (2020-07-09)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`mikeshardmind`, :ghuser:`MiniJennJenn`, :ghuser:`NeuroAssassin`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Injabie3`, :ghuser:`jack1142`, :ghuser:`mikeshardmind`, :ghuser:`MiniJennJenn`, :ghuser:`NeuroAssassin`, :ghuser:`thisisjvgrace`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3095,7 +3232,7 @@ Fixes
|
|||||||
Redbot 3.3.9 (2020-06-12)
|
Redbot 3.3.9 (2020-06-12)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`Predeactor`, :ghuser:`Vexed01`
|
| :ghuser:`aikaterna`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`Predeactor`, :ghuser:`Vexed01`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -3183,7 +3320,7 @@ Changes
|
|||||||
Redbot 3.3.8 (2020-05-29)
|
Redbot 3.3.8 (2020-05-29)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Bakersbakebread`, :ghuser:`DariusStClair`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`qaisjp`, :ghuser:`Tobotimus`
|
| :ghuser:`aikaterna`, :ghuser:`Bakersbakebread`, :ghuser:`DariusStClair`, :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Predeactor`, :ghuser:`qaisjp`, :ghuser:`Tobotimus`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3277,7 +3414,7 @@ This is a hotfix release fixing issue with generating messages for new cases in
|
|||||||
Redbot 3.3.6 (2020-04-27)
|
Redbot 3.3.6 (2020-04-27)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MiniJennJenn`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`Drapersniper`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`MiniJennJenn`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`TrustyJAID`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3357,7 +3494,7 @@ Changes
|
|||||||
Redbot 3.3.5 (2020-04-09)
|
Redbot 3.3.5 (2020-04-09)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`jack1142`, :ghuser:`Kowlin`
|
| :ghuser:`jack1142`, :ghuser:`Kowlin`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3378,7 +3515,7 @@ Fixes
|
|||||||
Redbot 3.3.4 (2020-04-05)
|
Redbot 3.3.4 (2020-04-05)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`jack1142`, :ghuser:`kennnyshiwa`
|
| :ghuser:`jack1142`, :ghuser:`kennnyshiwa`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3423,7 +3560,7 @@ Changes
|
|||||||
Redbot 3.3.3 (2020-03-28)
|
Redbot 3.3.3 (2020-03-28)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`AnonGuy`, :ghuser:`Dav-Git`, :ghuser:`FancyJesse`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`TrustyJAID`
|
| :ghuser:`AnonGuy`, :ghuser:`Dav-Git`, :ghuser:`FancyJesse`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3516,7 +3653,7 @@ Fixes
|
|||||||
Redbot 3.3.2 (2020-02-28)
|
Redbot 3.3.2 (2020-02-28)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`chasehult`, :ghuser:`Dav-Git`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Hedlund01`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`trundler-dev`, :ghuser:`TrustyJAID`, :ghuser:`zephyrkul`
|
| :ghuser:`aikaterna`, :ghuser:`chasehult`, :ghuser:`Dav-Git`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`Hedlund01`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Stonedestroyer`, :ghuser:`trundler-dev`, :ghuser:`TrustyJAID`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3615,7 +3752,7 @@ Changes
|
|||||||
Redbot 3.3.1 (2020-02-05)
|
Redbot 3.3.1 (2020-02-05)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`flyingmongoose`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`palmtree5`, :ghuser:`PredaaA`
|
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`flyingmongoose`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`palmtree5`, :ghuser:`PredaaA`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3668,7 +3805,7 @@ Changes
|
|||||||
Redbot 3.3.0 (2020-01-26)
|
Redbot 3.3.0 (2020-01-26)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`DevilXD`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`Stonedestroyer`, :ghuser:`zephyrkul`
|
| :ghuser:`DevilXD`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`Stonedestroyer`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3745,7 +3882,7 @@ Fixes
|
|||||||
Redbot 3.2.3 (2020-01-17)
|
Redbot 3.2.3 (2020-01-17)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`Redjumpman`, :ghuser:`Stonedestroyer`, :ghuser:`TrustyJAID`
|
| :ghuser:`Dav-Git`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`Redjumpman`, :ghuser:`Stonedestroyer`, :ghuser:`TrustyJAID`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3845,7 +3982,7 @@ Fixes
|
|||||||
Redbot 3.2.1 (2020-01-10)
|
Redbot 3.2.1 (2020-01-10)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`mikeshardmind`, :ghuser:`palmtree5`
|
| :ghuser:`mikeshardmind`, :ghuser:`palmtree5`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -3867,7 +4004,7 @@ Fixes
|
|||||||
Redbot 3.2.0 (2020-01-09)
|
Redbot 3.2.0 (2020-01-09)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Aurorum`, :ghuser:`Bakersbakebread`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`DJtheRedstoner`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`jerbob`, :ghuser:`jonasbohmann`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`RealFriesi`, :ghuser:`retke`, :ghuser:`Tobotimus`, :ghuser:`Vexed01`, :ghuser:`wereii`, :ghuser:`yamikaitou`, :ghuser:`ZeLarpMaster`, :ghuser:`zephyrkul`
|
| :ghuser:`aikaterna`, :ghuser:`Aurorum`, :ghuser:`Bakersbakebread`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`DJtheRedstoner`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`flaree`, :ghuser:`Ianardo-DiCaprio`, :ghuser:`jack1142`, :ghuser:`jerbob`, :ghuser:`jonasbohmann`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`RealFriesi`, :ghuser:`retke`, :ghuser:`Tobotimus`, :ghuser:`Vexed01`, :ghuser:`wereii`, :ghuser:`yamikaitou`, :ghuser:`ZeLarpMaster`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
Read before updating
|
Read before updating
|
||||||
@@ -4272,7 +4409,7 @@ This was caused by Discord API changes.
|
|||||||
Redbot 3.1.7 (2019-11-05)
|
Redbot 3.1.7 (2019-11-05)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`mikeshardmind`
|
| :ghuser:`aikaterna`, :ghuser:`mikeshardmind`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -4315,7 +4452,7 @@ This is a hotfix release fixing issues with broken custom commands and modlog ca
|
|||||||
Redbot 3.1.3 (2019-07-14)
|
Redbot 3.1.3 (2019-07-14)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`Bakersbakebread`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`lizzyd710`, :ghuser:`MeatyChunks`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Tobotimus`, :ghuser:`yamikaitou`
|
| :ghuser:`aikaterna`, :ghuser:`Bakersbakebread`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`Drapersniper`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`lizzyd710`, :ghuser:`MeatyChunks`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Tobotimus`, :ghuser:`yamikaitou`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -4402,7 +4539,7 @@ Fixes
|
|||||||
Redbot 3.1.2 (2019-05-31)
|
Redbot 3.1.2 (2019-05-31)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`bren0xa`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Stonedestroyer`, :ghuser:`Tobotimus`, :ghuser:`yamikaitou`, :ghuser:`zephyrkul`
|
| :ghuser:`bren0xa`, :ghuser:`DevilXD`, :ghuser:`DiscordLiz`, :ghuser:`fixator10`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`Kowlin`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Stonedestroyer`, :ghuser:`Tobotimus`, :ghuser:`yamikaitou`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -4483,7 +4620,7 @@ This is a hotfix release fixing issues related to fuzzy command search that were
|
|||||||
Redbot 3.1.0 (2019-05-15)
|
Redbot 3.1.0 (2019-05-15)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`calebj`, :ghuser:`DiscordLiz`, :ghuser:`EgonSpengler`, :ghuser:`entchen66`, :ghuser:`FixedThink`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`lionirdeadman`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`NIXC`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Seputaes`, :ghuser:`Sitryk`, :ghuser:`tekulvw`, :ghuser:`Tobotimus`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`zephyrkul`
|
| :ghuser:`aikaterna`, :ghuser:`bobloy`, :ghuser:`calebj`, :ghuser:`DiscordLiz`, :ghuser:`EgonSpengler`, :ghuser:`entchen66`, :ghuser:`FixedThink`, :ghuser:`Flame442`, :ghuser:`jack1142`, :ghuser:`kennnyshiwa`, :ghuser:`Kowlin`, :ghuser:`lionirdeadman`, :ghuser:`mikeshardmind`, :ghuser:`NeuroAssassin`, :ghuser:`NIXC`, :ghuser:`palmtree5`, :ghuser:`PredaaA`, :ghuser:`retke`, :ghuser:`Seputaes`, :ghuser:`Sitryk`, :ghuser:`tekulvw`, :ghuser:`Tobotimus`, :ghuser:`TrustyJAID`, :ghuser:`Twentysix26`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -4593,7 +4730,7 @@ Fixes
|
|||||||
Redbot 3.0.2 (2019-02-24)
|
Redbot 3.0.2 (2019-02-24)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`Tobotimus`, :ghuser:`ZeLarpMaster`
|
| :ghuser:`Tobotimus`, :ghuser:`ZeLarpMaster`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
@@ -4610,7 +4747,7 @@ Fixes
|
|||||||
Redbot 3.0.1 (2019-02-17)
|
Redbot 3.0.1 (2019-02-17)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
| Thanks to all these amazing people that contributed to this release:
|
| Thanks to all these amazing people who contributed to this release:
|
||||||
| :ghuser:`calebj`, :ghuser:`DiscordLiz`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Redjumpman`, :ghuser:`Tobotimus`, :ghuser:`Twentysix26`, :ghuser:`ZeLarpMaster`, :ghuser:`zephyrkul`
|
| :ghuser:`calebj`, :ghuser:`DiscordLiz`, :ghuser:`mikeshardmind`, :ghuser:`PredaaA`, :ghuser:`Redjumpman`, :ghuser:`Tobotimus`, :ghuser:`Twentysix26`, :ghuser:`ZeLarpMaster`, :ghuser:`zephyrkul`
|
||||||
|
|
||||||
End-user changelog
|
End-user changelog
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 16 KiB |
BIN
docs/.resources/bot-guide/discord_installation_options.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
docs/.resources/bot-guide/discord_installation_tab.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 50 KiB |
154
docs/_ext/prompt_builder.py
Normal file
@@ -0,0 +1,154 @@
|
|||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
import json
|
||||||
|
import os
|
||||||
|
from typing import Any, Dict, List, Set
|
||||||
|
|
||||||
|
from docutils import nodes
|
||||||
|
from docutils.io import StringOutput
|
||||||
|
from docutils.nodes import Element
|
||||||
|
|
||||||
|
from sphinx.application import Sphinx
|
||||||
|
from sphinx.builders.text import TextBuilder
|
||||||
|
from sphinx.writers.text import TextWriter
|
||||||
|
from sphinx.util import logging
|
||||||
|
from sphinx.util.docutils import SphinxTranslator
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class PromptTranslator(SphinxTranslator):
|
||||||
|
builder: PromptBuilder
|
||||||
|
|
||||||
|
def __init__(self, document: nodes.document, builder: PromptBuilder) -> None:
|
||||||
|
super().__init__(document, builder)
|
||||||
|
self.body = ""
|
||||||
|
self.prompts: List[Dict[str, str]] = []
|
||||||
|
|
||||||
|
def visit_document(self, node: Element) -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
def depart_document(self, node: Element) -> None:
|
||||||
|
if not self.prompts:
|
||||||
|
self.body = ""
|
||||||
|
return
|
||||||
|
if self.builder.out_suffix.endswith(".json"):
|
||||||
|
self.body = json.dumps(self.prompts, indent=4)
|
||||||
|
else:
|
||||||
|
self.body = "\n".join(prompt["content"] for prompt in self.prompts)
|
||||||
|
|
||||||
|
def unknown_visit(self, node: Element) -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
def unknown_departure(self, node: Element) -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
def visit_prompt(self, node: Element) -> None:
|
||||||
|
self.prompts.append(
|
||||||
|
{
|
||||||
|
"language": node.attributes["language"],
|
||||||
|
"prompts": node.attributes["prompts"],
|
||||||
|
"modifiers": node.attributes["modifiers"],
|
||||||
|
"rawsource": node.rawsource,
|
||||||
|
"content": node.children[0],
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class PromptWriter(TextWriter):
|
||||||
|
def translate(self) -> None:
|
||||||
|
visitor = self.builder.create_translator(self.document, self.builder)
|
||||||
|
self.document.walkabout(visitor)
|
||||||
|
self.output = visitor.body
|
||||||
|
|
||||||
|
|
||||||
|
class prompt(nodes.literal_block):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class PromptBuilder(TextBuilder):
|
||||||
|
"""Extract prompts from documents."""
|
||||||
|
|
||||||
|
format = "json"
|
||||||
|
epilog = "The files with prompts are in %(outdir)s."
|
||||||
|
|
||||||
|
out_suffix = ".json"
|
||||||
|
default_translator_class = PromptTranslator
|
||||||
|
writer: PromptWriter
|
||||||
|
|
||||||
|
def init(self) -> None:
|
||||||
|
sphinx_prompt = __import__("sphinx-prompt")
|
||||||
|
|
||||||
|
def run(self) -> List[prompt]:
|
||||||
|
self.assert_has_content()
|
||||||
|
rawsource = "\n".join(self.content)
|
||||||
|
language = self.options.get("language") or "text"
|
||||||
|
prompts = [
|
||||||
|
p
|
||||||
|
for p in (
|
||||||
|
self.options.get("prompts") or sphinx_prompt.PROMPTS.get(language, "")
|
||||||
|
).split(",")
|
||||||
|
if p
|
||||||
|
]
|
||||||
|
modifiers = [
|
||||||
|
modifier for modifier in self.options.get("modifiers", "").split(",") if modifier
|
||||||
|
]
|
||||||
|
content = rawsource
|
||||||
|
if "auto" in modifiers:
|
||||||
|
parts = []
|
||||||
|
for line in self.content:
|
||||||
|
for p in prompts:
|
||||||
|
if line.startswith(p):
|
||||||
|
line = line[len(p) + 1 :].rstrip()
|
||||||
|
parts.append(line)
|
||||||
|
content = "\n".join(parts)
|
||||||
|
node = prompt(
|
||||||
|
rawsource,
|
||||||
|
content,
|
||||||
|
directive_content=self.content,
|
||||||
|
language=language,
|
||||||
|
prompts=self.options.get("prompts") or sphinx_prompt.PROMPTS.get(language, ""),
|
||||||
|
modifiers=modifiers,
|
||||||
|
)
|
||||||
|
return [node]
|
||||||
|
|
||||||
|
sphinx_prompt.PromptDirective.run = run
|
||||||
|
|
||||||
|
def prepare_writing(self, docnames: Set[str]) -> None:
|
||||||
|
del docnames
|
||||||
|
self.writer = PromptWriter(self)
|
||||||
|
|
||||||
|
def write_doc(self, docname: str, doctree: nodes.document) -> None:
|
||||||
|
self.writer.write(doctree, StringOutput(encoding="utf-8"))
|
||||||
|
if not self.writer.output:
|
||||||
|
# don't write empty files
|
||||||
|
return
|
||||||
|
|
||||||
|
filename = os.path.join(self.outdir, docname.replace("/", os.path.sep) + self.out_suffix)
|
||||||
|
os.makedirs(os.path.dirname(filename), exist_ok=True)
|
||||||
|
try:
|
||||||
|
with open(filename, "w", encoding="utf-8") as f:
|
||||||
|
f.write(self.writer.output)
|
||||||
|
except OSError as err:
|
||||||
|
logger.warning("error writing file %s: %s", filename, err)
|
||||||
|
|
||||||
|
|
||||||
|
class JsonPromptBuilder(PromptBuilder):
|
||||||
|
name = "jsonprompt"
|
||||||
|
out_suffix = ".json"
|
||||||
|
|
||||||
|
|
||||||
|
class TextPromptBuilder(PromptBuilder):
|
||||||
|
name = "textprompt"
|
||||||
|
out_suffix = ".txt"
|
||||||
|
|
||||||
|
|
||||||
|
def setup(app: Sphinx) -> Dict[str, Any]:
|
||||||
|
app.add_builder(JsonPromptBuilder)
|
||||||
|
app.add_builder(TextPromptBuilder)
|
||||||
|
|
||||||
|
return {
|
||||||
|
"version": "1.0",
|
||||||
|
"parallel_read_safe": True,
|
||||||
|
"parallel_write_safe": True,
|
||||||
|
}
|
||||||
35
docs/backup_red.rst
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
.. _backup-red:
|
||||||
|
|
||||||
|
============================
|
||||||
|
Backing Up and Restoring Red
|
||||||
|
============================
|
||||||
|
|
||||||
|
Red can be backed up and restored to any device as long as it is a supported operating system. See page: :ref:`end-user-guarantees`.
|
||||||
|
|
||||||
|
Backup steps are to be done in order and carefully to avoid any issues.
|
||||||
|
|
||||||
|
#. Take note of the installed cogs with ``[p]cogs``; and cog repositories with ``[p]load downloader``, then ``[p]repo list`` (``[p]`` is your bot's prefix).
|
||||||
|
#. Stop the bot, ideally with ``[p]shutdown``.
|
||||||
|
#. Activate your venv, and run ``redbot-setup backup <instancename>``, replacing ``<instancename>`` with the name of your instance.
|
||||||
|
#. Copy your backup file to the new machine/location.
|
||||||
|
#. Extract the file to a location of your choice (remember the full path and make sure that the user you are going to install/run Red under can access this path).
|
||||||
|
#. :ref:`Install Red <install-guides>` as normal on the new machine/location.
|
||||||
|
#. Run ``redbot-setup`` in your venv to create a new instance, using the path you remembered above as your data path.
|
||||||
|
#. Start your new instance.
|
||||||
|
#. Re-add the cog repositories using the same names as before.
|
||||||
|
#. Do ``[p]cog update``.
|
||||||
|
#. Re-add any cogs that were not re-installed (you may have to uninstall them first as Downloader may think they are still installed).
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The config (data) from cogs has been saved, but not the code itself.
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
|
||||||
|
You can fix permissions (if needed) on your directory using:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
sudo chown -R <user>:<user> ~/.local
|
||||||
|
|
||||||
|
Replace ``<user>`` with your actual username.
|
||||||
@@ -21,25 +21,34 @@ Creating a Bot account is a pretty straightforward process.
|
|||||||
.. image:: /.resources/bot-guide/discord_create_app_button.png
|
.. image:: /.resources/bot-guide/discord_create_app_button.png
|
||||||
:alt: The new application button.
|
:alt: The new application button.
|
||||||
|
|
||||||
4. Give the application a name and click "Create".
|
4. Give the application a name, check the box to accept the Terms of Service, and click "Create".
|
||||||
|
|
||||||
.. image:: /.resources/bot-guide/discord_create_app_form.png
|
.. image:: /.resources/bot-guide/discord_create_app_form.png
|
||||||
:alt: The new application form filled in.
|
:alt: The new application form filled in.
|
||||||
|
|
||||||
5. Create a Bot User by navigating to the "Bot" tab and clicking "Add Bot".
|
5. Navigate to the "Install" tab on the left side of the screen.
|
||||||
|
|
||||||
- Click "Yes, do it!" to continue.
|
.. image:: /.resources/bot-guide/discord_installation_tab.png
|
||||||
|
:alt: The installation tab in the application page.
|
||||||
|
|
||||||
.. image:: /.resources/bot-guide/discord_create_bot_user.png
|
6. Uncheck "User Install" and set "Install Link" to "None"
|
||||||
:alt: The Add Bot button.
|
|
||||||
6. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to).
|
.. image:: /.resources/bot-guide/discord_installation_options.png
|
||||||
|
:alt: How the Installation options should look like for most people.
|
||||||
|
|
||||||
|
7. Navigate to the "Bot" tab on the left side of the screen.
|
||||||
|
|
||||||
|
.. image:: /.resources/bot-guide/discord_bot_tab.png
|
||||||
|
:alt: The bot tab in the application page.
|
||||||
|
|
||||||
|
8. If you want others to be able to invite your bot tick the **Public Bot**. Keeping it unticked will prevent others from inviting your bot to their servers and only you will be able to add the bot to servers (provided that you have needed permissions in the server you want to add the bot to).
|
||||||
|
|
||||||
- Make sure **Require OAuth2 Code Grant** is unchecked.
|
- Make sure **Require OAuth2 Code Grant** is unchecked.
|
||||||
|
|
||||||
.. image:: /.resources/bot-guide/discord_bot_user_options.png
|
.. image:: /.resources/bot-guide/discord_bot_user_options.png
|
||||||
:alt: How the Bot User options should look like for most people.
|
:alt: How the Bot User options should look like for most people.
|
||||||
|
|
||||||
7. Copy the token using the "Copy" button.
|
9. Acquire the token using the "Reset Token" button, then "Copy" after it is revealed.
|
||||||
|
|
||||||
- **This is not the Client Secret at the General Information page**
|
- **This is not the Client Secret at the General Information page**
|
||||||
|
|
||||||
|
|||||||
@@ -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 17 or 11 for Lavalink to run". How can I fix this?**
|
**Q: My terminal is saying that I "must install Java 21 or 17 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 17 or 11 is required, and can be installed from
|
Java installed at all. As the error states, Java 21 or 17 is required, and can be installed from
|
||||||
`here <https://adoptium.net/temurin/releases/?version=17>`__.
|
`here <https://adoptium.net/temurin/releases/?version=21>`__.
|
||||||
|
|
||||||
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.
|
If you have Java 21 or 17 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_17_or_11_executable>``, to make Audio launch Lavalink with a
|
Use ``[p]llset java <path_to_java_21_or_17_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 17 or 11 install**.
|
in your **Java 21 or 17 install**.
|
||||||
|
|
||||||
Alternatively, update your PATH settings so that Java 17 or 11 is the one used by ``java``. However,
|
Alternatively, update your PATH settings so that Java 21 or 17 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:
|
||||||
@@ -550,7 +550,7 @@ uses OpenJDK 17 in the managed Lavalink configuration. It can be installed by ru
|
|||||||
|
|
||||||
sudo apt install openjdk-17-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 17 and higher. Azul
|
||||||
Zulu builds are suggested, see `here <https://github.com/lavalink-devs/Lavalink/#requirements>`__ for more information.
|
Zulu builds are suggested, see `here <https://github.com/lavalink-devs/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 versions are Java 17 and 11.
|
The current supported versions are Java 21 or 17.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
|
|||||||
@@ -1829,7 +1829,10 @@ Commands to add servers or channels to the ignore list.
|
|||||||
|
|
||||||
The ignore list will prevent the bot from responding to commands in the configured locations.
|
The ignore list will prevent the bot from responding to commands in the configured locations.
|
||||||
|
|
||||||
.. Note:: Owners and Admins override the ignore list.
|
.. Note::
|
||||||
|
|
||||||
|
- Category ignores are ignored by user-installed commands
|
||||||
|
- Owners and Admins override the ignore list.
|
||||||
|
|
||||||
|
|
||||||
.. _core-command-ignore-channel:
|
.. _core-command-ignore-channel:
|
||||||
@@ -1850,7 +1853,10 @@ Ignore commands in the channel, thread, or category.
|
|||||||
|
|
||||||
Defaults to the current thread or channel.
|
Defaults to the current thread or channel.
|
||||||
|
|
||||||
.. Note:: Owners, Admins, and those with Manage Channel permissions override ignored channels.
|
.. Note::
|
||||||
|
|
||||||
|
- Category ignores are ignored by user-installed commands
|
||||||
|
- Owners and Admins override the ignore list.
|
||||||
|
|
||||||
|
|
||||||
**Examples:**
|
**Examples:**
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ warningset showmoderator
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Decide whether the name of the moderator warning a user should be included in the DM to that user.
|
Decide whether the name of the moderator warning a user should be included in the DM to that user when being warned or self requesting their warnings.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
@@ -337,6 +337,26 @@ Set the channel where warnings should be sent to.
|
|||||||
|
|
||||||
* ``[channel]``: |channel-input| Leave empty to use the channel ``[p]warn`` command was called in.
|
* ``[channel]``: |channel-input| Leave empty to use the channel ``[p]warn`` command was called in.
|
||||||
|
|
||||||
|
.. _warnings-command-warningset-mywarnings-sendtodms:
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""
|
||||||
|
warningset mywarnings sendtodms
|
||||||
|
"""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
|
**Syntax**
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
[p]warningset mywarnings sendtodms <true_or_false>
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
|
||||||
|
Whether a member self requesting their warnings with ``[p]mywarnings`` should get them sent to DMs or in the current channel.
|
||||||
|
|
||||||
|
**Arguments**
|
||||||
|
|
||||||
|
* ``<true_or_false>``: |bool-input|
|
||||||
|
|
||||||
.. _warnings-command-warnreason:
|
.. _warnings-command-warnreason:
|
||||||
|
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ extensions = [
|
|||||||
"sphinxcontrib_trio",
|
"sphinxcontrib_trio",
|
||||||
"sphinx-prompt",
|
"sphinx-prompt",
|
||||||
"deprecated_removed",
|
"deprecated_removed",
|
||||||
|
"prompt_builder",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|||||||
@@ -32,12 +32,11 @@ First, we would like to make something clear:
|
|||||||
Hosting on a VPS or Dedicated Server
|
Hosting on a VPS or Dedicated Server
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
| You can host Red in a VPS running Linux or Windows. Using a Linux VPS is the
|
| You can host Red on a VPS running Linux or Windows. Using a Linux VPS is the
|
||||||
recommended option. Dedicated servers also work but are overpowered and cost
|
recommended option. Dedicated servers also work but are overpowered and cost
|
||||||
ineffective unless one plans to run a very large bot or use their server for
|
ineffective unless one plans to run a very large bot or use their server for
|
||||||
more than just hosting Red. If you have already created an instance, Red can be moved to a different
|
more than just hosting Red. If you have already created an instance, Red can be moved to a different
|
||||||
server for hosting with a backup/restore process. More information and guidance
|
server for hosting using the :doc:`backup/restore process </backup_red>`.
|
||||||
about this process is available in the `Red Support Server <https://discord.com/invite/red>`_.
|
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Please be aware that a Linux server is controlled through a command line.
|
Please be aware that a Linux server is controlled through a command line.
|
||||||
@@ -87,7 +86,7 @@ Average Providers
|
|||||||
| `OVH <https://us.ovhcloud.com/vps/>`_ is a company focused on providing hosting
|
| `OVH <https://us.ovhcloud.com/vps/>`_ is a company focused on providing hosting
|
||||||
and cloud services with locations in Europe, North America and Asia Pacific.
|
and cloud services with locations in Europe, North America and Asia Pacific.
|
||||||
|
|
||||||
| `Time4VPS <https://www.time4vps.eu/>`_ is a Lithuanian VPS provider mainly focused
|
| `Time4VPS <https://www.time4vps.com/>`_ is a Lithuanian VPS provider mainly focused
|
||||||
on lower cost.
|
on lower cost.
|
||||||
|
|
||||||
| `GalaxyGate <https://galaxygate.net/>`_ is a VPS and dedicated server provider
|
| `GalaxyGate <https://galaxygate.net/>`_ is a VPS and dedicated server provider
|
||||||
@@ -114,7 +113,7 @@ Average Providers
|
|||||||
| `LowEndBox <http://lowendbox.com/>`_ is a website where hosting providers are
|
| `LowEndBox <http://lowendbox.com/>`_ is a website where hosting providers are
|
||||||
discussed and curated, often with lower costs and less known providers.
|
discussed and curated, often with lower costs and less known providers.
|
||||||
|
|
||||||
| `AlphaVps <https://alphavps.com>`_ is a Bulgaria VPS and dedicated server provider
|
| `AlphaVps <https://alphavps.com>`_ is a Bulgarian VPS and dedicated server provider
|
||||||
with locations in Los Angeles, New York, England, Germany and Bulgaria.
|
with locations in Los Angeles, New York, England, Germany and Bulgaria.
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Welcome to Red - Discord Bot's documentation!
|
|||||||
install_guides/index
|
install_guides/index
|
||||||
bot_application_guide
|
bot_application_guide
|
||||||
update_red
|
update_red
|
||||||
|
backup_red
|
||||||
about_venv
|
about_venv
|
||||||
autostart_windows
|
autostart_windows
|
||||||
autostart_mac
|
autostart_mac
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ To install without additional config backend support:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
:prompts: (redenv) $
|
:prompts: (redenv) $
|
||||||
|
:modifiers: red-install-guide-install-normal
|
||||||
|
|
||||||
python -m pip install -U pip wheel
|
python -m pip install -U pip wheel
|
||||||
python -m pip install -U Red-DiscordBot
|
python -m pip install -U Red-DiscordBot
|
||||||
@@ -16,6 +17,7 @@ Or, to install with PostgreSQL support:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
:prompts: (redenv) $
|
:prompts: (redenv) $
|
||||||
|
:modifiers: red-install-guide-install-postgres
|
||||||
|
|
||||||
python -m pip install -U pip wheel
|
python -m pip install -U pip wheel
|
||||||
python -m pip install -U "Red-DiscordBot[postgres]"
|
python -m pip install -U "Red-DiscordBot[postgres]"
|
||||||
@@ -29,6 +31,7 @@ After installation, set up your instance with the following command:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
:prompts: (redenv) $
|
:prompts: (redenv) $
|
||||||
|
:modifiers: red-install-guide-setup
|
||||||
|
|
||||||
redbot-setup
|
redbot-setup
|
||||||
|
|
||||||
@@ -40,6 +43,7 @@ Once done setting up the instance, run the following command to run Red:
|
|||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
:prompts: (redenv) $
|
:prompts: (redenv) $
|
||||||
|
:modifiers: red-install-guide-run
|
||||||
|
|
||||||
redbot <your instance name>
|
redbot <your instance name>
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
For safety reasons, DO NOT install Red with a root user. If you are unsure how to create
|
For safety reasons, DO NOT install Red with a root user. If you are unsure how to create
|
||||||
a new user on Linux, see `DigitalOcean's tutorial: How To Create a New Sudo-enabled User
|
a new user on Linux, see `DigitalOcean's tutorial: How To Create a New Sudo-enabled User
|
||||||
<https://www.digitalocean.com/community/tutorials/how-to-create-a-new-sudo-enabled-user-on-ubuntu-20-04-quickstart>`_.
|
<https://www.digitalocean.com/community/tutorials/how-to-create-a-new-sudo-enabled-user-on-ubuntu>`_.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Installing Red on Fedora Linux
|
|||||||
Installing the pre-requirements
|
Installing the pre-requirements
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
Fedora Linux 41 and above has all required packages available in official repositories. Install
|
Fedora Linux 42 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ we recommend **Ubuntu 24.04 LTS**.
|
|||||||
opensuse-tumbleweed
|
opensuse-tumbleweed
|
||||||
oracle-linux-8
|
oracle-linux-8
|
||||||
oracle-linux-9
|
oracle-linux-9
|
||||||
raspberry-pi-os-11
|
|
||||||
raspberry-pi-os-12
|
raspberry-pi-os-12
|
||||||
rhel-8
|
rhel-8
|
||||||
rhel-9
|
rhel-9
|
||||||
|
|||||||
@@ -1,44 +0,0 @@
|
|||||||
.. _install-raspberry-pi-os-11:
|
|
||||||
|
|
||||||
======================================================
|
|
||||||
Installing Red on Raspberry Pi OS (Legacy) 11 Bullseye
|
|
||||||
======================================================
|
|
||||||
|
|
||||||
.. include:: _includes/supported-arch-aarch64+armv7l.rst
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
While we do provide support and install instructions for running Red
|
|
||||||
on Raspberry Pi OS (Legacy) 11 Bullseye, we highly recommend installing/upgrading to
|
|
||||||
the new version - Raspberry Pi OS 12 Bookworm.
|
|
||||||
|
|
||||||
If you're not sure what version you are using,
|
|
||||||
you can check your version of Raspberry Pi OS by running:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
lsb_release -a
|
|
||||||
|
|
||||||
If you're running Bookworm already, read `install-raspberry-pi-os-12` document instead.
|
|
||||||
|
|
||||||
If you're using Bullseye, please consider performing a clean install of Bookworm if possible.
|
|
||||||
|
|
||||||
.. include:: _includes/linux-preamble.rst
|
|
||||||
|
|
||||||
-------------------------------
|
|
||||||
Installing the pre-requirements
|
|
||||||
-------------------------------
|
|
||||||
|
|
||||||
Raspberry Pi OS "Bullseye" has all required packages available in official repositories. Install them
|
|
||||||
with apt:
|
|
||||||
|
|
||||||
.. prompt:: bash
|
|
||||||
|
|
||||||
sudo apt update
|
|
||||||
sudo apt -y install python3 python3-dev python3-venv git openjdk-17-jre-headless build-essential nano
|
|
||||||
|
|
||||||
.. Include common instructions:
|
|
||||||
|
|
||||||
.. include:: _includes/create-env-with-venv3.9.rst
|
|
||||||
|
|
||||||
.. include:: _includes/install-and-setup-red-unix.rst
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
.. _install-raspberry-pi-os-12:
|
.. _install-raspberry-pi-os-12:
|
||||||
|
|
||||||
=============================================
|
======================================================
|
||||||
Installing Red on Raspberry Pi OS 12 Bookworm
|
Installing Red on Raspberry Pi OS (Legacy) 12 Bookworm
|
||||||
=============================================
|
======================================================
|
||||||
|
|
||||||
.. include:: _includes/supported-arch-aarch64+armv7l.rst
|
.. include:: _includes/supported-arch-aarch64+armv7l.rst
|
||||||
|
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ Run **one** of the following set of commands, depending on what extras you want
|
|||||||
|
|
||||||
.. prompt:: batch
|
.. prompt:: batch
|
||||||
:prompts: (redenv) C:\\>
|
:prompts: (redenv) C:\\>
|
||||||
|
:modifiers: red-install-guide-install-normal
|
||||||
|
|
||||||
python -m pip install -U pip wheel
|
python -m pip install -U pip wheel
|
||||||
python -m pip install -U Red-DiscordBot
|
python -m pip install -U Red-DiscordBot
|
||||||
@@ -141,6 +142,7 @@ Run **one** of the following set of commands, depending on what extras you want
|
|||||||
|
|
||||||
.. prompt:: batch
|
.. prompt:: batch
|
||||||
:prompts: (redenv) C:\\>
|
:prompts: (redenv) C:\\>
|
||||||
|
:modifiers: red-install-guide-install-postgres
|
||||||
|
|
||||||
python -m pip install -U pip wheel
|
python -m pip install -U pip wheel
|
||||||
python -m pip install -U Red-DiscordBot[postgres]
|
python -m pip install -U Red-DiscordBot[postgres]
|
||||||
@@ -153,6 +155,7 @@ After installation, set up your instance with the following command:
|
|||||||
|
|
||||||
.. prompt:: batch
|
.. prompt:: batch
|
||||||
:prompts: (redenv) C:\\>
|
:prompts: (redenv) C:\\>
|
||||||
|
:modifiers: red-install-guide-setup
|
||||||
|
|
||||||
redbot-setup
|
redbot-setup
|
||||||
|
|
||||||
@@ -164,6 +167,7 @@ Once done setting up the instance, run the following command to run Red:
|
|||||||
|
|
||||||
.. prompt:: batch
|
.. prompt:: batch
|
||||||
:prompts: (redenv) C:\\>
|
:prompts: (redenv) C:\\>
|
||||||
|
:modifiers: red-install-guide-run
|
||||||
|
|
||||||
redbot <your instance name>
|
redbot <your instance name>
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,6 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following
|
|||||||
#. Start your bot with ``--no-cogs --load-cogs downloader`` flags, 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> --no-cogs --load-cogs downloader
|
redbot <your instance name> --no-cogs --load-cogs downloader
|
||||||
|
|||||||
@@ -50,32 +50,31 @@ their end-of-life date.
|
|||||||
================================ ======================= ============================================================
|
================================ ======================= ============================================================
|
||||||
Operating system version Supported architectures Ideally supported until
|
Operating system version Supported architectures Ideally supported until
|
||||||
================================ ======================= ============================================================
|
================================ ======================= ============================================================
|
||||||
Windows 10 x86-64 2025-10-14 (`End/Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-10-home-and-pro>`__)
|
Windows 10 x86-64 2026-10-13 (`End of Consumer Extended Security Updates (ESU) program <https://www.microsoft.com/en-us/windows/extended-security-updates>`__)
|
||||||
Windows 11 x86-64 `Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-11-home-and-pro-version-21h2>`__
|
Windows 11 x86-64 `Retirement Date <https://docs.microsoft.com/en-us/lifecycle/products/windows-11-home-and-pro-version-21h2>`__
|
||||||
macOS 13 (Ventura) x86-64, aarch64 ~2025-10
|
|
||||||
macOS 14 (Sonoma) x86-64, aarch64 ~2026-10
|
macOS 14 (Sonoma) x86-64, aarch64 ~2026-10
|
||||||
macOS 15 (Sequoia) x86-64, aarch64 ~2027-10
|
macOS 15 (Sequoia) x86-64, aarch64 ~2027-10
|
||||||
|
macOS 26 (Tahoe) x86-64, aarch64 ~2028-10
|
||||||
Alma Linux 8 x86-64, aarch64 2029-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
|
Alma Linux 8 x86-64, aarch64 2029-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
|
||||||
Alma Linux 9 x86-64, aarch64 2032-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
|
Alma Linux 9 x86-64, aarch64 2032-05-31 (`security support <https://wiki.almalinux.org/release-notes/>`__)
|
||||||
Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of-life <https://docs.aws.amazon.com/linux/al2023/release-notes/support-info-by-support-statement.html#support-info-by-support-statement-eol>`__)
|
Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of-life <https://docs.aws.amazon.com/linux/al2023/release-notes/support-info-by-support-statement.html#support-info-by-support-statement-eol>`__)
|
||||||
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
|
||||||
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
|
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`Expected EOL <https://centos.org/stream9/#timeline>`__)
|
||||||
Debian 12 Bookworm x86-64, aarch64, armv7l 2026-06-10 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
Debian 12 Bookworm x86-64, aarch64, armv7l 2026-06-10 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
|
||||||
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://fedorapeople.org/groups/schedule/f-42/f-42-key-tasks.html>`__)
|
||||||
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
|
Fedora Linux 43 x86-64, aarch64 2026-12-09 (`End of Life <https://fedorapeople.org/groups/schedule/f-43/f-43-key-tasks.html>`__)
|
||||||
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance lifecycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
|
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance lifecycle <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) 11 armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
|
Raspberry Pi OS (Legacy) 12 aarch64, armv7l ~2027-10 (approximate date of release of Raspberry Pi OS 14)
|
||||||
Raspberry Pi OS 12 aarch64, armv7l ~2025-10 (approximate date of release of Raspberry Pi OS 13)
|
|
||||||
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
RHEL 8 (latest) x86-64, aarch64 2029-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||||
RHEL 8.10 x86-64, aarch64 2029-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
RHEL 8.10 x86-64, aarch64 2029-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
RHEL 9 (latest) x86-64, aarch64 2032-05-31 (`End of Maintenance Support <https://access.redhat.com/support/policy/updates/errata#Life_Cycle_Dates>`__)
|
||||||
RHEL 9.4 x86-64, aarch64 2026-04-30 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
RHEL 9.4 x86-64, aarch64 2026-04-30 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
||||||
RHEL 9.6 x86-64, aarch64 2027-05-31 (`End of Extended Update Support <https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support>`__)
|
RHEL 9.6 x86-64, aarch64 2027-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 (`(i) Planned EOL <https://rockylinux.org/download>`__)
|
Rocky Linux 8 x86-64, aarch64 2029-05-31 (`End of Life <https://wiki.rockylinux.org/rocky/version/>`__)
|
||||||
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`(i) Planned EOL <https://rockylinux.org/download>`__)
|
Rocky Linux 9 x86-64, aarch64 2032-05-31 (`End of Life <https://wiki.rockylinux.org/rocky/version/>`__)
|
||||||
Ubuntu 22.04 LTS x86-64, aarch64 2027-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
Ubuntu 22.04 LTS x86-64, aarch64 2027-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||||
Ubuntu 24.04 LTS x86-64, aarch64 2029-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
Ubuntu 24.04 LTS x86-64, aarch64 2029-06-30 (`End of Standard Support <https://wiki.ubuntu.com/Releases#Current>`__)
|
||||||
================================ ======================= ============================================================
|
================================ ======================= ============================================================
|
||||||
|
|||||||
@@ -339,7 +339,7 @@ def _early_init():
|
|||||||
|
|
||||||
|
|
||||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||||
_VERSION = "3.5.22"
|
_VERSION = "3.5.25.dev1"
|
||||||
|
|
||||||
__version__, version_info = VersionInfo._get_version()
|
__version__, version_info = VersionInfo._get_version()
|
||||||
|
|
||||||
|
|||||||
@@ -422,20 +422,13 @@ def handle_early_exit_flags(cli_flags: Namespace):
|
|||||||
sys.exit(ExitCodes.INVALID_CLI_USAGE)
|
sys.exit(ExitCodes.INVALID_CLI_USAGE)
|
||||||
|
|
||||||
|
|
||||||
async def shutdown_handler(red, signal_type=None, exit_code=None):
|
async def signal_shutdown_handler(red: Red, signal_type: signal.Signals) -> NoReturn:
|
||||||
if signal_type:
|
|
||||||
log.info("%s received. Quitting...", signal_type.name)
|
log.info("%s received. Quitting...", signal_type.name)
|
||||||
# Do not collapse the below line into other logic
|
|
||||||
# We need to renter this function
|
|
||||||
# after it interrupts the event loop.
|
|
||||||
sys.exit(ExitCodes.SHUTDOWN)
|
sys.exit(ExitCodes.SHUTDOWN)
|
||||||
elif exit_code is None:
|
|
||||||
log.info("Shutting down from unhandled exception")
|
|
||||||
red._shutdown_mode = ExitCodes.CRITICAL
|
|
||||||
|
|
||||||
if exit_code is not None:
|
|
||||||
|
async def shutdown_handler(red: Red, exit_code: int) -> None:
|
||||||
red._shutdown_mode = exit_code
|
red._shutdown_mode = exit_code
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if not red.is_closed():
|
if not red.is_closed():
|
||||||
await red.close()
|
await red.close()
|
||||||
@@ -473,7 +466,8 @@ def red_exception_handler(red, red_task: asyncio.Future):
|
|||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
log.critical("The main bot task didn't handle an exception and has crashed", exc_info=exc)
|
log.critical("The main bot task didn't handle an exception and has crashed", exc_info=exc)
|
||||||
log.warning("Attempting to die as gracefully as possible...")
|
log.warning("Attempting to die as gracefully as possible...")
|
||||||
asyncio.create_task(shutdown_handler(red))
|
log.info("Shutting down from unhandled exception")
|
||||||
|
sys.exit(ExitCodes.CRITICAL)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
@@ -507,7 +501,7 @@ def main():
|
|||||||
signals = (signal.SIGHUP, signal.SIGTERM, signal.SIGINT)
|
signals = (signal.SIGHUP, signal.SIGTERM, signal.SIGINT)
|
||||||
for s in signals:
|
for s in signals:
|
||||||
loop.add_signal_handler(
|
loop.add_signal_handler(
|
||||||
s, lambda s=s: asyncio.create_task(shutdown_handler(red, s))
|
s, lambda s=s: asyncio.create_task(signal_shutdown_handler(red, s))
|
||||||
)
|
)
|
||||||
|
|
||||||
exc_handler = functools.partial(global_exception_handler, red)
|
exc_handler = functools.partial(global_exception_handler, red)
|
||||||
@@ -524,7 +518,7 @@ def main():
|
|||||||
log.warning("Please do not use Ctrl+C to Shutdown Red! (attempting to die gracefully...)")
|
log.warning("Please do not use Ctrl+C to Shutdown Red! (attempting to die gracefully...)")
|
||||||
log.error("Received KeyboardInterrupt, treating as interrupt")
|
log.error("Received KeyboardInterrupt, treating as interrupt")
|
||||||
if red is not None:
|
if red is not None:
|
||||||
loop.run_until_complete(shutdown_handler(red, signal.SIGINT))
|
loop.run_until_complete(signal_shutdown_handler(red, signal.SIGINT))
|
||||||
except SystemExit as exc:
|
except SystemExit as exc:
|
||||||
# We also have to catch this one here. Basically any exception which normally
|
# We also have to catch this one here. Basically any exception which normally
|
||||||
# Kills the python interpreter (Base Exceptions minus asyncio.cancelled)
|
# Kills the python interpreter (Base Exceptions minus asyncio.cancelled)
|
||||||
@@ -536,11 +530,11 @@ def main():
|
|||||||
exit_code_name = "UNKNOWN"
|
exit_code_name = "UNKNOWN"
|
||||||
log.info("Shutting down with exit code: %s (%s)", exit_code, exit_code_name)
|
log.info("Shutting down with exit code: %s (%s)", exit_code, exit_code_name)
|
||||||
if red is not None:
|
if red is not None:
|
||||||
loop.run_until_complete(shutdown_handler(red, None, exc.code))
|
loop.run_until_complete(shutdown_handler(red, exc.code))
|
||||||
except Exception as exc: # Non standard case.
|
except Exception as exc: # Non standard case.
|
||||||
log.exception("Unexpected exception (%s): ", type(exc), exc_info=exc)
|
log.exception("Unexpected exception (%s): ", type(exc), exc_info=exc)
|
||||||
if red is not None:
|
if red is not None:
|
||||||
loop.run_until_complete(shutdown_handler(red, None, ExitCodes.CRITICAL))
|
loop.run_until_complete(shutdown_handler(red, ExitCodes.CRITICAL))
|
||||||
finally:
|
finally:
|
||||||
# Allows transports to close properly, and prevent new ones from being opened.
|
# Allows transports to close properly, and prevent new ones from being opened.
|
||||||
# Transports may still not be closed correctly on windows, see below
|
# Transports may still not be closed correctly on windows, see below
|
||||||
|
|||||||
10
redbot/cogs/admin/locales/nl-NL.po
generated
@@ -118,7 +118,7 @@ msgstr "\n"
|
|||||||
" Bewerk een rolkleur.\n\n"
|
" Bewerk een rolkleur.\n\n"
|
||||||
" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n"
|
" Gebruik dubbele aanhalingstekens als de rol spaties bevat.\n"
|
||||||
" Kleur moet in hexadecimaal formaat zijn.\n"
|
" Kleur moet in hexadecimaal formaat zijn.\n"
|
||||||
" [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\n\n"
|
" [Online kleur kiezer](http://www.w3schools.com/colors/colors_picker. sp)\n\n"
|
||||||
" Voorbeelden:\n"
|
" Voorbeelden:\n"
|
||||||
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
|
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
|
||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
@@ -126,7 +126,7 @@ msgstr "\n"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:275
|
#: redbot/cogs/admin/admin.py:275
|
||||||
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
msgstr ""
|
msgstr "{author} ({author.id}) heeft de kleur van rol '{role.name} ' gewijzigd"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
#: redbot/cogs/admin/admin.py:294 redbot/cogs/admin/admin.py:327
|
||||||
msgid "Done."
|
msgid "Done."
|
||||||
@@ -149,7 +149,7 @@ msgstr "\n"
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:308
|
#: redbot/cogs/admin/admin.py:308
|
||||||
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
msgstr ""
|
msgstr "{author} ({author.id}) heeft de naam van rol '{old_name}' veranderd naar '{name}'"
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:332
|
#: redbot/cogs/admin/admin.py:332
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -181,7 +181,7 @@ msgstr "Verander hoe aankondigingen worden verzonden in deze gilde."
|
|||||||
#: redbot/cogs/admin/admin.py:367
|
#: redbot/cogs/admin/admin.py:367
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Change the channel where the bot will send announcements."
|
msgid "Change the channel where the bot will send announcements."
|
||||||
msgstr "Bewerk het kanaal waar deze bot aankondigingen maakt."
|
msgstr "Bewerk het kanaal waar de bot aankondigingen maakt."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:370
|
#: redbot/cogs/admin/admin.py:370
|
||||||
msgid "The announcement channel has been set to {channel.mention}"
|
msgid "The announcement channel has been set to {channel.mention}"
|
||||||
@@ -361,5 +361,5 @@ msgstr "De rol \"{role_name}\" is geen geldige zelfrol."
|
|||||||
|
|
||||||
#: 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 "Deze zelfrol heeft meer dan één hoofdlettergevoelig resultaat. Vraag een moderator om het dubbele resultaat op te lossen of gebruik de rol-ID om te verwijzen naar de rol."
|
||||||
|
|
||||||
|
|||||||
2
redbot/cogs/admin/locales/pt-PT.po
generated
@@ -21,7 +21,7 @@ msgstr "Tentei fazer uma coisa que o Discord negou permissão para fazer. O coma
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:25
|
#: redbot/cogs/admin/admin.py:25
|
||||||
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||||
msgstr "Eu não posso dar {role.name} a {member.display_name} porque esse cargo é igual ou maior a meu cargo na hierarquia do Discord."
|
msgstr "Eu não posso dar {role.name} a {member.display_name} porque esse cargo é igual ou maior ao meu cargo na hierarquia do Discord."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:31
|
#: redbot/cogs/admin/admin.py:31
|
||||||
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
msgid "I can not remove {role.name} from {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||||
|
|||||||
2
redbot/cogs/admin/locales/sv-SE.po
generated
@@ -361,5 +361,5 @@ msgstr "Rollen \"{role_name}\" är inte en giltig självroll."
|
|||||||
|
|
||||||
#: 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 ".."
|
||||||
|
|
||||||
|
|||||||
47
redbot/cogs/admin/locales/uk-UA.po
generated
@@ -114,7 +114,15 @@ msgid "\n"
|
|||||||
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
|
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
|
||||||
" `[p]editrole colour Test #ff9900`\n"
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Редагування кольору ролі.\n\n"
|
||||||
|
" Використовуйте подвійні лапки, якщо роль містить пробіли.\n"
|
||||||
|
" Колір повинен бути в шістнадцятковому форматі.\n"
|
||||||
|
" [Онлайн-палітра кольорів](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
|
||||||
|
" Приклади:\n"
|
||||||
|
" `[p]editrole colour \"The Transistor\" #ff0000`\n"
|
||||||
|
" `[p]editrole colour Test #ff9900`\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:275
|
#: redbot/cogs/admin/admin.py:275
|
||||||
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
msgid "{author} ({author.id}) changed the colour of role '{role.name}'"
|
||||||
@@ -132,7 +140,12 @@ msgid "\n"
|
|||||||
" Example:\n"
|
" Example:\n"
|
||||||
" `[p]editrole name \"The Transistor\" Test`\n"
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Редагування назви ролі.\n\n"
|
||||||
|
" Використовуйте подвійні лапки, якщо роль або ім'я містять пробіли.\n\n"
|
||||||
|
" Наприклад:\n"
|
||||||
|
" `[p]editrole name \"The Transistor\" Test`\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:308
|
#: redbot/cogs/admin/admin.py:308
|
||||||
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
msgid "{author} ({author.id}) changed the name of role '{old_name}' to '{name}'"
|
||||||
@@ -198,7 +211,11 @@ msgid "\n"
|
|||||||
" Server admins must have configured the role as user settable.\n"
|
" Server admins must have configured the role as user settable.\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Додайте собі роль себе.\n\n"
|
||||||
|
" Адміністратори сервера повинні налаштувати роль як таку, що може бути встановлена користувачем.\n"
|
||||||
|
" ПРИМІТКА: У ролі враховується регістр символів!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:424
|
#: redbot/cogs/admin/admin.py:424
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -207,7 +224,11 @@ msgid "\n"
|
|||||||
" Server admins must have configured the role as user settable.\n"
|
" Server admins must have configured the role as user settable.\n"
|
||||||
" NOTE: The role is case sensitive!\n"
|
" NOTE: The role is case sensitive!\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
" Приберіть собі селф-роль.\n\n"
|
||||||
|
" Адміністратори сервера повинні налаштувати роль як таку, що може бути встановлена користувачем.\n"
|
||||||
|
" ПРИМІТКА: У ролі враховується регістр символів!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:435
|
#: redbot/cogs/admin/admin.py:435
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -235,7 +256,10 @@ 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"
|
||||||
|
" Додайте роль або вибір ролей до списку доступних саморолей.\n\n"
|
||||||
|
" ПРИМІТКА: У ролі враховується регістр символів!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:465
|
#: redbot/cogs/admin/admin.py:465
|
||||||
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you add {role.name} as a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
@@ -259,7 +283,10 @@ 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"
|
||||||
|
" Видалити роль або вибір ролей зі списку доступних саморолей.\n\n"
|
||||||
|
" ПРИМІТКА: У ролі враховується регістр символів!\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:498
|
#: redbot/cogs/admin/admin.py:498
|
||||||
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
msgid "I cannot let you remove {role.name} from being a selfrole because that role is higher than or equal to your highest role in the Discord hierarchy."
|
||||||
@@ -300,20 +327,20 @@ msgstr "Список з селф-ролями був очищений."
|
|||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:546
|
#: redbot/cogs/admin/admin.py:546
|
||||||
msgid "No changes have been made."
|
msgid "No changes have been made."
|
||||||
msgstr ""
|
msgstr "Жодних змін не внесено."
|
||||||
|
|
||||||
#: redbot/cogs/admin/admin.py:551
|
#: 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:556
|
#: 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:558
|
#: redbot/cogs/admin/admin.py:558
|
||||||
msgid "The bot is now serverlocked."
|
msgid "The bot is now serverlocked."
|
||||||
msgstr ""
|
msgstr "Бот тепер заблокований сервером."
|
||||||
|
|
||||||
#: redbot/cogs/admin/announcer.py:68
|
#: redbot/cogs/admin/announcer.py:68
|
||||||
msgid "I could not announce to the following server: "
|
msgid "I could not announce to the following server: "
|
||||||
|
|||||||
25
redbot/cogs/audio/core/commands/locales/de-DE.po
generated
@@ -3143,7 +3143,30 @@ msgid "Remove duplicate tracks from a saved playlist.\n\n"
|
|||||||
" `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n"
|
" `[p]playlist dedupe MyGlobalPlaylist --scope Global`\n"
|
||||||
" `[p]playlist dedupe MyPersonalPlaylist --scope User`\n"
|
" `[p]playlist dedupe MyPersonalPlaylist --scope User`\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Lösche doppelte Lieder von deiner Playlist.\n\n"
|
||||||
|
" **Nutzungsweise**:\n"
|
||||||
|
" `[p]playlist delete playlist_name_OR_id [args]`\n\n"
|
||||||
|
" **Argumente**:\n"
|
||||||
|
" Die folgenden sind optional:\n"
|
||||||
|
" --scope <scope>\n"
|
||||||
|
" --author [user]\n"
|
||||||
|
" --guild [guild] **Kann nur vom Bot Besitzer verwendet werden**\n\n"
|
||||||
|
" **Scope** ist einer der folgenden:\n"
|
||||||
|
" Global\n"
|
||||||
|
" Guild\n"
|
||||||
|
" User\n\n"
|
||||||
|
" **Author** ist einer der folgenden:\n"
|
||||||
|
" User ID\n"
|
||||||
|
" User Mention\n"
|
||||||
|
" User Name#123\n\n"
|
||||||
|
" **Guild** ist einer der folgenden:\n"
|
||||||
|
" Guild ID\n"
|
||||||
|
" Exact guild name\n\n"
|
||||||
|
" Beispielnutzung:\n"
|
||||||
|
" `[p]playlist delete MyGuildPlaylist`\n"
|
||||||
|
" `[p]playlist delete MyGlobalPlaylist --scope Global`\n"
|
||||||
|
" `[p]playlist delete MyPersonalPlaylist --scope User`\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:619
|
#: redbot/cogs/audio/core/commands/playlists.py:619
|
||||||
msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist."
|
msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist."
|
||||||
|
|||||||
4
redbot/cogs/audio/core/commands/locales/nl-NL.po
generated
@@ -2574,7 +2574,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:615
|
#: redbot/cogs/audio/core/commands/player.py:615
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr "Kon geen geldige track ophalen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:621
|
#: redbot/cogs/audio/core/commands/player.py:621
|
||||||
#: redbot/cogs/audio/core/commands/player.py:758
|
#: redbot/cogs/audio/core/commands/player.py:758
|
||||||
@@ -2582,7 +2582,7 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/commands/player.py:895
|
#: redbot/cogs/audio/core/commands/player.py:895
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1898
|
#: redbot/cogs/audio/core/commands/playlists.py:1898
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr ""
|
msgstr "Kan track niet ophalen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/player.py:622
|
#: redbot/cogs/audio/core/commands/player.py:622
|
||||||
#: redbot/cogs/audio/core/commands/player.py:759
|
#: redbot/cogs/audio/core/commands/player.py:759
|
||||||
|
|||||||
56
redbot/cogs/audio/core/commands/locales/pt-PT.po
generated
@@ -1106,7 +1106,14 @@ msgid "Sets the caching level.\n\n"
|
|||||||
" 5: Enables all Caches\n\n"
|
" 5: Enables all Caches\n\n"
|
||||||
" If you wish to disable a specific cache use a negative number.\n"
|
" If you wish to disable a specific cache use a negative number.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Define o nível de cache.\n\n"
|
||||||
|
"O nível pode ser um dos seguintes:\n\n"
|
||||||
|
"0: Desativa toda a cache\n"
|
||||||
|
"1: Ativa a cache do Spotify\n"
|
||||||
|
"2: Ativa a cache do YouTube\n"
|
||||||
|
"3: Ativa a cache do Lavalink\n"
|
||||||
|
"5: Ativa todos os caches\n\n"
|
||||||
|
"Se pretender desativar um cache específico, utilize um número negativo "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
#: redbot/cogs/audio/core/commands/audioset.py:1374
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
#: redbot/cogs/audio/core/commands/audioset.py:1419
|
||||||
@@ -1116,17 +1123,17 @@ msgstr "Idade máxima: [{max_age}]\n"
|
|||||||
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
#: redbot/cogs/audio/core/commands/audioset.py:1375
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
#: redbot/cogs/audio/core/commands/audioset.py:1420
|
||||||
msgid "Spotify cache: [{spotify_status}]\n"
|
msgid "Spotify cache: [{spotify_status}]\n"
|
||||||
msgstr ""
|
msgstr "Cache do Spotify: [{spotify_status}]"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
#: redbot/cogs/audio/core/commands/audioset.py:1376
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
#: redbot/cogs/audio/core/commands/audioset.py:1421
|
||||||
msgid "Youtube cache: [{youtube_status}]\n"
|
msgid "Youtube cache: [{youtube_status}]\n"
|
||||||
msgstr ""
|
msgstr "Youtube cache: [{youtube_status}]"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
#: redbot/cogs/audio/core/commands/audioset.py:1377
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
#: redbot/cogs/audio/core/commands/audioset.py:1422
|
||||||
msgid "Lavalink cache: [{lavalink_status}]\n"
|
msgid "Lavalink cache: [{lavalink_status}]\n"
|
||||||
msgstr ""
|
msgstr "Lavalink cache: [{lavalink_status}]"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
#: redbot/cogs/audio/core/commands/audioset.py:1437
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1134,7 +1141,8 @@ msgid "Sets the cache max age.\n\n"
|
|||||||
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
" This commands allows you to set the max number of days before an entry in the cache becomes\n"
|
||||||
" invalid.\n"
|
" invalid.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Define o tempo máximo da cache.\n\n"
|
||||||
|
"Este comando permite definir o número máximo de dias antes que uma entrada na cache se torne inválida"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
#: redbot/cogs/audio/core/commands/audioset.py:1444
|
||||||
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\n"
|
||||||
@@ -1149,11 +1157,12 @@ msgstr "Eu defini a idade do cache para {age} dias"
|
|||||||
msgid "Toggle persistent queues.\n\n"
|
msgid "Toggle persistent queues.\n\n"
|
||||||
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
" Persistent queues allows the current queue to be restored when the queue closes.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr "Alternar filas persistentes.\n\n"
|
||||||
|
"As filas persistentes permitem que a fila atual seja restaurada quando a fila é fechada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
#: redbot/cogs/audio/core/commands/audioset.py:1468
|
||||||
msgid "Persisting queues: {true_or_false}."
|
msgid "Persisting queues: {true_or_false}."
|
||||||
msgstr ""
|
msgstr "Filas persistentes: {true_or_false}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
#: redbot/cogs/audio/core/commands/audioset.py:1476
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1169,7 +1178,7 @@ msgstr "Falha ao desligar Lavalink"
|
|||||||
#: redbot/cogs/audio/core/commands/llset.py:198
|
#: redbot/cogs/audio/core/commands/llset.py:198
|
||||||
#: redbot/cogs/audio/core/commands/llset.py:746
|
#: redbot/cogs/audio/core/commands/llset.py:746
|
||||||
msgid "Please reload Audio (`{prefix}reload audio`)."
|
msgid "Please reload Audio (`{prefix}reload audio`)."
|
||||||
msgstr ""
|
msgstr "Por favor, recarregue áudio (`{prefix}recarregar áudio`)."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
#: redbot/cogs/audio/core/commands/audioset.py:1492
|
||||||
msgid "Restarting Lavalink"
|
msgid "Restarting Lavalink"
|
||||||
@@ -1234,7 +1243,7 @@ msgstr "Desconectar do canal de voz."
|
|||||||
#: redbot/cogs/audio/core/commands/miscellaneous.py:103
|
#: redbot/cogs/audio/core/commands/miscellaneous.py:103
|
||||||
#: redbot/cogs/audio/core/commands/playlists.py:1125
|
#: redbot/cogs/audio/core/commands/playlists.py:1125
|
||||||
msgid "Nothing playing."
|
msgid "Nothing playing."
|
||||||
msgstr ""
|
msgstr "Nada a tocar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:49
|
#: redbot/cogs/audio/core/commands/controller.py:49
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:55
|
#: redbot/cogs/audio/core/commands/controller.py:55
|
||||||
@@ -1251,7 +1260,7 @@ msgstr "Há outras pessoas a ouvir - vote para saltar em vez disso."
|
|||||||
#: redbot/cogs/audio/core/commands/controller.py:56
|
#: redbot/cogs/audio/core/commands/controller.py:56
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:62
|
#: redbot/cogs/audio/core/commands/controller.py:62
|
||||||
msgid "You need the DJ role to disconnect."
|
msgid "You need the DJ role to disconnect."
|
||||||
msgstr ""
|
msgstr "Precisa do cargo de DJ para desconectar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:61
|
#: redbot/cogs/audio/core/commands/controller.py:61
|
||||||
msgid "Unable to Disconnect"
|
msgid "Unable to Disconnect"
|
||||||
@@ -1259,7 +1268,7 @@ msgstr "Não foi possível desconectar"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:65
|
#: redbot/cogs/audio/core/commands/controller.py:65
|
||||||
msgid "Disconnecting..."
|
msgid "Disconnecting..."
|
||||||
msgstr ""
|
msgstr "Desconectando..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:87
|
#: redbot/cogs/audio/core/commands/controller.py:87
|
||||||
#, docstring
|
#, docstring
|
||||||
@@ -1270,7 +1279,8 @@ msgstr "A reproduzir."
|
|||||||
#: redbot/cogs/audio/core/commands/queue.py:81
|
#: redbot/cogs/audio/core/commands/queue.py:81
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
" Requested by: **{track.requester}**"
|
" Requested by: **{track.requester}**"
|
||||||
msgstr ""
|
msgstr "\n"
|
||||||
|
"Solicitado por: **{track.requester}**\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:114
|
#: redbot/cogs/audio/core/commands/controller.py:114
|
||||||
msgid "Nothing."
|
msgid "Nothing."
|
||||||
@@ -1308,7 +1318,7 @@ msgstr "Não é possível gerenciar as faixas"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:213
|
#: redbot/cogs/audio/core/commands/controller.py:213
|
||||||
msgid "You must be in the voice channel to pause or resume."
|
msgid "You must be in the voice channel to pause or resume."
|
||||||
msgstr ""
|
msgstr "Deve estar no canal de voz para pausar ou retomar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:219
|
#: redbot/cogs/audio/core/commands/controller.py:219
|
||||||
msgid "You need the DJ role to pause or resume tracks."
|
msgid "You need the DJ role to pause or resume tracks."
|
||||||
@@ -1645,7 +1655,7 @@ msgstr "Repetir faixas: {true_or_false}."
|
|||||||
#: redbot/cogs/audio/core/commands/controller.py:791
|
#: redbot/cogs/audio/core/commands/controller.py:791
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Remove a specific track number from the queue."
|
msgid "Remove a specific track number from the queue."
|
||||||
msgstr ""
|
msgstr "Remover um número de faixa específico da fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:800
|
#: redbot/cogs/audio/core/commands/controller.py:800
|
||||||
msgid "Nothing queued."
|
msgid "Nothing queued."
|
||||||
@@ -1664,7 +1674,7 @@ msgstr "Você precisa ter o cargo de DJ para remover faixas."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:811
|
#: redbot/cogs/audio/core/commands/controller.py:811
|
||||||
msgid "You must be in the voice channel to manage the queue."
|
msgid "You must be in the voice channel to manage the queue."
|
||||||
msgstr ""
|
msgstr "Precisa estar no canal de voz para gerenciar a fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:819
|
#: redbot/cogs/audio/core/commands/controller.py:819
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:892
|
#: redbot/cogs/audio/core/commands/controller.py:892
|
||||||
@@ -1686,27 +1696,27 @@ msgstr "Removido 0 faixas, nada corresponde à URL fornecida."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:858
|
#: redbot/cogs/audio/core/commands/controller.py:858
|
||||||
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
msgid "Removed {removed_tracks} tracks from queue which matched the URL provided."
|
||||||
msgstr ""
|
msgstr "Faixas {removed_tracks} removidas da fila que correspondem ao URL fornecido."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:868
|
#: redbot/cogs/audio/core/commands/controller.py:868
|
||||||
#, docstring
|
#, docstring
|
||||||
msgid "Bump a track number to the top of the queue."
|
msgid "Bump a track number to the top of the queue."
|
||||||
msgstr ""
|
msgstr "Coloque um número de faixa no topo da fila."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:879
|
#: redbot/cogs/audio/core/commands/controller.py:879
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:885
|
#: redbot/cogs/audio/core/commands/controller.py:885
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:891
|
#: redbot/cogs/audio/core/commands/controller.py:891
|
||||||
#: redbot/cogs/audio/core/commands/player.py:152
|
#: redbot/cogs/audio/core/commands/player.py:152
|
||||||
msgid "Unable To Bump Track"
|
msgid "Unable To Bump Track"
|
||||||
msgstr ""
|
msgstr "Não é possível fazer pular a faixa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:880
|
#: redbot/cogs/audio/core/commands/controller.py:880
|
||||||
msgid "You must be in the voice channel to bump a track."
|
msgid "You must be in the voice channel to bump a track."
|
||||||
msgstr ""
|
msgstr "Deve estar no canal de voz para pular a faixa."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:886
|
#: redbot/cogs/audio/core/commands/controller.py:886
|
||||||
msgid "You need the DJ role to bump tracks."
|
msgid "You need the DJ role to bump tracks."
|
||||||
msgstr ""
|
msgstr "Precisa ter o cargo de DJ para pular faixas."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/controller.py:902
|
#: redbot/cogs/audio/core/commands/controller.py:902
|
||||||
msgid "Moved track to the top of the queue."
|
msgid "Moved track to the top of the queue."
|
||||||
@@ -1720,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 "Gestão do equalizador.\n\n"
|
||||||
|
"As posições das bandas são de 1 a 15 e os valores variam de -0,25 a 1,0.\n"
|
||||||
|
"Os nomes das bandas são 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1,6k, 2,5k, 4k,\n"
|
||||||
|
"6,3k, 10k e 16k Hz.\n"
|
||||||
|
"Definir um valor de banda como -0,25 anula-o, enquanto +0,25 o duplica. \n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/commands/equalizer.py:73
|
#: redbot/cogs/audio/core/commands/equalizer.py:73
|
||||||
#, docstring
|
#, docstring
|
||||||
|
|||||||
@@ -79,8 +79,11 @@ HUMANIZED_PERM = {
|
|||||||
"create_events": _("Create Events"),
|
"create_events": _("Create Events"),
|
||||||
"use_external_sounds": _("Use External Sounds"),
|
"use_external_sounds": _("Use External Sounds"),
|
||||||
"send_voice_messages": _("Send Voice Messages"),
|
"send_voice_messages": _("Send Voice Messages"),
|
||||||
|
"set_voice_channel_status": _("Set Voice Channel Status"),
|
||||||
"send_polls": _("Create Polls"),
|
"send_polls": _("Create Polls"),
|
||||||
"use_external_apps": _("Use External Apps"),
|
"use_external_apps": _("Use External Apps"),
|
||||||
|
"pin_messages": _("Pin Messages"),
|
||||||
|
"bypass_slowmode": _("Bypass Slowmode"),
|
||||||
}
|
}
|
||||||
|
|
||||||
DANGEROUS_COMMANDS = {
|
DANGEROUS_COMMANDS = {
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "تعيين حالة القناة الصوتية"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "تثبيت الرسائل"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "تجاوز الوضع البطيء"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "تمكين"
|
msgstr "تمكين"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "معطل"
|
msgstr "معطل"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "بيئة غير صالحة"
|
msgstr "بيئة غير صالحة"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Nastavit stav hlasového kanálu"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Připnout zprávy"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Obejít pomalý režim"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Povoleno"
|
msgstr "Povoleno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Zakázáno"
|
msgstr "Zakázáno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
msgstr "Momentálně se mi nedaří získat skladbu z uzlu Lavalink, zkuste to za pár minut znovu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Sæt Stemme Kanalstatus"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Pin Beskeder"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Bypass Langsom Tilstand"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Sprachnachrichten senden"
|
msgstr "Sprachnachrichten senden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Sprachkanalstatus festlegen"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr "Umfragen erstellen"
|
msgstr "Umfragen erstellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr "Externe Applikationen verwenden"
|
msgstr "Externe Applikationen verwenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Nachrichten anheften"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Langsamer Modus umgehen"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Dieser Befehl ändert den ausführbaren Pfad von Java, Dies ist nützlich, wenn Sie mehrere Installationen von Java haben und die Standardinstallation Probleme verursacht. Bitte ändern Sie dies nicht, außer Sie sind sicher, dass die von Ihnen angegebene Java-Version von Red unterstützt wird. Die Unterstützten Versionen sind derzeit {supported_java_versions}."
|
msgstr "Dieser Befehl ändert den ausführbaren Pfad von Java, Dies ist nützlich, wenn Sie mehrere Installationen von Java haben und die Standardinstallation Probleme verursacht. Bitte ändern Sie dies nicht, außer Sie sind sicher, dass die von Ihnen angegebene Java-Version von Red unterstützt wird. Die Unterstützten Versionen sind derzeit {supported_java_versions}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Dieser Befehl wird die maximale RAM-Zuordnung für den verwalteten Lavalink-Knoten ändern In der Regel müssen Sie dies nie ändern, bevor Sie eine Änderung in Erwägung ziehen, wenden Sie sich bitte an unser Support-Team."
|
msgstr "Dieser Befehl wird die maximale RAM-Zuordnung für den verwalteten Lavalink-Knoten ändern In der Regel müssen Sie dies nie ändern, bevor Sie eine Änderung in Erwägung ziehen, wenden Sie sich bitte an unser Support-Team."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Dieser Befehl wird den gemanagten Lavalink-Knoten deaktivieren, wenn Sie diesen Befehl umschalten, müssen Sie einen externen Lavalink-Knoten angeben, mit dem eine Verbindung hergestellt werden soll. Falls Sie dies nicht tun, wird Audio nicht mehr funktionieren."
|
msgstr "Dieser Befehl wird den gemanagten Lavalink-Knoten deaktivieren, wenn Sie diesen Befehl umschalten, müssen Sie einen externen Lavalink-Knoten angeben, mit dem eine Verbindung hergestellt werden soll. Falls Sie dies nicht tun, wird Audio nicht mehr funktionieren."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Dieser Befehl wird verwendet, um die IP anzugeben, die Red für die Verbindung zu einem externen Lavalink-Knoten verwendet. "
|
msgstr "Dieser Befehl wird verwendet, um die IP anzugeben, die Red für die Verbindung zu einem externen Lavalink-Knoten verwendet. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird verwendet, um das Authentifizierungspasswort anzugeben, das Red verwendet, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
msgstr "Dieser Befehl wird verwendet, um das Authentifizierungspasswort anzugeben, das Red verwendet, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird zwischen gesicherten und ungesicherten Verbindungen zu einem externen Lavalink-Knoten umgeschaltet."
|
msgstr "Dieser Befehl wird zwischen gesicherten und ungesicherten Verbindungen zu einem externen Lavalink-Knoten umgeschaltet."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Dieser Befehl wird verwendet, um den Verbindungsport anzugeben, der von Red verwendet wird, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
msgstr "Dieser Befehl wird verwendet, um den Verbindungsport anzugeben, der von Red verwendet wird, um sich mit einem externen Lavalink-Knoten zu verbinden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Dieser Befehl legt fest, an welche Netzwerkschnittstelle und IP der Knoten Lavalink sich binden wird standardmäßig ist dies 'localhost', ändern Sie dies nur, wenn der verwaltete Lavalink-Knoten an eine bestimmte IP/Schnittstelle gebunden werden soll."
|
msgstr "Dieser Befehl legt fest, an welche Netzwerkschnittstelle und IP der Knoten Lavalink sich binden wird standardmäßig ist dies 'localhost', ändern Sie dies nur, wenn der verwaltete Lavalink-Knoten an eine bestimmte IP/Schnittstelle gebunden werden soll."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Dieser Befehl ändert das Authentifizierungspasswort, das benötigt wird, um sich mit diesem verwalteten Knoten zu verbinden. Der Standardwert ist 'youshallnotpass'."
|
msgstr "Dieser Befehl ändert das Authentifizierungspasswort, das benötigt wird, um sich mit diesem verwalteten Knoten zu verbinden. Der Standardwert ist 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Dieser Befehl ändert den Verbindungs-Port, um sich mit diesem verwalteten Knoten zu verbinden. Ändern Sie dies nur, wenn der Standardport '2333' Konflikte mit bestehenden Anwendungen verursacht."
|
msgstr "Dieser Befehl ändert den Verbindungs-Port, um sich mit diesem verwalteten Knoten zu verbinden. Ändern Sie dies nur, wenn der Standardport '2333' Konflikte mit bestehenden Anwendungen verursacht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung von direkten Url-Streams wie Icecast oder Shoutcast-Streams um. Ein Beispiel ist <http://ice1.somafm.com/gsclassic-128-mp3>; das Deaktivieren dieser Option macht es den Bot unmöglich, einen direkten Url-Stream zu spielen."
|
msgstr "Dieser Befehl schaltet die Unterstützung von direkten Url-Streams wie Icecast oder Shoutcast-Streams um. Ein Beispiel ist <http://ice1.somafm.com/gsclassic-128-mp3>; das Deaktivieren dieser Option macht es den Bot unmöglich, einen direkten Url-Stream zu spielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der lokalen Audiowiedergabe um. Ein Beispiel ist `/mnt/data/my_super_funky_track. p3`; Deaktivieren dieser Option führt dazu, dass der Bot keine lokalen Track-Inhalte abspielen kann."
|
msgstr "Dieser Befehl schaltet die Unterstützung der lokalen Audiowiedergabe um. Ein Beispiel ist `/mnt/data/my_super_funky_track. p3`; Deaktivieren dieser Option führt dazu, dass der Bot keine lokalen Track-Inhalte abspielen kann."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der SoundCloud-Wiedergabe um. Ein Beispiel ist <https://soundcloud.com/user-103858850/tilla>; die Deaktivierung wird es den Bot unmöglich machen, SoundCloud-Inhalte abzuspielen."
|
msgstr "Dieser Befehl schaltet die Unterstützung der SoundCloud-Wiedergabe um. Ein Beispiel ist <https://soundcloud.com/user-103858850/tilla>; die Deaktivierung wird es den Bot unmöglich machen, SoundCloud-Inhalte abzuspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "Dieser Befehl schaltet die Unterstützung der YouTube-Wiedergabe um (Spotify hängt von YouTube ab). Wenn Sie dies deaktivieren, wird der Bot nicht in der Lage sein, YouTube-Inhalte abzuspielen: Dies schließt Spotify ein."
|
msgstr "Dieser Befehl schaltet die Unterstützung der YouTube-Wiedergabe um (Spotify hängt von YouTube ab). Wenn Sie dies deaktivieren, wird der Bot nicht in der Lage sein, YouTube-Inhalte abzuspielen: Dies schließt Spotify ein."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Twitch-Inhalten. Ein Beispiel dafür ist https://twitch.tv/monstercat; Wenn Sie dies deaktivieren, kann der Bot keinen Twitch-Inhalt abspielen."
|
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Twitch-Inhalten. Ein Beispiel dafür ist https://twitch.tv/monstercat; Wenn Sie dies deaktivieren, kann der Bot keinen Twitch-Inhalt abspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Vimeo-Inhalten. Ein Beispiel dafür ist https://vimeo.com/157743578; Wenn Sie dies deaktivieren, kann der Bot keinen Vimeo-Inhalt abspielen."
|
msgstr "Dieser Befehl aktiviert oder deaktiviert die Unterstützung der Wiedergabe von Vimeo-Inhalten. Ein Beispiel dafür ist https://vimeo.com/157743578; Wenn Sie dies deaktivieren, kann der Bot keinen Vimeo-Inhalt abspielen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Diese Einstellung steuert den Framebuffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
msgstr "Diese Einstellung steuert den Framebuffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Diese Einstellung steuert den JDA-NAS-Puffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
msgstr "Diese Einstellung steuert den JDA-NAS-Puffer des verwalteten Knotens. Ändern Sie dies nicht, es sei denn, Sie werden dazu aufgefordert."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Dieser Befehl wird alle Einstellungen zurücksetzen, die von `[p]llset` geändert wurden."
|
msgstr "Dieser Befehl wird alle Einstellungen zurücksetzen, die von `[p]llset` geändert wurden."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Sie haben versucht, den verwalteten Lavalink-Knoten von Audio auf einer nicht unterstützten Architektur auszuführen. Es stehen nur Einstellungsbefehle zur Verfügung."
|
msgstr "Sie haben versucht, den verwalteten Lavalink-Knoten von Audio auf einer nicht unterstützten Architektur auszuführen. Es stehen nur Einstellungsbefehle zur Verfügung."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Mir fehlen die Berechtigungen, um Nachrichten in diesem Server zu senden. Bitte kümmern Sie sich so bald wie möglich darum."
|
msgstr "Mir fehlen die Berechtigungen, um Nachrichten in diesem Server zu senden. Bitte kümmern Sie sich so bald wie möglich darum."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktiviert"
|
msgstr "Aktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktiviert"
|
msgstr "Deaktiviert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Sie sollten diesen Kommand nicht nutzen."
|
msgstr "Sie sollten diesen Kommand nicht nutzen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,58 @@ msgstr "\n"
|
|||||||
"Wenn Sie fortfahren möchten, geben Sie dieses token, Groß- und Kleinschreibung beachtend und ohne Leerzeichen, in Ihrer nächsten Nachricht ein.\n\n"
|
"Wenn Sie fortfahren möchten, geben Sie dieses token, Groß- und Kleinschreibung beachtend und ohne Leerzeichen, in Ihrer nächsten Nachricht ein.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
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:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Ungültiges Argument"
|
msgstr "Ungültiges Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ungültige Umgebung"
|
msgstr "Ungültige Umgebung"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Die Verbindung zum Lavalink Knoten ist verloren gegangen."
|
msgstr "Die Verbindung zum Lavalink Knoten ist verloren gegangen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
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:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
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."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Enviar mensajes de voz"
|
msgstr "Enviar mensajes de voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Establecer estado del canal de voz"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Anclar mensajes"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Modo lento bypass"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Este comando cambiará la asignación máxima de RAM para el nodo de Lavalink administrado, por lo general nunca tendría que cambiar esto, antes de considerarlo por favor consulte a nuestro equipo de soporte."
|
msgstr "Este comando cambiará la asignación máxima de RAM para el nodo de Lavalink administrado, por lo general nunca tendría que cambiar esto, antes de considerarlo por favor consulte a nuestro equipo de soporte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Este comando desactivará el nodo Lavalink administrado, si activa este comando debe especificar un nodo Lavalink externo al que conectar, si no lo hace, Audio dejará de funcionar."
|
msgstr "Este comando desactivará el nodo Lavalink administrado, si activa este comando debe especificar un nodo Lavalink externo al que conectar, si no lo hace, Audio dejará de funcionar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Este comando se utiliza para especificar la IP que será utilizada por Red para conectarse a un nodo Lavalink externo. "
|
msgstr "Este comando se utiliza para especificar la IP que será utilizada por Red para conectarse a un nodo Lavalink externo. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando se utiliza para especificar la contraseña de autenticación usada por Red para conectarse a un nodo Lavalink externo."
|
msgstr "Este comando se utiliza para especificar la contraseña de autenticación usada por Red para conectarse a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Este comando se usa para alternar entre conexiones seguras y no seguras a un nodo Lavalink externo."
|
msgstr "Este comando se usa para alternar entre conexiones seguras y no seguras a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando se utiliza para especificar el puerto de conexión utilizado por Red para conectarse a un nodo Lavalink externo."
|
msgstr "Este comando se utiliza para especificar el puerto de conexión utilizado por Red para conectarse a un nodo Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Este comando especifica a qué interfaz de red e IP se enlazará el nodo Lavalink administrado, por defecto esto es 'localhost', sólo cambie esto si desea que el nodo Lavalink administrado se conecte a una IP/interfaz específica."
|
msgstr "Este comando especifica a qué interfaz de red e IP se enlazará el nodo Lavalink administrado, por defecto esto es 'localhost', sólo cambie esto si desea que el nodo Lavalink administrado se conecte a una IP/interfaz específica."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Este comando cambia la contraseña de autenticación necesaria para conectarse a este nodo administrado. El valor por defecto es 'youshallnotpass'."
|
msgstr "Este comando cambia la contraseña de autenticación necesaria para conectarse a este nodo administrado. El valor por defecto es 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Este comando cambia el puerto de conexión usado para conectarse a este nodo administrado, sólo cambiar esto si el puerto por defecto '2333' está causando conflictos con aplicaciones existentes."
|
msgstr "Este comando cambia el puerto de conexión usado para conectarse a este nodo administrado, sólo cambiar esto si el puerto por defecto '2333' está causando conflictos con aplicaciones existentes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Este comando activa el soporte de streams de url directos como los streams Icecast o Shoutcast. Un ejemplo es <http://ice1.somafm.com/gsclassic-128-mp3>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido directo de vapor de url."
|
msgstr "Este comando activa el soporte de streams de url directos como los streams Icecast o Shoutcast. Un ejemplo es <http://ice1.somafm.com/gsclassic-128-mp3>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido directo de vapor de url."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr "Este comando activa el soporte para la reproducción de audio de pistas locales. Un ejemplo es `/mnt/data/my_super_funky_track.mp3`; deshabilitar esto hará que el bot no pueda reproducir ningún contenido local de la pista."
|
msgstr "Este comando activa el soporte para la reproducción de audio de pistas locales. Un ejemplo es `/mnt/data/my_super_funky_track.mp3`; deshabilitar esto hará que el bot no pueda reproducir ningún contenido local de la pista."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de SoundCloud. Un ejemplo es <https://soundcloud.com/user-103858850/tilla>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de SoundCloud."
|
msgstr "Este comando activa el soporte de la reproducción de SoundCloud. Un ejemplo es <https://soundcloud.com/user-103858850/tilla>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de YouTube (Spotify depende de YouTube). Desactivar esto hará que el bot no pueda reproducir ningún contenido de YouTube: esto incluye Spotify."
|
msgstr "Este comando activa el soporte de la reproducción de YouTube (Spotify depende de YouTube). Desactivar esto hará que el bot no pueda reproducir ningún contenido de YouTube: esto incluye Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de Twitch. Un ejemplo de esto es <https://twitch.tv/monstercat>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Twitch."
|
msgstr "Este comando activa el soporte de la reproducción de Twitch. Un ejemplo de esto es <https://twitch.tv/monstercat>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Este comando activa el soporte de la reproducción de Vimeo. Un ejemplo de esto es <https://vimeo.com/157743578>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Vimeo."
|
msgstr "Este comando activa el soporte de la reproducción de Vimeo. Un ejemplo de esto es <https://vimeo.com/157743578>; deshabilitar esto hará que el bot no pueda reproducir ningún contenido de Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuración controla el framebuffer del nodo administrado, no cambie esto a menos que se lo indique."
|
msgstr "Esta configuración controla el framebuffer del nodo administrado, no cambie esto a menos que se lo indique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuración controla el buffer JDA-NAS del nodo administrado, no cambie esto a menos que se le indique."
|
msgstr "Esta configuración controla el buffer JDA-NAS del nodo administrado, no cambie esto a menos que se le indique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Este comando reiniciará todas las configuraciónes cambiada por `[p]llset`."
|
msgstr "Este comando reiniciará todas las configuraciónes cambiada por `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Has intentado ejecutar el nodo Lavalink administrado del Cog Audio en una arquitectura no soportada. Sólo los comandos relacionados con la configuración estarán disponibles."
|
msgstr "Has intentado ejecutar el nodo Lavalink administrado del Cog Audio en una arquitectura no soportada. Sólo los comandos relacionados con la configuración estarán disponibles."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "No tengo permisos para enviar mensajes en este servidor. Por favor, solucione tan pronto como pueda."
|
msgstr "No tengo permisos para enviar mensajes en este servidor. Por favor, solucione tan pronto como pueda."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n"
|
msgstr "No tengo permisos en este servidor, por favor solucione esto tan pronto como sea posible.\n\n"
|
||||||
"Permisos esperados:\n"
|
"Permisos esperados:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activado"
|
msgstr "Activado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "No deberías estar ejecutando este comando."
|
msgstr "No deberías estar ejecutando este comando."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,58 @@ msgstr "\n"
|
|||||||
"Si desea continuar, introduzca este token sensible a mayúsculas y minúsculas sin espacios como su siguiente mensaje.\n\n"
|
"Si desea continuar, introduzca este token sensible a mayúsculas y minúsculas sin espacios como su siguiente mensaje.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "No se ha encontrado el rol de DJ. Desactivando el modo DJ."
|
msgstr "No se ha encontrado el rol de DJ. Desactivando el modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` no es un valor válido para `{command}`"
|
msgstr "`{user_input}` no es un valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "No se puede analizar el argumento"
|
msgstr "No se puede analizar el argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento no válido"
|
msgstr "Argumento no válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "El argumento que has dado para `{}` no es válido: esperaba un `{}`."
|
msgstr "El argumento que has dado para `{}` no es válido: esperaba un `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Entorno no válido"
|
msgstr "Entorno no válido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "La conexión al nodo Lavalink se ha perdido."
|
msgstr "La conexión al nodo Lavalink se ha perdido."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Jugador no disponible"
|
msgstr "Jugador no disponible"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "El bot no está conectado a un canal de voz."
|
msgstr "El bot no está conectado a un canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "No se puede cargar la canción"
|
msgstr "No se puede cargar la canción"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "No puedo obtener una canción desde el nodo de Lavalink en este momento, inténtalo de nuevo en unos minutos."
|
msgstr "No puedo obtener una canción desde el nodo de Lavalink en este momento, inténtalo de nuevo en unos minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Hubo un problema de comunicación con Discord."
|
msgstr "Hubo un problema de comunicación con Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este error ha sido reportado al propietario del bot."
|
msgstr "Este error ha sido reportado al propietario del bot."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/et-EE.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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Estonian\n"
|
"Language-Team: Estonian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Aseta Äänikanavan Tila"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Kiinnitä Viestit"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Ohita Hidastila"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Käytössä"
|
msgstr "Käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Ei käytössä"
|
msgstr "Ei käytössä"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
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:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Virheellinen argumentti"
|
msgstr "Virheellinen argumentti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Virheellinen ympäristö"
|
msgstr "Virheellinen ympäristö"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Toistinta ei saatavilla"
|
msgstr "Toistinta ei saatavilla"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
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."
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Envoyer des messages vocaux"
|
msgstr "Envoyer des messages vocaux"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Définir le statut du canal vocal"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Épingler les messages"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Contournez le mode Lenteur"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Cette commande va changer l'allocation maximale de RAM pour le noeud Lavalink géré, généralement vous n'aurez jamais à changer cela, avant d'envisager de le modifier, veuillez consulter notre équipe d'assistance."
|
msgstr "Cette commande va changer l'allocation maximale de RAM pour le noeud Lavalink géré, généralement vous n'aurez jamais à changer cela, avant d'envisager de le modifier, veuillez consulter notre équipe d'assistance."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Cette commande désactivera le noeud Lavalink géré, Si vous activez cette commande, vous devez spécifier un noeud Lavalink externe auquel vous devez vous connecter, si vous ne le faites pas, Audio arrêtera de fonctionner."
|
msgstr "Cette commande désactivera le noeud Lavalink géré, Si vous activez cette commande, vous devez spécifier un noeud Lavalink externe auquel vous devez vous connecter, si vous ne le faites pas, Audio arrêtera de fonctionner."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Cette commande est utilisée pour spécifier l'adresse IP qui sera utilisée par Red pour se connecter à un noeud Lavalink externe. "
|
msgstr "Cette commande est utilisée pour spécifier l'adresse IP qui sera utilisée par Red pour se connecter à un noeud Lavalink externe. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour spécifier le mot de passe d'authentification utilisé par Red pour se connecter à un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour spécifier le mot de passe d'authentification utilisé par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour basculer entre les connexions sécurisées et non sécurisées vers un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour basculer entre les connexions sécurisées et non sécurisées vers un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Cette commande est utilisée pour spécifier le port de connexion qui sera utilisée par Red pour se connecter à un noeud Lavalink externe."
|
msgstr "Cette commande est utilisée pour spécifier le port de connexion qui sera utilisée par Red pour se connecter à un noeud Lavalink externe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Cette commande spécifie à quelle interface réseau et à quelle adresse IP le noeud Lavalink géré sera lié, par défaut, c'est 'localhost', seulement changer cela si vous voulez que le noeud Lavalink géré soit lié à une adresse IP/interface spécifique."
|
msgstr "Cette commande spécifie à quelle interface réseau et à quelle adresse IP le noeud Lavalink géré sera lié, par défaut, c'est 'localhost', seulement changer cela si vous voulez que le noeud Lavalink géré soit lié à une adresse IP/interface spécifique."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Cette commande modifie le mot de passe requis pour se connecter à ce nœud géré. La valeur par défaut est 'youshallnotpass'."
|
msgstr "Cette commande modifie le mot de passe requis pour se connecter à ce nœud géré. La valeur par défaut est 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Cette commande modifie le port de connexion utilisé pour se connecter à ce nœud géré. À changer seulement si le port par défaut '2333' provoque des bugs avec des applications existantes."
|
msgstr "Cette commande modifie le port de connexion utilisé pour se connecter à ce nœud géré. À changer seulement si le port par défaut '2333' provoque des bugs avec des applications existantes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Cette commande active le support des URL directes comme les flux Icecast ou Shoutcast. Par exemple :<http://ice1.somafm.com/gsclassic-128-mp3>. Le désactiver rendra le bot incapable de jouer le contenu d'une URL directe."
|
msgstr "Cette commande active le support des URL directes comme les flux Icecast ou Shoutcast. Par exemple :<http://ice1.somafm.com/gsclassic-128-mp3>. Le désactiver rendra le bot incapable de jouer le contenu d'une URL directe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Activé"
|
msgstr "Activé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Désactivé"
|
msgstr "Désactivé"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
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:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argument invalide"
|
msgstr "Argument invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Environnement invalide"
|
msgstr "Environnement invalide"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "La connexion avec Lavalink a été perdue."
|
msgstr "La connexion avec Lavalink a été perdue."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
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:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Je ne parviens actuellement pas à avoir une musique depuis Lavalink. Réessayez dans quelques minutes."
|
msgstr "Je ne parviens actuellement pas à avoir une musique depuis Lavalink. Réessayez dans quelques minutes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
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."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivirano"
|
msgstr "Aktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivirano"
|
msgstr "Deaktivirano"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
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:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Neispravan Argument"
|
msgstr "Neispravan Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Neispravno Okruženje"
|
msgstr "Neispravno Okruženje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nema dostupnog Playera"
|
msgstr "Nema dostupnog Playera"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
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."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Letiltva"
|
msgstr "Letiltva"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Diaktifkan"
|
msgstr "Diaktifkan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Dinonaktifkan"
|
msgstr "Dinonaktifkan"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Imposta Stato Canale Vocale"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Messaggi PIN"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Modalità Bypass Lenta"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Abilitato"
|
msgstr "Abilitato"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Disabilitato"
|
msgstr "Disabilitato"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "ボイスチャンネルの状態を設定"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "僅用於中文"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Bypass Slowmode"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "활성화됨"
|
msgstr "활성화됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "비활성화됨"
|
msgstr "비활성화됨"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "인수룰 구분할 수 없습니다."
|
msgstr "인수룰 구분할 수 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "잘못된 인수입니다."
|
msgstr "잘못된 인수입니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "잘못된 환경입니다."
|
msgstr "잘못된 환경입니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "사용가능한 플레이어가 없습니다."
|
msgstr "사용가능한 플레이어가 없습니다."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
msgstr "봇 관리자에게 해당 에러가 보고되었습니다."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Norwegian Bokmal\n"
|
"Language-Team: Norwegian Bokmal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Sett talekanal status"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Fest meldinger"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Omgå treg modus"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Denne kommandoen vil endre den maksimale RAM fordelingen for den administrerte Lavalink-noden, normalt vil du aldri måtte endre dette før du vurderer å endre det, vennligst kontakt vårt supportteam."
|
msgstr "Denne kommandoen vil endre den maksimale RAM fordelingen for den administrerte Lavalink-noden, normalt vil du aldri måtte endre dette før du vurderer å endre det, vennligst kontakt vårt supportteam."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Denne kommandoen vil deaktivere den administrerte lavalunk-noden, hvis du slår av og på denne kommandoen må du angi en ekstern Lavalink node for å koble til, hvis du ikke gjør det, vil lyd slutte å virke."
|
msgstr "Denne kommandoen vil deaktivere den administrerte lavalunk-noden, hvis du slår av og på denne kommandoen må du angi en ekstern Lavalink node for å koble til, hvis du ikke gjør det, vil lyd slutte å virke."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Denne kommandoen brukes til å angi IP som skal brukes ved Rød for å koble til en ekstern Lavalink node. "
|
msgstr "Denne kommandoen brukes til å angi IP som skal brukes ved Rød for å koble til en ekstern Lavalink node. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes til å angi godkjenningspassord som brukes av Red til å koble til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes til å angi godkjenningspassord som brukes av Red til å koble til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes veksling mellom sikrede og usikrede forbindelser til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes veksling mellom sikrede og usikrede forbindelser til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Denne kommandoen brukes til å angi tilkoblingsporten som brukes av Red til å koble til en ekstern Lavalink node."
|
msgstr "Denne kommandoen brukes til å angi tilkoblingsporten som brukes av Red til å koble til en ekstern Lavalink node."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Denne kommandoen angir hvilken nettverkstilkobling og IP den administrerte Lavalink noden vil binde seg til som standard er dette 'localhost', endrer bare dette hvis du vil at Lavalink den håndterte noden skal bindes til en bestemt IP/grensesnitt."
|
msgstr "Denne kommandoen angir hvilken nettverkstilkobling og IP den administrerte Lavalink noden vil binde seg til som standard er dette 'localhost', endrer bare dette hvis du vil at Lavalink den håndterte noden skal bindes til en bestemt IP/grensesnitt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Kommandoen endrer godkjenningspassordet som kreves for å koble til denne administrerte node.Standardverdien er 'dushallnotpass'."
|
msgstr "Kommandoen endrer godkjenningspassordet som kreves for å koble til denne administrerte node.Standardverdien er 'dushallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n"
|
msgstr "Jeg mangler tillatelser i denne serveren, Vennligst adresse dette så snart som mulig.\n\n"
|
||||||
"Forventede tillatelser:\n"
|
"Forventede tillatelser:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivert"
|
msgstr "Aktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivert"
|
msgstr "Deaktivert"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
msgstr "Ingen DJ rolle funnet. Deaktivering av DJ modus."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`"
|
msgstr "`{user_input}` er ikke en gyldig verdi for `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Kan ikke analysere argument"
|
msgstr "Kan ikke analysere argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Ugyldig Argument"
|
msgstr "Ugyldig Argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`."
|
msgstr "Argumentet du ga for `{}` er ikke gyldig: Jeg forventet en `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ugyldig miljø"
|
msgstr "Ugyldig miljø"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Ingen spiller tilgjengelig"
|
msgstr "Ingen spiller tilgjengelig"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Botten er ikke koblet til en talekanal."
|
msgstr "Botten er ikke koblet til en talekanal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Kunne ikke motta spor"
|
msgstr "Kunne ikke motta spor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Det var et problem som kommuniserte med Discord."
|
msgstr "Det var et problem som kommuniserte med Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Denne feilen er rapportert til bot eieren."
|
msgstr "Denne feilen er rapportert til bot eieren."
|
||||||
|
|
||||||
|
|||||||
289
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -17,43 +17,43 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/cog.py:218
|
#: redbot/cogs/audio/core/events/cog.py:218
|
||||||
msgid "Auto Play started."
|
msgid "Auto Play started."
|
||||||
msgstr ""
|
msgstr "Auto Play gestart."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:35
|
#: redbot/cogs/audio/core/events/dpy.py:35
|
||||||
msgid "Create Instant Invite"
|
msgid "Create Instant Invite"
|
||||||
msgstr ""
|
msgstr "Directe uitnodiging maken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:36
|
#: redbot/cogs/audio/core/events/dpy.py:36
|
||||||
msgid "Kick Members"
|
msgid "Kick Members"
|
||||||
msgstr ""
|
msgstr "Leden kicken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:37
|
#: redbot/cogs/audio/core/events/dpy.py:37
|
||||||
msgid "Ban Members"
|
msgid "Ban Members"
|
||||||
msgstr ""
|
msgstr "Leden verbannen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:38
|
#: redbot/cogs/audio/core/events/dpy.py:38
|
||||||
msgid "Administrator"
|
msgid "Administrator"
|
||||||
msgstr ""
|
msgstr "Beheerder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:39
|
#: redbot/cogs/audio/core/events/dpy.py:39
|
||||||
msgid "Manage Channels"
|
msgid "Manage Channels"
|
||||||
msgstr ""
|
msgstr "Kanalen beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:40
|
#: redbot/cogs/audio/core/events/dpy.py:40
|
||||||
msgid "Manage Server"
|
msgid "Manage Server"
|
||||||
msgstr ""
|
msgstr "Server beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:41
|
#: redbot/cogs/audio/core/events/dpy.py:41
|
||||||
msgid "Add Reactions"
|
msgid "Add Reactions"
|
||||||
msgstr ""
|
msgstr "Reacties toevoegen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:42
|
#: redbot/cogs/audio/core/events/dpy.py:42
|
||||||
msgid "View Audit Log"
|
msgid "View Audit Log"
|
||||||
msgstr ""
|
msgstr "Auditlogboek bekijken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:43
|
#: redbot/cogs/audio/core/events/dpy.py:43
|
||||||
msgid "Priority Speaker"
|
msgid "Priority Speaker"
|
||||||
msgstr ""
|
msgstr "Prioriteitsspreker"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:44
|
#: redbot/cogs/audio/core/events/dpy.py:44
|
||||||
msgid "Video"
|
msgid "Video"
|
||||||
@@ -61,326 +61,342 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:45
|
#: redbot/cogs/audio/core/events/dpy.py:45
|
||||||
msgid "Read Text Channels & See Voice Channels"
|
msgid "Read Text Channels & See Voice Channels"
|
||||||
msgstr ""
|
msgstr "Tekstkanalen lezen & spraakkanalen bekijken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:46
|
#: redbot/cogs/audio/core/events/dpy.py:46
|
||||||
msgid "Send Messages"
|
msgid "Send Messages"
|
||||||
msgstr ""
|
msgstr "Berichten verzenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:47
|
#: redbot/cogs/audio/core/events/dpy.py:47
|
||||||
msgid "Send Text-to-speech Messages"
|
msgid "Send Text-to-speech Messages"
|
||||||
msgstr ""
|
msgstr "Tekst-naar-spraakberichten verzenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:48
|
#: redbot/cogs/audio/core/events/dpy.py:48
|
||||||
msgid "Manage Messages"
|
msgid "Manage Messages"
|
||||||
msgstr ""
|
msgstr "Berichten beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:49
|
#: redbot/cogs/audio/core/events/dpy.py:49
|
||||||
msgid "Embed Links"
|
msgid "Embed Links"
|
||||||
msgstr ""
|
msgstr "Links insluiten"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:50
|
#: redbot/cogs/audio/core/events/dpy.py:50
|
||||||
msgid "Attach Files"
|
msgid "Attach Files"
|
||||||
msgstr ""
|
msgstr "Bestanden bijvoegen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:51
|
#: redbot/cogs/audio/core/events/dpy.py:51
|
||||||
msgid "Read Message History"
|
msgid "Read Message History"
|
||||||
msgstr ""
|
msgstr "Berichtengeschiedenis lezen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:52
|
#: redbot/cogs/audio/core/events/dpy.py:52
|
||||||
msgid "Mention @everyone, @here, and All Roles"
|
msgid "Mention @everyone, @here, and All Roles"
|
||||||
msgstr ""
|
msgstr "Vermelding @everyone, @here en alle rollen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:53
|
#: redbot/cogs/audio/core/events/dpy.py:53
|
||||||
msgid "Use External Emojis"
|
msgid "Use External Emojis"
|
||||||
msgstr ""
|
msgstr "Externe emoji's gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:54
|
#: redbot/cogs/audio/core/events/dpy.py:54
|
||||||
msgid "View Server Insights"
|
msgid "View Server Insights"
|
||||||
msgstr ""
|
msgstr "Serverinzichten bekijken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:55
|
#: redbot/cogs/audio/core/events/dpy.py:55
|
||||||
msgid "Connect"
|
msgid "Connect"
|
||||||
msgstr ""
|
msgstr "Verbinden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:56
|
#: redbot/cogs/audio/core/events/dpy.py:56
|
||||||
msgid "Speak"
|
msgid "Speak"
|
||||||
msgstr ""
|
msgstr "Spreken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:57
|
#: redbot/cogs/audio/core/events/dpy.py:57
|
||||||
msgid "Mute Members"
|
msgid "Mute Members"
|
||||||
msgstr ""
|
msgstr "Leden dempen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:58
|
#: redbot/cogs/audio/core/events/dpy.py:58
|
||||||
msgid "Deafen Members"
|
msgid "Deafen Members"
|
||||||
msgstr ""
|
msgstr "Leden doven"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:59
|
#: redbot/cogs/audio/core/events/dpy.py:59
|
||||||
msgid "Move Members"
|
msgid "Move Members"
|
||||||
msgstr ""
|
msgstr "Leden verplaatsen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:60
|
#: redbot/cogs/audio/core/events/dpy.py:60
|
||||||
msgid "Use Voice Activity"
|
msgid "Use Voice Activity"
|
||||||
msgstr ""
|
msgstr "Spraakactiviteit gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:61
|
#: redbot/cogs/audio/core/events/dpy.py:61
|
||||||
msgid "Change Nickname"
|
msgid "Change Nickname"
|
||||||
msgstr ""
|
msgstr "Bijnaam wijzigen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:62
|
#: redbot/cogs/audio/core/events/dpy.py:62
|
||||||
msgid "Manage Nicknames"
|
msgid "Manage Nicknames"
|
||||||
msgstr ""
|
msgstr "Bijnamen beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:63
|
#: redbot/cogs/audio/core/events/dpy.py:63
|
||||||
msgid "Manage Roles"
|
msgid "Manage Roles"
|
||||||
msgstr ""
|
msgstr "Rollen beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:64
|
#: redbot/cogs/audio/core/events/dpy.py:64
|
||||||
msgid "Manage Webhooks"
|
msgid "Manage Webhooks"
|
||||||
msgstr ""
|
msgstr "Webhooks beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:65
|
#: redbot/cogs/audio/core/events/dpy.py:65
|
||||||
msgid "Manage Expressions"
|
msgid "Manage Expressions"
|
||||||
msgstr ""
|
msgstr "Expressies beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:66
|
#: redbot/cogs/audio/core/events/dpy.py:66
|
||||||
msgid "Use Application Commands"
|
msgid "Use Application Commands"
|
||||||
msgstr ""
|
msgstr "Applicatiecommando's gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:67
|
#: redbot/cogs/audio/core/events/dpy.py:67
|
||||||
msgid "Request to Speak"
|
msgid "Request to Speak"
|
||||||
msgstr ""
|
msgstr "Verzoeken om te spreken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:68
|
#: redbot/cogs/audio/core/events/dpy.py:68
|
||||||
msgid "Manage Events"
|
msgid "Manage Events"
|
||||||
msgstr ""
|
msgstr "Evenementen beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:69
|
#: redbot/cogs/audio/core/events/dpy.py:69
|
||||||
msgid "Manage Threads"
|
msgid "Manage Threads"
|
||||||
msgstr ""
|
msgstr "Threads beheren"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:70
|
#: redbot/cogs/audio/core/events/dpy.py:70
|
||||||
msgid "Create Public Threads"
|
msgid "Create Public Threads"
|
||||||
msgstr ""
|
msgstr "Openbare threads maken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:71
|
#: redbot/cogs/audio/core/events/dpy.py:71
|
||||||
msgid "Create Private Threads"
|
msgid "Create Private Threads"
|
||||||
msgstr ""
|
msgstr "Privéthreads maken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:72
|
#: redbot/cogs/audio/core/events/dpy.py:72
|
||||||
msgid "Use External Stickers"
|
msgid "Use External Stickers"
|
||||||
msgstr ""
|
msgstr "Externe stickers gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:73
|
#: redbot/cogs/audio/core/events/dpy.py:73
|
||||||
msgid "Send Messages in Threads"
|
msgid "Send Messages in Threads"
|
||||||
msgstr ""
|
msgstr "Berichten in threads verzenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:74
|
#: redbot/cogs/audio/core/events/dpy.py:74
|
||||||
msgid "Use Activities"
|
msgid "Use Activities"
|
||||||
msgstr ""
|
msgstr "Activiteiten gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:75
|
#: redbot/cogs/audio/core/events/dpy.py:75
|
||||||
msgid "Time out members"
|
msgid "Time out members"
|
||||||
msgstr ""
|
msgstr "Leden een time-out geven"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:76
|
#: redbot/cogs/audio/core/events/dpy.py:76
|
||||||
msgid "View Creator Monetization Analytics"
|
msgid "View Creator Monetization Analytics"
|
||||||
msgstr ""
|
msgstr "Statistieken over inkomsten van creators bekijken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:77
|
#: redbot/cogs/audio/core/events/dpy.py:77
|
||||||
msgid "Use Soundboard"
|
msgid "Use Soundboard"
|
||||||
msgstr ""
|
msgstr "Soundboard gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:78
|
#: redbot/cogs/audio/core/events/dpy.py:78
|
||||||
msgid "Create Expressions"
|
msgid "Create Expressions"
|
||||||
msgstr ""
|
msgstr "Expressies maken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:79
|
#: redbot/cogs/audio/core/events/dpy.py:79
|
||||||
msgid "Create Events"
|
msgid "Create Events"
|
||||||
msgstr ""
|
msgstr "Evenementen maken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:80
|
#: redbot/cogs/audio/core/events/dpy.py:80
|
||||||
msgid "Use External Sounds"
|
msgid "Use External Sounds"
|
||||||
msgstr ""
|
msgstr "Externe geluiden gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:81
|
#: redbot/cogs/audio/core/events/dpy.py:81
|
||||||
msgid "Send Voice Messages"
|
msgid "Send Voice Messages"
|
||||||
msgstr ""
|
msgstr "Spraakberichten verzenden"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr "Spraakkanaal status instellen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr "Peilingen maken"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr "Externe apps gebruiken"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Berichten vastzetten"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Slowmode omzeilen"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr "Dit commando wijzigt het uitvoerbare pad van Java, dit is handig als je meerdere installaties van Java hebt en de standaard installatie problemen veroorzaakt. Wijzig dit alsjeblieft niet, tenzij je zeker weet dat de Java-versie die je opgeeft, wordt ondersteund door Red. De ondersteunde versies zijn momenteel Java {supported_java_versions}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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 "Dit commando wijzigt de maximale RAM-toewijzing voor de beheerde Lavalink-node. Normaal gesproken hoef je dit nooit te wijzigen. Raadpleeg ons ondersteuningsteam voordat je overweegt dit te wijzigen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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 "Dit commando schakelt de beheerde Lavalink-node uit. Als je dit commando gebruikt, moet je een externe Lavalink-node specificeren om mee te verbinden. Als je dit niet doet, stopt Audio met werken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr ""
|
msgstr "Dit commando wordt gebruikt om het IP-adres op te geven dat Red zal gebruiken om verbinding te maken met een externe Lavalink-node. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
|
msgstr "Dit commando wordt gebruikt om het authenticatiewachtwoord op te geven dat Red gebruikt om verbinding te maken met een externe Lavalink-node."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
|
msgstr "Dit commando wordt gebruikt om de verbindingspoort op te geven die Red gebruikt om verbinding te maken met een externe Lavalink-node."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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 "Dit commando specificeert aan welke netwerkinterface en IP de beheerde Lavalink-node zal binden. Standaard is dit 'localhost'. Wijzig dit alleen als je wilt dat de beheerde Lavalink-node aan een specifiek IP/interface bindt."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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 "Dit commando wijzigt het authenticatiewachtwoord dat vereist is om verbinding te maken met deze beheerde node. De standaardwaarde is 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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 "Dit commando wijzigt de verbindingspoort die wordt gebruikt om verbinding te maken met deze beheerde node. Wijzig dit alleen als de standaardpoort '2333' conflicten veroorzaakt met bestaande applicaties."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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 "Dit commando schakelt de ondersteuning voor directe URL-streams zoals Icecast- of Shoutcast-streams in of uit. Een voorbeeld is <http://ice1.somafm.com/gsclassic-128-mp3>; het uitschakelen hiervan zorgt ervoor dat de bot geen directe URL-streaminhoud kan afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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 "Dit commando schakelt de ondersteuning voor het afspelen van lokale audiobestanden in of uit. Een voorbeeld is `/mnt/data/my_super_funky_track.mp3`; het uitschakelen hiervan zorgt ervoor dat de bot geen lokale bestanden kan afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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 "Dit commando schakelt de ondersteuning voor SoundCloud-playback in of uit. Een voorbeeld is <https://soundcloud.com/user-103858850/tilla>; het uitschakelen hiervan zorgt ervoor dat de bot geen SoundCloud-inhoud kan afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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 "Dit commando schakelt de ondersteuning voor YouTube-playback in of uit (Spotify is afhankelijk van YouTube). Het uitschakelen hiervan zorgt ervoor dat de bot geen YouTube-inhoud kan afspelen: dit is inclusief Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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 "Dit commando schakelt de ondersteuning voor Twitch-playback in of uit. Een voorbeeld hiervan is <https://twitch.tv/monstercat>; het uitschakelen hiervan zorgt ervoor dat de bot geen Twitch-inhoud kan afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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 "Dit commando schakelt de ondersteuning voor Vimeo-playback in of uit. Een voorbeeld hiervan is <https://vimeo.com/157743578>; het uitschakelen hiervan zorgt ervoor dat de bot geen Vimeo-inhoud kan afspelen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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 "Deze instelling beheert de framebuffer van de beheerde node, wijzig dit niet tenzij geïnstrueerd."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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 "Deze instelling beheert de JDA-NAS-buffer van de beheerde node, wijzig dit niet tenzij geïnstrueerd."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr ""
|
msgstr "Dit commando zal elke instelling resetten die is gewijzigd door `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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 "Je hebt geprobeerd Audio's beheerde Lavalink-node te draaien op een niet-ondersteunde architectuur. Alleen instelling gerelateerde commando's zullen beschikbaar zijn."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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 "Ik mis rechten om berichten te verzenden in deze server. Los dit alsjeblieft zo snel mogelijk op."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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 "Ik mis rechten in deze server. Los dit alsjeblieft zo snel mogelijk op.\n\n"
|
||||||
|
"Verwachte rechten:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ingeschakeld"
|
msgstr "Ingeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Uitgeschakeld"
|
msgstr "Uitgeschakeld"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
|
||||||
msgid "You should not be running this command."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
|
msgid "You should not be running this command."
|
||||||
|
msgstr "Je zou dit commando niet moeten uitvoeren."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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 "\n"
|
||||||
|
"{template}\n"
|
||||||
|
"Als je wilt doorgaan, voer dan dit hoofdlettergevoelige token zonder spaties in als je volgende bericht.\n\n"
|
||||||
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr ""
|
msgstr "Geen DJ-rol gevonden. DJ-modus wordt uitgeschakeld."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr ""
|
msgstr "`{user_input}` is geen geldige waarde voor `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr "Argument parseren mislukt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr "Ongeldig argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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 "Het argument dat je opgaf voor `{}` is niet geldig: ik verwachtte een `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr "Ongeldige omgeving"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr ""
|
msgstr "Verbinding met de Lavalink-node is verbroken."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr "Geen speler beschikbaar"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr ""
|
msgstr "De bot is niet verbonden met een spraakkanaal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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 "Kan track niet ophalen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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 "Ik kan op dit moment geen track ophalen van de Lavalink-node, probeer het over een paar minuten opnieuw."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr ""
|
msgstr "Er was een probleem met de communicatie met Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr "Deze fout is gemeld aan de boteigenaar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:175
|
#: redbot/cogs/audio/core/events/lavalink.py:175
|
||||||
msgid "Couldn't get a valid track."
|
msgid "Couldn't get a valid track."
|
||||||
msgstr ""
|
msgstr "Kon geen geldige track ophalen."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:210
|
#: redbot/cogs/audio/core/events/lavalink.py:210
|
||||||
msgid "Now Playing"
|
msgid "Now Playing"
|
||||||
@@ -396,20 +412,21 @@ msgstr "Wachtrij beëindigd."
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:301
|
#: redbot/cogs/audio/core/events/lavalink.py:301
|
||||||
msgid "Multiple Errors Detected"
|
msgid "Multiple Errors Detected"
|
||||||
msgstr ""
|
msgstr "Meerdere fouten gedetecteerd"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:302
|
#: redbot/cogs/audio/core/events/lavalink.py:302
|
||||||
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
msgid "Closing the audio player due to multiple errors being detected. If this persists, please inform the bot owner as the Audio cog may be temporally unavailable."
|
||||||
msgstr ""
|
msgstr "De audiospeler wordt gesloten omdat er meerdere fouten zijn gedetecteerd. Als dit aanhoudt, informeer dan de boteigenaar, aangezien de Audio-cog tijdelijk onbeschikbaar kan zijn."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:316
|
#: redbot/cogs/audio/core/events/lavalink.py:316
|
||||||
msgid "Track Stuck"
|
msgid "Track Stuck"
|
||||||
msgstr ""
|
msgstr "Track vastgelopen"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:317
|
#: redbot/cogs/audio/core/events/lavalink.py:317
|
||||||
msgid "Playback of the song has stopped due to an unexpected error.\n"
|
msgid "Playback of the song has stopped due to an unexpected error.\n"
|
||||||
"{error}"
|
"{error}"
|
||||||
msgstr ""
|
msgstr "Het afspelen van het nummer is gestopt vanwege een onverwachte fout.\n"
|
||||||
|
"{error}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:323
|
#: redbot/cogs/audio/core/events/lavalink.py:323
|
||||||
msgid "Track Error"
|
msgid "Track Error"
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Ustaw status kanału głosowego"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Przypnij wiadomości"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Omijanie trybu wolniejszego"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Ta komenda zmieni maksymalną alokację pamięci RAM dla zarządzanego węzła Lavalink, zwykle nigdy nie musisz tego zmieniać, zanim zastanowimy się nad jego zmianą, skontaktuj się z naszym zespołem pomocy technicznej."
|
msgstr "Ta komenda zmieni maksymalną alokację pamięci RAM dla zarządzanego węzła Lavalink, zwykle nigdy nie musisz tego zmieniać, zanim zastanowimy się nad jego zmianą, skontaktuj się z naszym zespołem pomocy technicznej."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Ta komenda wyłączy zarządzany węzeł Lavalink jeśli włączysz to polecenie musisz określić zewnętrzny węzeł Lavalink aby się połączyć, jeśli nie zrobisz tego dźwięk przestanie działać."
|
msgstr "Ta komenda wyłączy zarządzany węzeł Lavalink jeśli włączysz to polecenie musisz określić zewnętrzny węzeł Lavalink aby się połączyć, jeśli nie zrobisz tego dźwięk przestanie działać."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Ta komenda jest używana do określenia adresu IP, który będzie używany przez Czerwony do połączenia z zewnętrznym węzłem Lavalink. "
|
msgstr "Ta komenda jest używana do określenia adresu IP, który będzie używany przez Czerwony do połączenia z zewnętrznym węzłem Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "To polecenie jest używane do określenia hasła uwierzytelniania używanego przez Czerwonego do połączenia z zewnętrznym węzłem Lavalink."
|
msgstr "To polecenie jest używane do określenia hasła uwierzytelniania używanego przez Czerwonego do połączenia z zewnętrznym węzłem Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "To polecenie jest używane do przełączania pomiędzy zabezpieczonymi i niezabezpieczonymi połączeniami do zewnętrznego węzła Lavalink."
|
msgstr "To polecenie jest używane do przełączania pomiędzy zabezpieczonymi i niezabezpieczonymi połączeniami do zewnętrznego węzła Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Ta komenda jest używana do określenia portu połączenia używanego przez Czerwoną do połączenia z zewnętrznym węzłem Lavalink."
|
msgstr "Ta komenda jest używana do określenia portu połączenia używanego przez Czerwoną do połączenia z zewnętrznym węzłem Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Ta komenda określa, z którym interfejsem sieciowym i IP zarządzany węzeł Lavalink będzie powiązany, domyślnie to jest 'localhost', tylko jeśli chcesz, aby zarządzany węzeł Lavalink wiązał się z określonym IP/interfejsem."
|
msgstr "Ta komenda określa, z którym interfejsem sieciowym i IP zarządzany węzeł Lavalink będzie powiązany, domyślnie to jest 'localhost', tylko jeśli chcesz, aby zarządzany węzeł Lavalink wiązał się z określonym IP/interfejsem."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Ta komenda zmienia hasło uwierzytelniania wymagane do połączenia z tym zarządzanym węzłem. Wartością domyślną jest 'youshallnotpass'."
|
msgstr "Ta komenda zmienia hasło uwierzytelniania wymagane do połączenia z tym zarządzanym węzłem. Wartością domyślną jest 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Ta komenda zmienia port połączenia używany do połączenia z tym zarządzanym węzłem, zmień to tylko wtedy, gdy domyślny port '2333' powoduje konflikt z istniejącymi aplikacjami."
|
msgstr "Ta komenda zmienia port połączenia używany do połączenia z tym zarządzanym węzłem, zmień to tylko wtedy, gdy domyślny port '2333' powoduje konflikt z istniejącymi aplikacjami."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Ta komenda przełącza obsługę bezpośrednich strumieni url takich jak Icecast lub Shoutcast. Przykładem jest <http://ice1.somafm.com/gsclassic-128-mp3>; wyłączenie tego sprawi, że bot nie będzie w stanie odtworzyć żadnej bezpośredniej zawartości pary Url."
|
msgstr "Ta komenda przełącza obsługę bezpośrednich strumieni url takich jak Icecast lub Shoutcast. Przykładem jest <http://ice1.somafm.com/gsclassic-128-mp3>; wyłączenie tego sprawi, że bot nie będzie w stanie odtworzyć żadnej bezpośredniej zawartości pary Url."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr "Ta komenda przełącza obsługę lokalnego odtwarzania dźwięku. Przykładem jest `/mnt/data/my_super_funky_track.mp3`; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć lokalnej zawartości śladu."
|
msgstr "Ta komenda przełącza obsługę lokalnego odtwarzania dźwięku. Przykładem jest `/mnt/data/my_super_funky_track.mp3`; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć lokalnej zawartości śladu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania SoundCloud. Przykładem jest <https://soundcloud.com/user-103858850/tilla>; wyłączenie tego sprawi, że bot nie będzie mógł odtwarzać żadnych treści SoundCloud."
|
msgstr "Ta komenda przełącza obsługę odtwarzania SoundCloud. Przykładem jest <https://soundcloud.com/user-103858850/tilla>; wyłączenie tego sprawi, że bot nie będzie mógł odtwarzać żadnych treści SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania YouTube (Spotify zależy od YouTube). Wyłączenie tej opcji sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości YouTube: w tym Spotify."
|
msgstr "Ta komenda przełącza obsługę odtwarzania YouTube (Spotify zależy od YouTube). Wyłączenie tej opcji sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości YouTube: w tym Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania na Twitchu. Przykładem tego jest <https://twitch.tv/monstercat>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnych treści Twitcha."
|
msgstr "Ta komenda przełącza obsługę odtwarzania na Twitchu. Przykładem tego jest <https://twitch.tv/monstercat>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnych treści Twitcha."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Ta komenda przełącza obsługę odtwarzania Vimeo. Przykładem tego jest <https://vimeo.com/157743578>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości Vimeo."
|
msgstr "Ta komenda przełącza obsługę odtwarzania Vimeo. Przykładem tego jest <https://vimeo.com/157743578>; wyłączenie tego sprawi, że bot nie będzie mógł odtworzyć żadnej zawartości Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "To ustawienie kontroluje bufor ramki zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
msgstr "To ustawienie kontroluje bufor ramki zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "To ustawienie kontroluje bufor JDA-NAS zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
msgstr "To ustawienie kontroluje bufor JDA-NAS zarządzanego węzła, nie zmieniaj tego bez instrukcji."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Ta komenda zresetuje każde ustawienie zmienione przez `[p]llset`."
|
msgstr "Ta komenda zresetuje każde ustawienie zmienione przez `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Próbowałeś uruchomić węzeł Lavalink zarządzany przez Audio na nieobsługiwanej architekturze. Dostępne będą tylko polecenia związane z ustawieniami."
|
msgstr "Próbowałeś uruchomić węzeł Lavalink zarządzany przez Audio na nieobsługiwanej architekturze. Dostępne będą tylko polecenia związane z ustawieniami."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Brakuje mi uprawnień do wysyłania wiadomości na tym serwerze. Skontaktuj się z nim tak szybko, jak to możliwe."
|
msgstr "Brakuje mi uprawnień do wysyłania wiadomości na tym serwerze. Skontaktuj się z nim tak szybko, jak to możliwe."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Brakuje mi uprawnień na tym serwerze, prosimy o przekierowanie tego adresu tak szybko, jak to możliwe.\n\n"
|
msgstr "Brakuje mi uprawnień na tym serwerze, prosimy o przekierowanie tego adresu tak szybko, jak to możliwe.\n\n"
|
||||||
"Oczekiwane uprawnienia:\n"
|
"Oczekiwane uprawnienia:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Włączone"
|
msgstr "Włączone"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Wyłączone"
|
msgstr "Wyłączone"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
msgstr "Nie powinieneś uruchamiać tego polecenia."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,58 @@ msgstr "\n"
|
|||||||
"Jeśli chcesz kontynuować, wprowadź ten token uwzględniający wielkość liter bez spacji jako następna wiadomość.\n\n"
|
"Jeśli chcesz kontynuować, wprowadź ten token uwzględniający wielkość liter bez spacji jako następna wiadomość.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ."
|
msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`"
|
msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Nie można przeanalizować argumentu"
|
msgstr "Nie można przeanalizować argumentu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Nieprawidłowy argument"
|
msgstr "Nieprawidłowy argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Argument który podałeś dla `{}` jest nieprawidłowy: oczekiwałem/am `{}`."
|
msgstr "Argument który podałeś dla `{}` jest nieprawidłowy: oczekiwałem/am `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Nieprawidłowe środowisko"
|
msgstr "Nieprawidłowe środowisko"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Połączenie z węzłem Lavalink zostało utracone."
|
msgstr "Połączenie z węzłem Lavalink zostało utracone."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Brak dostępnego odtwarzacza"
|
msgstr "Brak dostępnego odtwarzacza"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nie jest podłączony do kanału głosowego."
|
msgstr "Bot nie jest podłączony do kanału głosowego."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nie można pobrać utworu"
|
msgstr "Nie można pobrać utworu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "W tej chwili nie mogę pobrać ścieżki z węzła Lavalink, spróbuj ponownie za kilka minut."
|
msgstr "W tej chwili nie mogę pobrać ścieżki z węzła Lavalink, spróbuj ponownie za kilka minut."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Wystąpił problem z komunikacją z Discordem."
|
msgstr "Wystąpił problem z komunikacją z Discordem."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
msgstr "Ten błąd został zgłoszony właścicielowi bota."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Definir estado do canal de voz"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Fixar Mensagens"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Ignorar Modo Lentidão"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Faltam permissões neste servidor. Por favor, resolva isso assim que possível.\n\n"
|
msgstr "Faltam permissões neste servidor. Por favor, resolva isso assim que possível.\n\n"
|
||||||
"Permissões esperadas:\n"
|
"Permissões esperadas:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Habilitado"
|
msgstr "Habilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desabilitado"
|
msgstr "Desabilitado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
msgstr "Nenhum cargo de DJ encontrado. Desabilitando o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Não foi possível analisar o argumento"
|
msgstr "Não foi possível analisar o argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento inválido"
|
msgstr "Argumento inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "O argumento que você deu para `{}` não é válido: eu esperava por `{}`."
|
msgstr "O argumento que você deu para `{}` não é válido: eu esperava por `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ambiente inválido"
|
msgstr "Ambiente inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nenhum reprodutor disponível"
|
msgstr "Nenhum reprodutor disponível"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "O bot não está conectado a um canal de voz."
|
msgstr "O bot não está conectado a um canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Não foi possível obter a faixa"
|
msgstr "Não foi possível obter a faixa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Não foi possível obter uma faixa do nó do Lavalink no momento, tente novamente em alguns minutos."
|
msgstr "Não foi possível obter uma faixa do nó do Lavalink no momento, tente novamente em alguns minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Ocorreu um problema de comunicação com o Discord."
|
msgstr "Ocorreu um problema de comunicação com o Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este erro foi reportado ao proprietário do bot."
|
msgstr "Este erro foi reportado ao proprietário do bot."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,115 +208,127 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Enviar Mensagens de Voz"
|
msgstr "Enviar Mensagens de Voz"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Definir estado do canal de voz"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr "Criar Votações"
|
msgstr "Criar Votações"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr "Usar Aplicações Externas"
|
msgstr "Usar Aplicações Externas"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Fixar Mensagens"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Ignorar Modo Lentidão"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Este comando irá alterar a alocação máxima de RAM para o nó gerenciado Lavalink, Normalmente você nunca precisará mudar isto, antes de considerar alterá-lo por favor consulte nossa equipe de suporte."
|
msgstr "Este comando irá alterar a alocação máxima de RAM para o nó gerenciado Lavalink, Normalmente você nunca precisará mudar isto, antes de considerar alterá-lo por favor consulte nossa equipe de suporte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
msgid "This command will disable the managed Lavalink node, if you toggle this command you must specify an external Lavalink node to connect to, if you do not do so Audio will stop working."
|
||||||
msgstr "Este comando desativará o nó Lavalink gerenciado, se você alternar este comando você deve especificar um nó Lavalink externo a se conectar, se você não fizer isso o Áudio irá parar de funcionar."
|
msgstr "Este comando desativará o nó Lavalink gerenciado, se você alternar este comando você deve especificar um nó Lavalink externo a se conectar, se você não fizer isso o Áudio irá parar de funcionar."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Este comando é usado para especificar o IP que será usado pelo Red para conectar a um nó Lavalink externo. "
|
msgstr "Este comando é usado para especificar o IP que será usado pelo Red para conectar a um nó Lavalink externo. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the authentication password used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para especificar a senha de autenticação usada pelo Red para conectar a um nó externo Lavalink."
|
msgstr "Este comando é usado para especificar a senha de autenticação usada pelo Red para conectar a um nó externo Lavalink."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
msgid "This command is used toggle between secured and unsecured connections to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para alternar entre conexões seguras e não seguras para um nó Lavalink externo."
|
msgstr "Este comando é usado para alternar entre conexões seguras e não seguras para um nó Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
msgid "This command is used to specify the connection port used by Red to connect to an external Lavalink node."
|
||||||
msgstr "Este comando é usado para especificar a porta de conexão usada pelo Red para conectar a um nó de Lavalink externo."
|
msgstr "Este comando é usado para especificar a porta de conexão usada pelo Red para conectar a um nó de Lavalink externo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Este comando especifica a qual interface de rede e IP o nó Lavalink gerenciado será vinculado, por padrão isto é 'localhost', só mude isso se você quiser que o nó gerenciado de Lavalink vincule a um IP/interface específico."
|
msgstr "Este comando especifica a qual interface de rede e IP o nó Lavalink gerenciado será vinculado, por padrão isto é 'localhost', só mude isso se você quiser que o nó gerenciado de Lavalink vincule a um IP/interface específico."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
msgid "This command changes the authentication password required to connect to this managed node.The default value is 'youshallnotpass'."
|
||||||
msgstr "Este comando altera a senha de autenticação necessária para conectar a este nó gerenciado. O valor padrão é 'youshallnotpass'."
|
msgstr "Este comando altera a senha de autenticação necessária para conectar a este nó gerenciado. O valor padrão é 'youshallnotpass'."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
msgid "This command changes the connection port used to connect to this managed node, only change this if the default port '2333' is causing conflicts with existing applications."
|
||||||
msgstr "Este comando altera a porta de conexão utilizada para conectar a este nó gerenciado, somente mude isso se a porta padrão '2333' estiver causando conflitos com aplicações existentes."
|
msgstr "Este comando altera a porta de conexão utilizada para conectar a este nó gerenciado, somente mude isso se a porta padrão '2333' estiver causando conflitos com aplicações existentes."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
msgid "This command toggles the support of direct url streams like Icecast or Shoutcast streams. An example is <http://ice1.somafm.com/gsclassic-128-mp3>; disabling this will make the bot unable to play any direct url steam content."
|
||||||
msgstr "Este comando alterna o suporte a streams de url diretas como Icecast ou Shoutcast fluxos. Um exemplo é <http://ice1.somafm.com/gsclassic-128-mp3>format@@1; desabilitar isso não fará com que o bot não possa reproduzir qualquer conteúdo Steam Url direta."
|
msgstr "Este comando alterna o suporte a streams de url diretas como Icecast ou Shoutcast fluxos. Um exemplo é <http://ice1.somafm.com/gsclassic-128-mp3>format@@1; desabilitar isso não fará com que o bot não possa reproduzir qualquer conteúdo Steam Url direta."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
msgid "This command toggles the support of local track audio playback. An example is `/mnt/data/my_super_funky_track.mp3`; disabling this will make the bot unable to play any local track content."
|
||||||
msgstr "Este comando alterna o suporte à reprodução de áudio local. Um exemplo é `/mnt/data/my_super_funky_track. p3`; desabilitar isto fará com que o bot não possa reproduzir qualquer conteúdo local."
|
msgstr "Este comando alterna o suporte à reprodução de áudio local. Um exemplo é `/mnt/data/my_super_funky_track. p3`; desabilitar isto fará com que o bot não possa reproduzir qualquer conteúdo local."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
msgid "This command toggles the support of SoundCloud playback. An example is <https://soundcloud.com/user-103858850/tilla>; disabling this will make the bot unable to play any SoundCloud content."
|
||||||
msgstr "Este comando alterna o suporte à reprodução do SoundCloud. Um exemplo é <https://soundcloud.com/user-103858850/tilla>; desabilitar isso fará com que o bot não possa reproduzir conteúdo do SoundCloud."
|
msgstr "Este comando alterna o suporte à reprodução do SoundCloud. Um exemplo é <https://soundcloud.com/user-103858850/tilla>; desabilitar isso fará com que o bot não possa reproduzir conteúdo do SoundCloud."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "Este comando alterna o suporte da reprodução do YouTube (Spotify depende do YouTube). Desabilitar isso fará com que o bot não possa reproduzir qualquer conteúdo do YouTube: isso inclui o Spotify."
|
msgstr "Este comando alterna o suporte da reprodução do YouTube (Spotify depende do YouTube). Desabilitar isso fará com que o bot não possa reproduzir qualquer conteúdo do YouTube: isso inclui o Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Esse comando alterna o apoio da reprodução do Twitch. Um exemplo disso é <https://twitch.tv/monstercat>; desabilitar isso fará com que o bot não possa jogar qualquer conteúdo da Twitch."
|
msgstr "Esse comando alterna o apoio da reprodução do Twitch. Um exemplo disso é <https://twitch.tv/monstercat>; desabilitar isso fará com que o bot não possa jogar qualquer conteúdo da Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
msgid "This command toggles the support of Vimeo playback. An example of this is <https://vimeo.com/157743578>; disabling this will make the bot unable to play any Vimeo content."
|
||||||
msgstr "Este comando alterna o suporte da reprodução Vimeo. Um exemplo disso é <https://vimeo.com/157743578>; desabilitar isso fará com que o bot não possa jogar nenhum conteúdo Vimeo."
|
msgstr "Este comando alterna o suporte da reprodução Vimeo. Um exemplo disso é <https://vimeo.com/157743578>; desabilitar isso fará com que o bot não possa jogar nenhum conteúdo Vimeo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's framebuffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuração controla o framework gerenciado, não altere isso a menos que instruído."
|
msgstr "Esta configuração controla o framework gerenciado, não altere isso a menos que instruído."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
msgid "This setting controls the managed node's JDA-NAS buffer, do not change this unless instructed."
|
||||||
msgstr "Esta configuração controla o buffer JDA-NAS do nó gerenciado, não muda isso a menos que instruído."
|
msgstr "Esta configuração controla o buffer JDA-NAS do nó gerenciado, não muda isso a menos que instruído."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
msgid "This command will reset every setting changed by `[p]llset`."
|
msgid "This command will reset every setting changed by `[p]llset`."
|
||||||
msgstr "Este comando irá redefinir todas as configurações alteradas por `[p]llset`."
|
msgstr "Este comando irá redefinir todas as configurações alteradas por `[p]llset`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Você tentou executar o nó Lavalink gerenciado do Áudio em uma arquitetura não suportada. Somente comandos relacionados a configurações estarão disponíveis."
|
msgstr "Você tentou executar o nó Lavalink gerenciado do Áudio em uma arquitetura não suportada. Somente comandos relacionados a configurações estarão disponíveis."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
msgid "I'm missing permissions to send messages in this server. Please address this as soon as possible."
|
||||||
msgstr "Faltam permissões para enviar mensagens neste servidor. Por favor, resolva isso o mais rápido possível."
|
msgstr "Faltam permissões para enviar mensagens neste servidor. Por favor, resolva isso o mais rápido possível."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Não tenho permissores neste servidor, Por favor resolva o mais rápido possível:\n"
|
msgstr "Não tenho permissores neste servidor, Por favor resolva o mais rápido possível:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Ativado"
|
msgstr "Ativado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Desactivado"
|
msgstr "Desactivado"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Você não deve estar executando este comando."
|
msgstr "Você não deve estar executando este comando."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -326,58 +338,58 @@ msgstr "\n"
|
|||||||
"Se você deseja continuar, insira este token sensível a maiúsculas e minúsculas sem espaços como a sua próxima mensagem.\n\n"
|
"Se você deseja continuar, insira este token sensível a maiúsculas e minúsculas sem espaços como a sua próxima mensagem.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nenhum cargo de DJ encontrado. Desativando o modo DJ."
|
msgstr "Nenhum cargo de DJ encontrado. Desativando o modo DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
msgstr "`{user_input}` não é um valor válido para `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Incapaz de analisar Argumento"
|
msgstr "Incapaz de analisar Argumento"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Argumento Inválido"
|
msgstr "Argumento Inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "O argumento que você deu para `{}` não é válido: eu estava esperando um `{}`."
|
msgstr "O argumento que você deu para `{}` não é válido: eu estava esperando um `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Ambiente inválido"
|
msgstr "Ambiente inválido"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "A conexão com o node Lavalink foi perdida."
|
msgstr "A conexão com o node Lavalink foi perdida."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Nenhum jogador disponível"
|
msgstr "Nenhum jogador disponível"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "O bot não está conectado a um canal de voz."
|
msgstr "O bot não está conectado a um canal de voz."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Não foi possível obter a faixa"
|
msgstr "Não foi possível obter a faixa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Não consigo obter uma faixa do nó de Lavalink no momento, tente novamente em alguns minutos."
|
msgstr "Não consigo obter uma faixa do nó de Lavalink no momento, tente novamente em alguns minutos."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Houve um problema na comunicação com o Discord."
|
msgstr "Houve um problema na comunicação com o Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Este erro foi denunciado ao dono do bot."
|
msgstr "Este erro foi denunciado ao dono do bot."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Отправлять голосовые сообщения"
|
msgstr "Отправлять голосовые сообщения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Установить состояние голосового канала"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr "Создавать опросы"
|
msgstr "Создавать опросы"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr "Использовать внешние приложения"
|
msgstr "Использовать внешние приложения"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Закрепить сообщения"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Пропустить медленный режим"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr "Эта команда изменит путь к исполняемому файлу Java. Это полезно, если у вас несколько установок Java, и стандартная вызывает проблемы. Пожалуйста, не изменяйте этот параметр, если вы не уверены, что указанная вами версия Java поддерживается Red. В настоящее время поддерживаются версии Java {supported_java_versions}."
|
msgstr "Эта команда изменит путь к исполняемому файлу Java. Это полезно, если у вас несколько установок Java, и стандартная вызывает проблемы. Пожалуйста, не изменяйте этот параметр, если вы не уверены, что указанная вами версия Java поддерживается Red. В настоящее время поддерживаются версии Java {supported_java_versions}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
msgid "This command will change the maximum RAM allocation for the managed Lavalink node, usually you will never have to change this, before considering changing it please consult our support team."
|
||||||
msgstr "Эта команда изменит максимальное распределение оперативной памяти для управляемого узла Lavalink, обычно вам никогда не придется изменять это значение, но прежде чем изменять его, пожалуйста, проконсультируйтесь с нашей службой поддержки."
|
msgstr "Эта команда изменит максимальное распределение оперативной памяти для управляемого узла Lavalink, обычно вам никогда не придется изменять это значение, но прежде чем изменять его, пожалуйста, проконсультируйтесь с нашей службой поддержки."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
msgid "This command is used to specify the IP which will be used by Red to connect to an external Lavalink node. "
|
||||||
msgstr "Эта команда используется для указания IP-адреса, который будет использовать Red для подключения к внешнему узлу Lavalink. "
|
msgstr "Эта команда используется для указания IP-адреса, который будет использовать Red для подключения к внешнему узлу Lavalink. "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
msgid "This command specifies which network interface and IP the managed Lavalink node will bind to, by default this is 'localhost', only change this if you want the managed Lavalink node to bind to a specific IP/interface."
|
||||||
msgstr "Эта команда определяет, к какому сетевому интерфейсу и IP будет привязываться управляемый узел Lavalink по умолчанию это 'localhost', только если вы хотите, чтобы управляемый узел Lavalink связался с определенным IP/интерфейсом."
|
msgstr "Эта команда определяет, к какому сетевому интерфейсу и IP будет привязываться управляемый узел Lavalink по умолчанию это 'localhost', только если вы хотите, чтобы управляемый узел Lavalink связался с определенным IP/интерфейсом."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
msgid "This command toggles the support of YouTube playback (Spotify depends on YouTube). Disabling this will make the bot unable to play any YouTube content: this includes Spotify."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения YouTube и Spotify. При отключении бот не сможет воспроизводить контента с YouTube и Spotify."
|
msgstr "Эта команда переключает поддержку воспроизведения YouTube и Spotify. При отключении бот не сможет воспроизводить контента с YouTube и Spotify."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
msgid "This command toggles the support of Twitch playback. An example of this is <https://twitch.tv/monstercat>; disabling this will make the bot unable to play any Twitch content."
|
||||||
msgstr "Эта команда переключает поддержку воспроизведения с Twitch. Пример <https://twitch.tv/monstercat>; при отключении бот не сможет воспроизводить содержимое c Twitch."
|
msgstr "Эта команда переключает поддержку воспроизведения с Twitch. Пример <https://twitch.tv/monstercat>; при отключении бот не сможет воспроизводить содержимое c Twitch."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Вы попытались запустить управляемый узел Lavalink на неподдерживаемой архитектуре. Будут доступны только команды, связанные с настройками."
|
msgstr "Вы попытались запустить управляемый узел Lavalink на неподдерживаемой архитектуре. Будут доступны только команды, связанные с настройками."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Включено"
|
msgstr "Включено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Отключено"
|
msgstr "Отключено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,58 @@ msgstr "\n"
|
|||||||
"Если вы хотите продолжить, введите чувствительный к регистру код без пробелов в качестве следующего сообщения.\n\n"
|
"Если вы хотите продолжить, введите чувствительный к регистру код без пробелов в качестве следующего сообщения.\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Не удается разобрать аргумент"
|
msgstr "Не удается разобрать аргумент"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Недопустимый аргумент"
|
msgstr "Недопустимый аргумент"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Неверное окружение"
|
msgstr "Неверное окружение"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Нет доступных проигрывателей"
|
msgstr "Нет доступных проигрывателей"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Об этой ошибке было сообщено владельцу бота."
|
msgstr "Об этой ошибке было сообщено владельцу бота."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Aktivované"
|
msgstr "Aktivované"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Deaktivované"
|
msgstr "Deaktivované"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Nie je tu nájdená žiadna DJ rola. Vypínam DJ mód."
|
msgstr "Nie je tu nájdená žiadna DJ rola. Vypínam DJ mód."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Žiaden prehrávač nie je dostupný"
|
msgstr "Žiaden prehrávač nie je dostupný"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot nie je pripojený na hlasový kanál."
|
msgstr "Bot nie je pripojený na hlasový kanál."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Nepodarilo sa získať stopu"
|
msgstr "Nepodarilo sa získať stopu"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Vyskytla sa chyba pri komunikácii s Discordom."
|
msgstr "Vyskytla sa chyba pri komunikácii s Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
msgstr "Táto chyba bola nahlásená vlastníkovi bota."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovenian\n"
|
"Language-Team: Slovenian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n"
|
msgstr "Nimam nekaterih dovoljenj, prosim odpravi to težavo čim hitreje:\n\n"
|
||||||
"Potrebna dovoljenja:\n"
|
"Potrebna dovoljenja:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Omogočeno"
|
msgstr "Omogočeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Onemogočeno"
|
msgstr "Onemogočeno"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ rola ne obstaja. Izklapljam DJ način."
|
msgstr "DJ rola ne obstaja. Izklapljam DJ način."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "Vrednost `{user_input}` ni veljavna za `{command}`"
|
msgstr "Vrednost `{user_input}` ni veljavna za `{command}`"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Argumenta ni mogoče razčleniti"
|
msgstr "Argumenta ni mogoče razčleniti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Neveljaven argument"
|
msgstr "Neveljaven argument"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Podani argument za `{}` ni veljaven: Pričakoval sem `{}`."
|
msgstr "Podani argument za `{}` ni veljaven: Pričakoval sem `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Neveljavno okolje"
|
msgstr "Neveljavno okolje"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Na voljo ni noben predvajalnik"
|
msgstr "Na voljo ni noben predvajalnik"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot ni povezan do zvočnega kanala."
|
msgstr "Bot ni povezan do zvočnega kanala."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Skladbe ni mogoče dobiti"
|
msgstr "Skladbe ni mogoče dobiti"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Prišlo je do težave pri komunikaciji z Discordom."
|
msgstr "Prišlo je do težave pri komunikaciji z Discordom."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Napaka je bila posredovana lastniku bota."
|
msgstr "Napaka je bila posredovana lastniku bota."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Ange röstkanalstatus"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Fäst meddelanden"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Förbifart Slowmode"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "Sesli Mesaj Gönder"
|
msgstr "Sesli Mesaj Gönder"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
msgid "You have attempted to run Audio's managed Lavalink node on an unsupported architecture. Only settings related commands will be available."
|
||||||
msgstr "Ses modülünün Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir."
|
msgstr "Ses modülünün Lavalink sunucusunu desteklenmeyen bir mimaride çalıştırmayı denediniz. Yalnızca ayarlarla ilgili komutlar kullanılabilir."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\n\n"
|
msgstr "Bu sunucuda gerekli izinlere sahip değilim, lütfen bu sorunu en kısa zamanda çözün.\n\n"
|
||||||
"Beklediğim İzinler:\n"
|
"Beklediğim İzinler:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Etkinleştirildi"
|
msgstr "Etkinleştirildi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Devre dışı bırakıldı"
|
msgstr "Devre dışı bırakıldı"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
msgid "You should not be running this command."
|
msgid "You should not be running this command."
|
||||||
msgstr "Bu komutu çalıştırmamalısın."
|
msgstr "Bu komutu çalıştırmamalısın."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
msgstr "DJ rolü bulunamadı. DJ modu kapatılıyor."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
msgid "`{user_input}` is not a valid value for `{command}`"
|
msgid "`{user_input}` is not a valid value for `{command}`"
|
||||||
msgstr "`{user_input}` `{command}` için geçerli bir değer değil"
|
msgstr "`{user_input}` `{command}` için geçerli bir değer değil"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Değişken işlenemedi"
|
msgstr "Değişken işlenemedi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Geçersiz argüment"
|
msgstr "Geçersiz argüment"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "`{}` için sunduğunuz değişken geçersiz, ben bir `{}` bekliyordum."
|
msgstr "`{}` için sunduğunuz değişken geçersiz, ben bir `{}` bekliyordum."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "Geçersiz Ortam"
|
msgstr "Geçersiz Ortam"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
msgid "Connection to Lavalink node has been lost."
|
msgid "Connection to Lavalink node has been lost."
|
||||||
msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu."
|
msgstr "Lavalink'e bağlanırken bir bağlantı hatası oluştu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Kullanılabilir müzik çalar yok"
|
msgstr "Kullanılabilir müzik çalar yok"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Bot her hangi bir ses kanalında değil."
|
msgstr "Bot her hangi bir ses kanalında değil."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Parça alınamıyor"
|
msgstr "Parça alınamıyor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:184
|
#: redbot/cogs/audio/core/events/lavalink.py:184
|
||||||
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
msgid "I'm unable to get a track from the Lavalink node at the moment, try again in a few minutes."
|
||||||
msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin."
|
msgstr "Şu anda Lavalink'ten şarkıyı çalamıyorum, lütfen birkaç dakika sonra tekrar deneyin."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Discord ile haberleşirken sorun oluştu."
|
msgstr "Discord ile haberleşirken sorun oluştu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Hata bot sahibine bildirildi."
|
msgstr "Hata bot sahibine bildirildi."
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "Встановити статус голосового каналу"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "Прикріплювати повідомлення"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "Обхід свідомості"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Увімкнено"
|
msgstr "Увімкнено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Вимкнено"
|
msgstr "Вимкнено"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
redbot/cogs/audio/core/events/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -208,174 +208,186 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
msgid "I'm missing permissions in this server, Please address this as soon as possible.\n\n"
|
||||||
"Expected Permissions:\n"
|
"Expected Permissions:\n"
|
||||||
msgstr "Tôi bị thiếu quyền trong máy chủ này.\n\n"
|
msgstr "Tôi bị thiếu quyền trong máy chủ này.\n\n"
|
||||||
"Những quyền cần thiết:\n"
|
"Những quyền cần thiết:\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "Đã bật"
|
msgstr "Đã bật"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Đã tắt"
|
msgstr "Đã tắt"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
msgid "No DJ role found. Disabling DJ mode."
|
msgid "No DJ role found. Disabling DJ mode."
|
||||||
msgstr "Tôi không thấy role DJ nào cả, đang tắt chế độ DJ."
|
msgstr "Tôi không thấy role DJ nào cả, đang tắt chế độ DJ."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "Không thể đối chiếu cú pháp"
|
msgstr "Không thể đối chiếu cú pháp"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "Giá trị không hợp lệ"
|
msgstr "Giá trị không hợp lệ"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`."
|
||||||
msgstr "Có gì đó không đúng với `{}`: Tôi tưởng bạn muốn `{}`."
|
msgstr "Có gì đó không đúng với `{}`: Tôi tưởng bạn muốn `{}`."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "Tôi chưa bật trình phát nhạc"
|
msgstr "Tôi chưa bật trình phát nhạc"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
msgid "The bot is not connected to a voice channel."
|
msgid "The bot is not connected to a voice channel."
|
||||||
msgstr "Nhưng mà Tôi chưa vào kênh thoại nào."
|
msgstr "Nhưng mà Tôi chưa vào kênh thoại nào."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: redbot/cogs/audio/core/events/lavalink.py:183
|
#: redbot/cogs/audio/core/events/lavalink.py:183
|
||||||
msgid "Unable to Get Track"
|
msgid "Unable to Get Track"
|
||||||
msgstr "Tôi không lấy được nhạc. Thử lại lần nữa đi"
|
msgstr "Tôi không lấy được nhạc. Thử lại lần nữa đi"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
msgid "There was an issue communicating with Discord."
|
msgid "There was an issue communicating with Discord."
|
||||||
msgstr "Hmm hình như có vấn đề khi kết nối với Discord."
|
msgstr "Hmm hình như có vấn đề khi kết nối với Discord."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "Lỗi này Tôi đã báo cáo với chủ sở hữu."
|
msgstr "Lỗi này Tôi đã báo cáo với chủ sở hữu."
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,173 +208,185 @@ msgid "Send Voice Messages"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
|
msgid "Set Voice Channel Status"
|
||||||
|
msgstr "设置语音频道状态"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
msgid "Create Polls"
|
msgid "Create Polls"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr "置顶消息"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr "旁路缓慢模式"
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已启用"
|
msgstr "已启用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已禁用"
|
msgstr "已禁用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
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:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
96
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: 2025-01-26 22:03+0000\n"
|
"POT-Creation-Date: 2026-03-04 01:51+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"
|
||||||
@@ -208,116 +208,128 @@ msgid "Send Voice Messages"
|
|||||||
msgstr "傳送語音訊息"
|
msgstr "傳送語音訊息"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:82
|
#: redbot/cogs/audio/core/events/dpy.py:82
|
||||||
msgid "Create Polls"
|
msgid "Set Voice Channel Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:83
|
#: redbot/cogs/audio/core/events/dpy.py:83
|
||||||
|
msgid "Create Polls"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:84
|
||||||
msgid "Use External Apps"
|
msgid "Use External Apps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:87
|
#: redbot/cogs/audio/core/events/dpy.py:85
|
||||||
|
msgid "Pin Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:86
|
||||||
|
msgid "Bypass Slowmode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/events/dpy.py:90
|
||||||
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
msgid "This command will change the executable path of Java, this is useful if you have multiple installations of Java and the default one is causing issues. Please don't change this unless you are certain that the Java version you are specifying is supported by Red. The supported versions are currently Java {supported_java_versions}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:93
|
#: redbot/cogs/audio/core/events/dpy.py:96
|
||||||
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:98
|
#: redbot/cogs/audio/core/events/dpy.py:101
|
||||||
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:103
|
#: redbot/cogs/audio/core/events/dpy.py:106
|
||||||
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:106
|
#: redbot/cogs/audio/core/events/dpy.py:109
|
||||||
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:110
|
#: redbot/cogs/audio/core/events/dpy.py:113
|
||||||
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:113
|
#: redbot/cogs/audio/core/events/dpy.py:116
|
||||||
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:116
|
#: redbot/cogs/audio/core/events/dpy.py:119
|
||||||
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:121
|
#: redbot/cogs/audio/core/events/dpy.py:124
|
||||||
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:125
|
#: redbot/cogs/audio/core/events/dpy.py:128
|
||||||
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:129
|
#: redbot/cogs/audio/core/events/dpy.py:132
|
||||||
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:139
|
#: redbot/cogs/audio/core/events/dpy.py:142
|
||||||
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:144
|
#: redbot/cogs/audio/core/events/dpy.py:147
|
||||||
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:149
|
#: redbot/cogs/audio/core/events/dpy.py:152
|
||||||
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:154
|
#: redbot/cogs/audio/core/events/dpy.py:157
|
||||||
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:159
|
#: redbot/cogs/audio/core/events/dpy.py:162
|
||||||
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:164
|
#: redbot/cogs/audio/core/events/dpy.py:167
|
||||||
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:168
|
#: redbot/cogs/audio/core/events/dpy.py:171
|
||||||
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:172
|
#: redbot/cogs/audio/core/events/dpy.py:175
|
||||||
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:189
|
#: redbot/cogs/audio/core/events/dpy.py:192
|
||||||
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:211
|
#: redbot/cogs/audio/core/events/dpy.py:214
|
||||||
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:237
|
#: redbot/cogs/audio/core/events/dpy.py:240
|
||||||
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:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Enabled"
|
msgid "Enabled"
|
||||||
msgstr "已啟用"
|
msgstr "已啟用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:244
|
#: redbot/cogs/audio/core/events/dpy.py:247
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "已停用"
|
msgstr "已停用"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:275
|
#: redbot/cogs/audio/core/events/dpy.py:278
|
||||||
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:278
|
#: redbot/cogs/audio/core/events/dpy.py:281
|
||||||
msgid "\n"
|
msgid "\n"
|
||||||
"{template}\n"
|
"{template}\n"
|
||||||
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
"If you wish to continue, enter this case sensitive token without spaces as your next message.\n\n"
|
||||||
@@ -327,58 +339,58 @@ msgstr "\n"
|
|||||||
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
"如果您想繼續,請輸入這個不帶空格區分大小寫的令牌作為您的下一條消息。\n\n"
|
||||||
"{confirm_token}"
|
"{confirm_token}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:326
|
#: redbot/cogs/audio/core/events/dpy.py:329
|
||||||
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:336
|
#: redbot/cogs/audio/core/events/dpy.py:339
|
||||||
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:344
|
#: redbot/cogs/audio/core/events/dpy.py:347
|
||||||
msgid "Unable To Parse Argument"
|
msgid "Unable To Parse Argument"
|
||||||
msgstr "無法分析參數"
|
msgstr "無法分析參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:356
|
#: redbot/cogs/audio/core/events/dpy.py:359
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:365
|
#: redbot/cogs/audio/core/events/dpy.py:368
|
||||||
msgid "Invalid Argument"
|
msgid "Invalid Argument"
|
||||||
msgstr "無效的參數"
|
msgstr "無效的參數"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:357
|
#: redbot/cogs/audio/core/events/dpy.py:360
|
||||||
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:375
|
#: redbot/cogs/audio/core/events/dpy.py:378
|
||||||
msgid "Invalid Environment"
|
msgid "Invalid Environment"
|
||||||
msgstr "無效的環境。"
|
msgstr "無效的環境。"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:376
|
#: redbot/cogs/audio/core/events/dpy.py:379
|
||||||
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:384
|
#: redbot/cogs/audio/core/events/dpy.py:387
|
||||||
msgid "No Player Available"
|
msgid "No Player Available"
|
||||||
msgstr "沒有可用的播放器"
|
msgstr "沒有可用的播放器"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/events/dpy.py:385
|
#: redbot/cogs/audio/core/events/dpy.py:388
|
||||||
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:393
|
#: redbot/cogs/audio/core/events/dpy.py:396
|
||||||
#: 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:394
|
#: redbot/cogs/audio/core/events/dpy.py:397
|
||||||
#: 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:405
|
#: redbot/cogs/audio/core/events/dpy.py:408
|
||||||
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:406
|
#: redbot/cogs/audio/core/events/dpy.py:409
|
||||||
msgid "This error has been reported to the bot owner."
|
msgid "This error has been reported to the bot owner."
|
||||||
msgstr "此錯誤已報告給機器人所有者。"
|
msgstr "此錯誤已報告給機器人所有者。"
|
||||||
|
|
||||||
|
|||||||
4
redbot/cogs/audio/core/tasks/locales/nl-NL.po
generated
@@ -17,11 +17,11 @@ 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 "Kon geen geldige track ophalen."
|
||||||
|
|
||||||
#: 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 "Kan track niet ophalen"
|
||||||
|
|
||||||
#: 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."
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Nejprve se připojte k hlasovému kanálu."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Spojení s Lavalink uzlem ještě nebylo navázáno."
|
msgstr "Spojení s Lavalink uzlem ještě nebylo navázáno."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
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 "Dosaženo limitu velikosti fronty."
|
msgstr "Dosaženo limitu velikosti fronty."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Skladby Nelze Přehrát"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Verbinde dich zuerst mit einem Sprachkanal."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt."
|
msgstr "Verbindung zu Lavalink wurde noch nicht hergestellt."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Titel können nicht wiedergegeben werden"
|
||||||
|
|
||||||
#: 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 "Maximale Warteschlangengröße erreicht."
|
msgstr "Maximale Warteschlangengröße erreicht."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Titel können nicht wiedergegeben werden"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/et-EE.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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Estonian\n"
|
"Language-Team: Estonian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Yhdistä ensin puhekanavalle."
|
|||||||
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 "Kappaleiden toisto ei onnistu"
|
||||||
|
|
||||||
#: 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 "Jonon enimmäispituus on saavutettu."
|
msgstr "Jonon enimmäispituus on saavutettu."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Kappaleiden toisto ei onnistu"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Rejoignez un salon vocal d'abord."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "La connexion au nœud Lavalink n'a pas encore été établie."
|
msgstr "La connexion au nœud Lavalink n'a pas encore été établie."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Impossible de jouer des pistes"
|
||||||
|
|
||||||
#: 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 "Limite de la file de lecture atteinte."
|
msgstr "Limite de la file de lecture atteinte."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Impossible de jouer des pistes"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Prvo se pridruži govornome kanalu."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Veza s Lavalink čvorom još nije uspostavljena."
|
msgstr "Veza s Lavalink čvorom još nije uspostavljena."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Nije moguće reproducirati pjesme"
|
||||||
|
|
||||||
#: 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 "Dostignuto ograničenje za red čekanja."
|
msgstr "Dostignuto ograničenje za red čekanja."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Nije moguće reproducirati pjesme"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Italian\n"
|
"Language-Team: Italian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Japanese\n"
|
"Language-Team: Japanese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Korean\n"
|
"Language-Team: Korean\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -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/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Norwegian Bokmal\n"
|
"Language-Team: Norwegian Bokmal\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Koble til en talekanal først."
|
|||||||
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 "Kan ikke spille spor"
|
||||||
|
|
||||||
#: 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 "Grensen for kø er nådd."
|
msgstr "Grensen for kø er nådd."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Kan ikke spille spor"
|
|
||||||
|
|
||||||
#: 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"
|
||||||
|
|||||||
14
redbot/cogs/audio/core/utilities/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Verbind eerst met een spraakkanaal."
|
|||||||
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 "Kan tracks niet afspelen"
|
||||||
|
|
||||||
#: 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 "Kan tracks niet afspelen"
|
|
||||||
|
|
||||||
#: 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"
|
||||||
@@ -118,7 +118,7 @@ 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 "Ongeldige omgeving"
|
||||||
|
|
||||||
#: 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."
|
||||||
@@ -220,7 +220,7 @@ 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 "Kan track niet ophalen"
|
||||||
|
|
||||||
#: 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
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Polish\n"
|
"Language-Team: Polish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Najpierw połącz się z kanałem głosowym."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane."
|
msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Nie można odtworzyć utworów"
|
||||||
|
|
||||||
#: 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 "Osiągnięto limit rozmiaru kolejki."
|
msgstr "Osiągnięto limit rozmiaru kolejki."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Nie można odtworzyć utworów"
|
|
||||||
|
|
||||||
#: 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"
|
||||||
|
|||||||
151
redbot/cogs/audio/core/utilities/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese, Brazilian\n"
|
"Language-Team: Portuguese, Brazilian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,15 +45,15 @@ msgstr "Primeiro você deve se juntar a um canal de voz."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Conexão com o node Lavalink ainda não foi estabelecida."
|
msgstr "Conexão com o node Lavalink ainda não foi estabelecida."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Não foi possível tocar a música"
|
||||||
|
|
||||||
#: 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 "Limite da fila atingindo."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Não foi possível tocar a música"
|
|
||||||
|
|
||||||
#: 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
|
||||||
@@ -63,41 +63,41 @@ msgstr "Faixa Enfileirada"
|
|||||||
#: 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 "Esta faixa não é permitida neste servidor."
|
||||||
|
|
||||||
#: 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 "Faixa excede comprimento máximo."
|
||||||
|
|
||||||
#: 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} até a reprodução da faixa: #{position} na fila"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:260
|
#: redbot/cogs/audio/core/utilities/formatting.py:260
|
||||||
msgid "Tracks Found:"
|
msgid "Tracks Found:"
|
||||||
msgstr ""
|
msgstr "Faixas Encontradas:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:261
|
#: redbot/cogs/audio/core/utilities/formatting.py:261
|
||||||
msgid "search results"
|
msgid "search results"
|
||||||
msgstr ""
|
msgstr "resultados da pesquisa"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:263
|
#: redbot/cogs/audio/core/utilities/formatting.py:263
|
||||||
msgid "Folders Found:"
|
msgid "Folders Found:"
|
||||||
msgstr ""
|
msgstr "Pastas Encontradas:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:264
|
#: redbot/cogs/audio/core/utilities/formatting.py:264
|
||||||
msgid "local folders"
|
msgid "local folders"
|
||||||
msgstr ""
|
msgstr "pastas locais"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:266
|
#: redbot/cogs/audio/core/utilities/formatting.py:266
|
||||||
msgid "Files Found:"
|
msgid "Files Found:"
|
||||||
msgstr ""
|
msgstr "Arquivos Encontrados:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:267
|
#: redbot/cogs/audio/core/utilities/formatting.py:267
|
||||||
msgid "local tracks"
|
msgid "local tracks"
|
||||||
msgstr ""
|
msgstr "faixas locais"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:379
|
#: redbot/cogs/audio/core/utilities/formatting.py:379
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:240
|
#: redbot/cogs/audio/core/utilities/playlists.py:240
|
||||||
@@ -122,15 +122,15 @@ msgstr "Ambiente inválido"
|
|||||||
|
|
||||||
#: 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 "Sem pasta localtracks."
|
||||||
|
|
||||||
#: 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 "Sem {currency} suficiente"
|
||||||
|
|
||||||
#: 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 "{required_credits} {currency} necessário, mas você possui {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,54 +140,56 @@ msgstr "música em {} servidores"
|
|||||||
#: 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 "Não há nada na fila."
|
||||||
|
|
||||||
#: 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 "Transmitindo agora {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}"
|
||||||
msgstr ""
|
msgstr "{time} restante de {track}"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:154
|
#: redbot/cogs/audio/core/utilities/player.py:154
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:189
|
#: redbot/cogs/audio/core/utilities/player.py:189
|
||||||
msgid "Track Skipped"
|
msgid "Track Skipped"
|
||||||
msgstr ""
|
msgstr "Faixa Pulada"
|
||||||
|
|
||||||
#: 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 "O número da faixa deve ser igual ou maior que 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 "Há apenas músicas {queuelen} na fila."
|
||||||
|
|
||||||
#: 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} Faixas Puladas"
|
||||||
|
|
||||||
#: 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 "O proprietário precisa definir o ID do cliente do Spotify e o Spotify Client Secret, antes que possam ser usadas URLs ou códigos do Spotify. \n"
|
||||||
|
"Veja `{prefix}audioset spotifyapi` para instruções."
|
||||||
|
|
||||||
#: 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 "O proprietário precisa definir a chave da API do YouTube antes que URLs ou códigos do Spotify possam ser usados.\n"
|
||||||
|
"Veja `{prefix}audioset youtubeapi` para instruções."
|
||||||
|
|
||||||
#: 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 "Não foi possível obter as faixas"
|
||||||
|
|
||||||
#: 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 "Aguarde até que a playlist termine de carregar."
|
||||||
|
|
||||||
#: 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 +205,7 @@ msgstr "Nada encontrado."
|
|||||||
#: 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 "Faixa não é reproduzível."
|
||||||
|
|
||||||
#: 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 +213,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}** não é um formato totalmente suportado e algumas faixas podem não reproduzir."
|
||||||
|
|
||||||
#: 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
|
||||||
@@ -235,7 +237,7 @@ msgstr "A chave de API do Spotify ou segredo do cliente não foram definidos cor
|
|||||||
|
|
||||||
#: 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 "Não foi possível encontrar as faixas"
|
||||||
|
|
||||||
#: 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,26 +245,27 @@ msgstr "Isto não parece ser uma URL ou código do Spotify válido."
|
|||||||
|
|
||||||
#: 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} não é uma solicitação permitida."
|
||||||
|
|
||||||
#: 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 "Não foi possível obter uma faixa do Lavalink Node no momento, tente novamente em alguns minutos."
|
||||||
|
|
||||||
#: 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 "As faixas locais não funcionarão se o `Lavalink.jar` não conseguir ver a faixa.\n"
|
||||||
|
"Isto pode ser devido a permissões ou porque o Lavalink.jar está sendo executado em uma máquina diferente das faixas locais."
|
||||||
|
|
||||||
#: 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."
|
||||||
msgstr ""
|
msgstr " {bad_tracks} faixas não puderam ser adicionadas."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:492
|
#: redbot/cogs/audio/core/utilities/player.py:492
|
||||||
msgid "No Title"
|
msgid "No Title"
|
||||||
msgstr ""
|
msgstr "Sem Título"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:494
|
#: redbot/cogs/audio/core/utilities/player.py:494
|
||||||
msgid "Playlist Enqueued"
|
msgid "Playlist Enqueued"
|
||||||
@@ -270,7 +273,7 @@ msgstr "Lista de reprodução enfileirada"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:494
|
#: redbot/cogs/audio/core/utilities/player.py:494
|
||||||
msgid "Album Enqueued"
|
msgid "Album Enqueued"
|
||||||
msgstr ""
|
msgstr "Álbum Adicionado"
|
||||||
|
|
||||||
#: 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}"
|
||||||
@@ -286,25 +289,25 @@ msgstr "Nada foi encontrado"
|
|||||||
|
|
||||||
#: 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 "Por favor, aguarde, encontrando faixas..."
|
||||||
|
|
||||||
#: 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 "Obtendo faixa {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 "Correspondendo faixa {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 "Carregando faixa {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 "Tempo restante aproximado: {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."
|
||||||
@@ -316,27 +319,27 @@ msgstr "A conexão foi redefinida durante o carregamento da lista de reproduçã
|
|||||||
|
|
||||||
#: 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 "Você não tem as permissões para gerenciar {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 "Você não tem permissão para gerenciar essa playlist no {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 "Você não tem permissão para gerenciar a playlist de {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 "Você não tem as permissões para gerenciar playlists no escopo {scope}."
|
||||||
|
|
||||||
#: 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 "Sem acesso à playlist."
|
||||||
|
|
||||||
#: 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} playlists correspondem {original_input}: Por favor, tente ser mais específico, ou use o ID da playlist."
|
||||||
|
|
||||||
#: 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 +347,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"
|
||||||
|
" - Escopo: < {scope} >\n"
|
||||||
|
" - ID: < {playlist.id} >\n"
|
||||||
|
" - Faixas: < {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} playlists encontradas, de qual você gostaria?"
|
||||||
|
|
||||||
#: 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 "Muitas opções foram encontradas e você não selecionou qual você queria."
|
||||||
|
|
||||||
#: 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 "Playlists que você pode acessar neste servidor:"
|
||||||
|
|
||||||
#: 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 "Playlists para {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."
|
||||||
@@ -370,46 +377,46 @@ msgstr ""
|
|||||||
#: redbot/cogs/audio/core/utilities/playlists.py:334
|
#: redbot/cogs/audio/core/utilities/playlists.py:334
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:412
|
#: redbot/cogs/audio/core/utilities/playlists.py:412
|
||||||
msgid "Please wait, adding tracks..."
|
msgid "Please wait, adding tracks..."
|
||||||
msgstr ""
|
msgstr "Por favor, aguarde, adicionando faixas..."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:361
|
#: redbot/cogs/audio/core/utilities/playlists.py:361
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:464
|
#: redbot/cogs/audio/core/utilities/playlists.py:464
|
||||||
msgid "Empty playlist {name} (`{id}`) [**{scope}**] created."
|
msgid "Empty playlist {name} (`{id}`) [**{scope}**] created."
|
||||||
msgstr ""
|
msgstr "Playlist vazia {name} (`{id}`) [**{scope}**] criada."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:366
|
#: redbot/cogs/audio/core/utilities/playlists.py:366
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:469
|
#: redbot/cogs/audio/core/utilities/playlists.py:469
|
||||||
msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded."
|
msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded."
|
||||||
msgstr ""
|
msgstr "Adicionadas {num} músicas da lista {playlist_name} . Não foi possível carregar a(s) faixa(s) {num_bad}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:371
|
#: redbot/cogs/audio/core/utilities/playlists.py:371
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:474
|
#: redbot/cogs/audio/core/utilities/playlists.py:474
|
||||||
msgid "Added {num} tracks from the {playlist_name} playlist."
|
msgid "Added {num} tracks from the {playlist_name} playlist."
|
||||||
msgstr ""
|
msgstr "Adicionadas {num} músicas da lista {playlist_name}."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:375
|
#: redbot/cogs/audio/core/utilities/playlists.py:375
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:478
|
#: redbot/cogs/audio/core/utilities/playlists.py:478
|
||||||
msgid "Playlist Saved"
|
msgid "Playlist Saved"
|
||||||
msgstr ""
|
msgstr "Playlist salva"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:540
|
#: redbot/cogs/audio/core/utilities/playlists.py:540
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:553
|
#: redbot/cogs/audio/core/utilities/playlists.py:553
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:560
|
#: redbot/cogs/audio/core/utilities/playlists.py:560
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:571
|
#: redbot/cogs/audio/core/utilities/playlists.py:571
|
||||||
msgid "Unable To Get Playlists"
|
msgid "Unable To Get Playlists"
|
||||||
msgstr ""
|
msgstr "Não foi possível obter as playlists"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:541
|
#: redbot/cogs/audio/core/utilities/playlists.py:541
|
||||||
msgid "I don't have permission to connect and speak in your channel."
|
msgid "I don't have permission to connect and speak in your channel."
|
||||||
msgstr ""
|
msgstr "Não tenho permissão para conectar e falar em seu canal."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:572
|
#: redbot/cogs/audio/core/utilities/playlists.py:572
|
||||||
msgid "You must be in the voice channel to use the playlist command."
|
msgid "You must be in the voice channel to use the playlist command."
|
||||||
msgstr ""
|
msgstr "Você deve estar no canal de voz para usar esse comando."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
||||||
msgid "the Global"
|
msgid "the Global"
|
||||||
msgstr ""
|
msgstr "o Global"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
#: redbot/cogs/audio/core/utilities/playlists.py:680
|
||||||
msgid "Global"
|
msgid "Global"
|
||||||
@@ -417,7 +424,7 @@ msgstr "Global"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
||||||
msgid "the Server"
|
msgid "the Server"
|
||||||
msgstr ""
|
msgstr "o Servidor"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
#: redbot/cogs/audio/core/utilities/playlists.py:682
|
||||||
msgid "Server"
|
msgid "Server"
|
||||||
@@ -425,7 +432,7 @@ msgstr "Servidor"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
||||||
msgid "the User"
|
msgid "the User"
|
||||||
msgstr ""
|
msgstr "o Usuário"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
#: redbot/cogs/audio/core/utilities/playlists.py:684
|
||||||
msgid "User"
|
msgid "User"
|
||||||
@@ -433,20 +440,20 @@ msgstr "Usuário"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:40
|
#: redbot/cogs/audio/core/utilities/queue.py:40
|
||||||
msgid "__Too many songs in the queue, only showing the first 500__.\n\n"
|
msgid "__Too many songs in the queue, only showing the first 500__.\n\n"
|
||||||
msgstr ""
|
msgstr "__Muitas músicas na fila, mostrando apenas os primeiros 500__.\n\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:57
|
#: redbot/cogs/audio/core/utilities/queue.py:57
|
||||||
msgid "**Currently livestreaming:**\n"
|
msgid "**Currently livestreaming:**\n"
|
||||||
msgstr ""
|
msgstr "**Transmitindo agora:**\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:59
|
#: redbot/cogs/audio/core/utilities/queue.py:59
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:64
|
#: redbot/cogs/audio/core/utilities/queue.py:64
|
||||||
msgid "Requested by: **{user}**"
|
msgid "Requested by: **{user}**"
|
||||||
msgstr ""
|
msgstr "Solicitado por: **{user}**"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:62
|
#: redbot/cogs/audio/core/utilities/queue.py:62
|
||||||
msgid "Playing: "
|
msgid "Playing: "
|
||||||
msgstr ""
|
msgstr "Reproduzindo: "
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:76
|
#: redbot/cogs/audio/core/utilities/queue.py:76
|
||||||
msgid "requested by **{user}**\n"
|
msgid "requested by **{user}**\n"
|
||||||
@@ -454,11 +461,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:80
|
#: redbot/cogs/audio/core/utilities/queue.py:80
|
||||||
msgid "Queue for __{guild_name}__"
|
msgid "Queue for __{guild_name}__"
|
||||||
msgstr ""
|
msgstr "Fila para __{guild_name}__"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:88
|
#: redbot/cogs/audio/core/utilities/queue.py:88
|
||||||
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n"
|
msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\n"
|
||||||
msgstr ""
|
msgstr "Página {page_num}/{total_pages} {num_tracks} faixas, {num_remaining} restantes\n"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:97
|
#: redbot/cogs/audio/core/utilities/queue.py:97
|
||||||
msgid "Auto-Play"
|
msgid "Auto-Play"
|
||||||
@@ -474,7 +481,7 @@ msgstr "Repetir"
|
|||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:161
|
#: redbot/cogs/audio/core/utilities/queue.py:161
|
||||||
msgid "Matching Tracks:"
|
msgid "Matching Tracks:"
|
||||||
msgstr ""
|
msgstr "Faixas correspondentes:"
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/queue.py:164
|
#: 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"
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Portuguese\n"
|
"Language-Team: Portuguese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Primeiro, conecte-se a um canal de voz."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Conexão com o nó Lavalink ainda não foi estabelecida."
|
msgstr "Conexão com o nó Lavalink ainda não foi estabelecida."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Não foi possível reproduzir as faixas"
|
||||||
|
|
||||||
#: 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 "Limite de tamanho da fila atingido."
|
msgstr "Limite de tamanho da fila atingido."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Não foi possível reproduzir as faixas"
|
|
||||||
|
|
||||||
#: 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/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Russian\n"
|
"Language-Team: Russian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -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 "Соединение с узлом Lavalink еще не установлено."
|
msgstr "Соединение с узлом Lavalink еще не установлено."
|
||||||
|
|
||||||
|
#: 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/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovak\n"
|
"Language-Team: Slovak\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Slovenian\n"
|
"Language-Team: Slovenian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Swedish\n"
|
"Language-Team: Swedish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Turkish\n"
|
"Language-Team: Turkish\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Önce bir sesli bir kanala katılın."
|
|||||||
msgid "Connection to Lavalink node has not yet been established."
|
msgid "Connection to Lavalink node has not yet been established."
|
||||||
msgstr "Lavalink ile bağlantı henüz sağlanmadı."
|
msgstr "Lavalink ile bağlantı henüz sağlanmadı."
|
||||||
|
|
||||||
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
|
msgid "Unable To Play Tracks"
|
||||||
|
msgstr "Parçalar Çalınamıyor"
|
||||||
|
|
||||||
#: 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 "Sıraya alma limitine ulaşıldı."
|
msgstr "Sıraya alma limitine ulaşıldı."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Parçalar Çalınamıyor"
|
|
||||||
|
|
||||||
#: 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/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Ukrainian\n"
|
"Language-Team: Ukrainian\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -46,13 +46,13 @@ msgid "Connection to Lavalink node has not yet been established."
|
|||||||
msgstr ""
|
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
|
msgid "Unable To Play Tracks"
|
||||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
|
||||||
msgid "Queue size limit reached."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
||||||
msgid "Unable To Play Tracks"
|
#: redbot/cogs/audio/core/utilities/player.py:442
|
||||||
|
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||||
|
msgid "Queue size limit reached."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
#: redbot/cogs/audio/core/utilities/formatting.py:154
|
||||||
|
|||||||
10
redbot/cogs/audio/core/utilities/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: red-discordbot\n"
|
"Project-Id-Version: red-discordbot\n"
|
||||||
"POT-Creation-Date: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+0000\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Vietnamese\n"
|
"Language-Team: Vietnamese\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@@ -45,16 +45,16 @@ msgstr "Kết nối với một kênh thoại trước."
|
|||||||
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 "Không thể phát các bài há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 "Đạt đến số lượng hàng đợi giới hạn."
|
msgstr "Đạt đến số lượng hàng đợi giới hạn."
|
||||||
|
|
||||||
#: redbot/cogs/audio/core/utilities/formatting.py:116
|
|
||||||
msgid "Unable To Play Tracks"
|
|
||||||
msgstr "Không thể phát các bài hát"
|
|
||||||
|
|
||||||
#: 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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -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/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: 2025-08-01 03:00+0000\n"
|
"POT-Creation-Date: 2025-09-26 17:45+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"
|
||||||
@@ -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 "尚未建立與 Lavalink 節點的連接。"
|
msgstr "尚未建立與 Lavalink 節點的連接。"
|
||||||
|
|
||||||
|
#: 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"
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ __all__ = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 12, red=1)
|
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 13, red=5)
|
||||||
YT_PLUGIN_VERSION: Final[str] = "1.13.5"
|
YT_PLUGIN_VERSION: Final[str] = "1.18.0"
|
||||||
# keep this sorted from oldest to latest
|
# keep this sorted from oldest to latest
|
||||||
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (11, 17)
|
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (17, 21)
|
||||||
LATEST_SUPPORTED_JAVA_VERSION: Final = SUPPORTED_JAVA_VERSIONS[-1]
|
LATEST_SUPPORTED_JAVA_VERSION: Final = SUPPORTED_JAVA_VERSIONS[-1]
|
||||||
OLDER_SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = SUPPORTED_JAVA_VERSIONS[:-1]
|
OLDER_SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = SUPPORTED_JAVA_VERSIONS[:-1]
|
||||||
|
|||||||