mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8ce3d8682 | ||
|
|
a59e73a605 | ||
|
|
69cf604e0e | ||
|
|
1ec95beb56 | ||
|
|
1262921b17 | ||
|
|
8dfa5c2a86 | ||
|
|
327f2fed50 | ||
|
|
6cd7a380f4 | ||
|
|
ecb60c0856 | ||
|
|
cbe50bf82e | ||
|
|
a2132ad0a5 | ||
|
|
2386b8363f | ||
|
|
7f820dab0c | ||
|
|
5893d590a7 | ||
|
|
59216e2632 | ||
|
|
31b975eecc | ||
|
|
2369017f6a | ||
|
|
91f19c7410 | ||
|
|
70ca8ff1f4 | ||
|
|
e7d7eba68f | ||
|
|
1d828c447c | ||
|
|
66fe981ea8 | ||
|
|
41d89c7b54 |
64
CHANGES.rst
64
CHANGES.rst
@@ -1,5 +1,65 @@
|
||||
.. Red changelogs
|
||||
|
||||
Redbot 3.5.2 (2023-05-14)
|
||||
=========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`flaree`, :ghuser:`Flame442`, :ghuser:`Jackenmen`, :ghuser:`karlsbjorn`, :ghuser:`rramboer`, :ghuser:`synrg`, :ghuser:`TrustyJAID`, :ghuser:`Vexed01`
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Changes
|
||||
*******
|
||||
|
||||
- **Core** - Added list of global prefixes to ``redbot --debuginfo <instance_name>`` and ``[p]debuginfo`` (:issue:`6153`)
|
||||
- **Core - Dependencies** - Red's dependencies have been bumped (:issue:`6155`)
|
||||
- **Cogs - Downloader** - Updated the code block style in ``[p]repo list`` and ``[p]cog list`` to account for Discord client changes (:issue:`6003`, :issue:`6152`)
|
||||
- **Cogs - Trivia** - Updated the code block style in the scoreboard to account for Discord client changes (:issue:`6152`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- Fixed visual issues with numbered and unnumbered lists caused by Discord's new Markdown support (:issue:`6101`)
|
||||
- **Core** - Fixed handling of cooldown errors for application commands (:issue:`6159`)
|
||||
- **Core - Bot Commands** - Added missing backtick to the help of ``[p]set serverprefix`` (:issue:`6004`)
|
||||
- **Core - Command-line Interfaces** - Fixed ``redbot --debuginfo`` trying to start/starting the bot (:issue:`6131`)
|
||||
- **Cogs - Audio** - Fixed Audio's managed node trying to allocate 4 GB of memory on 32-bit platforms regardless of how much is actually available (:issue:`6137`, :issue:`6150`)
|
||||
- **Cogs - Audio** - Fixed song selection in ``[p]search`` always picking the first option when buttons are used (:issue:`6136`, :issue:`6143`)
|
||||
- **Cogs - CustomCommands** - Fixed parameter handling (:issue:`6138`, :issue:`6149`)
|
||||
- **Cogs - Mutes** - Fixed ``[p]channelmute`` returning "That user is already muted" error when the user is not actually muted (:issue:`6144`)
|
||||
- **Cogs - Mutes** - Fixed unexpected error in automatic channel unmuting when the relevant channel is not available (:issue:`6140`, :issue:`6144`)
|
||||
- **Cogs - Reports** - Fixed ``[p]report`` command not working in DMs (:issue:`6148`)
|
||||
- **Vendored Packages** - Fixed menus breaking in DMs (:issue:`6139`)
|
||||
|
||||
|
||||
Developer changelog
|
||||
-------------------
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
- **Core - Data Manager** - Added a new `data_manager.instance_name()` public function (:issue:`6146`)
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core - Utils Package** - Fixed ``menu()`` passing an instance of `discord.PartialEmoji` instead of `str` when a button with a unicode emoji is used (:issue:`6143`)
|
||||
- **Cogs - Dev** - Fixed issues with exception formatting in ``[p]eval/repl/debug`` commands failing when code from a previous invocation of any of those commands was used (:issue:`6135`)
|
||||
|
||||
|
||||
Documentation changes
|
||||
---------------------
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- Fixed command choices example in `Slash Commands and Interactions guide <guide_slash_and_interactions>` (:issue:`6154`)
|
||||
- Updated `the 3.5.0 changelog <redbot-3-5-0-2023-05-04>`, `incompatible-changes-3.5`, and `end-user-guarantees` documents to mention the new ``x86-64-v2`` instruction set requirement (:issue:`6141`, :issue:`6147`)
|
||||
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.1 (2023-05-04)
|
||||
=========================
|
||||
|
||||
@@ -28,6 +88,8 @@ Fixes
|
||||
|
||||
----
|
||||
|
||||
.. _redbot-3-5-0-2023-05-04:
|
||||
|
||||
Redbot 3.5.0 (2023-05-04)
|
||||
=========================
|
||||
|
||||
@@ -53,6 +115,7 @@ Read before updating
|
||||
|
||||
#. Red 3.5 comes with breaking changes for cog developers. Look at `Backward incompatible changes in Red 3.5 document <incompatible-changes-3.5>` and `Developer changelog <important-350-2>` for full details.
|
||||
#. Fedora 35 and Debian 10 (Buster) are no longer supported as they have already reached their end of life.
|
||||
#. On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for Intel CPUs that have been released before 2009 and AMD CPUs that have been released before 2012.
|
||||
|
||||
.. _important-350-1:
|
||||
|
||||
@@ -63,6 +126,7 @@ Breaking Changes
|
||||
****************
|
||||
|
||||
- **Core** - The bot will no longer launch without an owner set (:issue:`4926`)
|
||||
- **Core - OS support** - On x86-64 systems, we now require that the CPU supports x86-64-v2 instruction set. This roughly translates to us dropping support for Intel CPUs that have been released before 2009 and AMD CPUs that have been released before 2012 (:issue:`6100`)
|
||||
|
||||
Additions
|
||||
*********
|
||||
|
||||
@@ -3695,6 +3695,7 @@ Sets Red's server prefix(es).
|
||||
- ``[p]set serverprefix "! "`` - Quotes are needed to use spaces in prefixes.
|
||||
- ``[p]set serverprefix "@Red "`` - This uses a mention as the prefix.
|
||||
- ``[p]set serverprefix ! ? .`` - Sets multiple prefixes.
|
||||
- ``[p]set serverprefix "Red - Discord Bot" ?`` - Sets the prefix for a specific server. Quotes are needed to use spaces in the server name.
|
||||
|
||||
**Arguments:**
|
||||
- ``[server]`` - The server to set the prefix for. Defaults to current server.
|
||||
|
||||
@@ -248,7 +248,7 @@ intersphinx_mapping = {
|
||||
# This allows to create links to d.py docs with
|
||||
# :dpy_docs:`link text <site_name.html>`
|
||||
extlinks = {
|
||||
"dpy_docs": (f"{dpy_docs_url}/%s", None),
|
||||
"dpy_docs": (f"{dpy_docs_url}%s", None),
|
||||
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#%s"),
|
||||
"ghuser": ("https://github.com/%s", "@%s"),
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ Getting Started
|
||||
---------------
|
||||
|
||||
To start off, we will have to import some additional modules to our cog file.
|
||||
We will be using the :class:`redbot.core.app_commands` module to create our slash commands.
|
||||
We will be using the ``redbot.core.app_commands`` module to create our slash commands.
|
||||
Once we have imported the module, we can start creating our slash commands in our cog class.
|
||||
For this example we will use a basic hello world command.
|
||||
|
||||
@@ -49,7 +49,7 @@ Below we will go over some of the different stuff you can do with slash commands
|
||||
Decorators
|
||||
----------
|
||||
Just like with text commands, we can use decorators to modify the behaviour of our slash commands.
|
||||
For example, we can use the :func:`app_commands.guild_only` decorator to make our slash command only work in guilds.
|
||||
For example, we can use the `app_commands.guild_only() <discord.app_commands.guild_only>` decorator to make our slash command only work in guilds.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
@@ -66,7 +66,7 @@ For example, we can use the :func:`app_commands.guild_only` decorator to make ou
|
||||
async def hello(self, interaction: discord.Interaction):
|
||||
await interaction.response.send_message("Hello World!", ephemeral=True)
|
||||
|
||||
One of the more useful decorators is the :func:`app.commands.choices` decorator.
|
||||
One of the more useful decorators is the `app_commands.choices() <discord.app_commands.choices>` decorator.
|
||||
This decorator allows us to specify a list of choices for a specific argument.
|
||||
This is useful for arguments that have a limited number of options.
|
||||
For example, we can use this to create a command that allows us to choose between two different colors.
|
||||
@@ -85,15 +85,16 @@ For example, we can use this to create a command that allows us to choose betwee
|
||||
app_commands.Choice(name="Red", value="red"),
|
||||
app_commands.Choice(name="Blue", value="blue"),
|
||||
])
|
||||
async def color(self, interaction: discord.Interaction, color: Color):
|
||||
await interaction.response.send_message(f"Your color is {color}", ephemeral=True)
|
||||
async def color(self, interaction: discord.Interaction, color: app_commands.Choice[str]):
|
||||
await interaction.response.send_message(f"Your color is {color.value}", ephemeral=True)
|
||||
|
||||
The user will be shown the ``name`` of the choice, and the argument will be passed the
|
||||
``value`` associated with that choice. This allows user-facing names to be prettier than
|
||||
what is actually processed by the command.
|
||||
The user will be shown the ``name`` of the choice, and the argument will be passed a
|
||||
`app_commands.Choice <discord.app_commands.Choice>` object with the ``name`` and ``value`` associated with that choice.
|
||||
This allows user-facing names to be prettier than what is actually processed by the command.
|
||||
|
||||
Alternatively, ``Literal`` can be used if the argument does not need a different
|
||||
user-facing label.
|
||||
user-facing label. When done this way, the resulting parameter will be one of
|
||||
the literal values listed.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
@@ -109,8 +110,8 @@ user-facing label.
|
||||
async def color(self, interaction: discord.Interaction, color: Literal["Red", "Blue"]):
|
||||
await interaction.response.send_message(f"Your color is {color}", ephemeral=True)
|
||||
|
||||
Finally, an ``Enum`` subclass can be used to specify choices. When done this way, the
|
||||
resulting parameter will be an instance of that enum, rather than the ``value``.
|
||||
Finally, an `enum.Enum` subclass can be used to specify choices. When done this way, the
|
||||
resulting parameter will be an instance of that enum, rather than `app_commands.Choice <discord.app_commands.Choice>`.
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
@@ -130,7 +131,7 @@ resulting parameter will be an instance of that enum, rather than the ``value``.
|
||||
async def color(self, interaction: discord.Interaction, color: Color):
|
||||
await interaction.response.send_message(f"Your color is {color.value}", ephemeral=True)
|
||||
|
||||
Check out the full reference of decorators on Discord.py's documentation `here <https://discordpy.readthedocs.io/en/stable/interactions/api.html#decorators>`__.
|
||||
Check out :dpy_docs:`the full reference of decorators at Discord.py's documentation <interactions/api.html#decorators>`.
|
||||
|
||||
|
||||
Groups & Subcommands
|
||||
|
||||
@@ -45,6 +45,16 @@ If you wish to continue using auto-restart functionality, we recommend following
|
||||
Behavior changes
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
x86-64 CPUs are now only supported if they support x86-64-v2 instruction set
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
On x86-64 systems, we now require that your CPU supports x86-64-v2 instruction set.
|
||||
This roughly translates to us dropping support for Intel CPUs that have been released before 2009
|
||||
and AMD CPUs that have been releasesd before 2012.
|
||||
|
||||
This has been mostly dictated by one of our dependencies but some Linux distributions
|
||||
are already dropping support for it in their latest versions as well.
|
||||
|
||||
Thread-related changes
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
@@ -38,7 +38,8 @@ their end-of-life date.
|
||||
The meaning of architecture names:
|
||||
|
||||
- **x86-64** (also known as amd64) refers to computers running a 64-bit version of the operating system
|
||||
on standard Intel and AMD 64-bit processors.
|
||||
on standard Intel and AMD 64-bit processors supporting x86-64-v2 instruction set
|
||||
(post-2008 Intel processors and post-2011 AMD processors).
|
||||
- **aarch64** (also known as arm64) refers to computers running an ARM 64-bit version of the operating system
|
||||
on 64-bit ARM processors (ARMv8-A and ARMv9-A) such as Apple M1 devices or Raspberry Pi computers
|
||||
(Raspberry Pi 3B and above, excluding Pi Zero (W/WH) model).
|
||||
|
||||
@@ -339,7 +339,7 @@ def _early_init():
|
||||
|
||||
|
||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||
_VERSION = "3.5.1"
|
||||
_VERSION = "3.5.2"
|
||||
|
||||
__version__, version_info = VersionInfo._get_version()
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ import sys
|
||||
from argparse import Namespace
|
||||
from copy import deepcopy
|
||||
from pathlib import Path
|
||||
from typing import Any, Awaitable, Callable, NoReturn, Union
|
||||
from typing import Any, Awaitable, Callable, NoReturn, Optional, Union
|
||||
|
||||
import discord
|
||||
import rich
|
||||
@@ -62,9 +62,9 @@ def list_instances():
|
||||
sys.exit(ExitCodes.SHUTDOWN)
|
||||
|
||||
|
||||
async def debug_info(*args: Any) -> None:
|
||||
async def debug_info(red: Optional[Red] = None, *args: Any) -> None:
|
||||
"""Shows debug information useful for debugging."""
|
||||
print(await DebugInfo().get_text())
|
||||
print(await DebugInfo(red).get_cli_text())
|
||||
|
||||
|
||||
async def edit_instance(red, cli_flags):
|
||||
@@ -268,7 +268,7 @@ def _copy_data(data):
|
||||
def early_exit_runner(
|
||||
cli_flags: Namespace,
|
||||
func: Union[Callable[[], Awaitable[Any]], Callable[[Red, Namespace], Awaitable[Any]]],
|
||||
) -> None:
|
||||
) -> NoReturn:
|
||||
"""
|
||||
This one exists to not log all the things like it's a full run of the bot.
|
||||
"""
|
||||
@@ -277,6 +277,7 @@ def early_exit_runner(
|
||||
try:
|
||||
if not cli_flags.instance_name:
|
||||
loop.run_until_complete(func())
|
||||
sys.exit(ExitCodes.SHUTDOWN)
|
||||
return
|
||||
|
||||
data_manager.load_basic_configuration(cli_flags.instance_name)
|
||||
@@ -288,11 +289,13 @@ def early_exit_runner(
|
||||
except (KeyboardInterrupt, EOFError):
|
||||
print("Aborted!")
|
||||
finally:
|
||||
loop.run_until_complete(asyncio.sleep(1))
|
||||
# note: sleep is unnecessary since we're not making any network connections
|
||||
asyncio.set_event_loop(None)
|
||||
loop.stop()
|
||||
loop.close()
|
||||
|
||||
sys.exit(ExitCodes.SHUTDOWN)
|
||||
|
||||
|
||||
async def run_bot(red: Red, cli_flags: Namespace) -> None:
|
||||
"""
|
||||
|
||||
@@ -17,7 +17,7 @@ msgstr ""
|
||||
|
||||
#: redbot/cogs/admin/admin.py:20
|
||||
msgid "I attempted to do something that Discord denied me permissions for. Your command failed to successfully complete."
|
||||
msgstr "Pokusil jsem se udělat něco, co mi Discord odepřel. Tvůj příkaz se nepodažilo úspěšně dokončit."
|
||||
msgstr "Discord zamítl provedení akce. Tvůj příkaz nebyl úspěšně dokončen."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:25
|
||||
msgid "I can not give {role.name} to {member.display_name} because that role is higher than or equal to my highest role in the Discord hierarchy."
|
||||
@@ -45,7 +45,7 @@ msgstr "Nemohu ti dovolit upravit {role.name}, protože tato role je vyšší ne
|
||||
|
||||
#: redbot/cogs/admin/admin.py:61
|
||||
msgid "I need the \"Manage Roles\" permission to do that."
|
||||
msgstr ""
|
||||
msgstr "Potřebuji oprávnění \"Správa rolí\"."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:63
|
||||
msgid "I am already announcing something. If you would like to make a different announcement please use `{prefix}announce cancel` first."
|
||||
@@ -66,7 +66,7 @@ msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:190
|
||||
msgid "{member.display_name} does not have the role {role.name}."
|
||||
msgstr "{member.display_name} již má roli {role.name}."
|
||||
msgstr "Uživatel {member.display_name} nemá roli {role.name}."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:211
|
||||
msgid "I successfully removed {role.name} from {member.display_name}"
|
||||
@@ -81,8 +81,8 @@ msgid "\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Přidá roli uživateli.\n\n"
|
||||
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
|
||||
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
|
||||
" Použijte dvojí uvozovky, pokud role obsahuje mezery.\n"
|
||||
" Pokud je pole uživatele prázdné, bude nastaveno na autora příkazu.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:244
|
||||
@@ -94,8 +94,8 @@ msgid "\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Odebrat roli uživateli.\n\n"
|
||||
" Pokud role obsahuje mezery, použijte dvojí uvozovky.\n"
|
||||
" Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\n"
|
||||
" Použijte dvojí uvozovky, pokud role obsahuje mezery.\n"
|
||||
" Pokud je pole uživatele prázdné, bude nastaveno na autora příkazu.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:256
|
||||
@@ -120,7 +120,7 @@ msgstr "\n"
|
||||
" Barva musí být v hexadecimálním formátu.\n"
|
||||
" [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\n\n"
|
||||
" Příklady:\n"
|
||||
" `[p]editrole colour \"Spravce\" #ff0000`\n"
|
||||
" `[p]editrole colour \"Nejlepsi Spravce\" #ff0000`\n"
|
||||
" `[p]editrole colour Spravce #ff9900`\n"
|
||||
" "
|
||||
|
||||
@@ -140,13 +140,13 @@ msgstr "\n"
|
||||
" Upraví název role\n\n"
|
||||
" Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\n\n"
|
||||
" Příklady:\n"
|
||||
" `[p]editrole name \"Spravce\" Admin`\n"
|
||||
" `[p]editrole name \"Nejlepsi Spravce\" Admin`\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:330
|
||||
#, docstring
|
||||
msgid "Announce a message to all servers the bot is in."
|
||||
msgstr "Oznámit zprávu na všechny servery ve kterých je bot."
|
||||
msgstr "Oznámit zprávu na všechny servery, ve kterých bot je."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:337
|
||||
msgid "The announcement has begun."
|
||||
@@ -163,7 +163,7 @@ msgstr "V současné době neexistuje žádné spuštěné oznámení."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:349
|
||||
msgid "The current announcement has been cancelled."
|
||||
msgstr "Momentální oznámení bylo zrušeno."
|
||||
msgstr "Současné oznámení bylo zrušeno."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:355
|
||||
#, docstring
|
||||
@@ -173,7 +173,7 @@ msgstr "Změňte způsob odesílání oznámení v tomto klanu."
|
||||
#: redbot/cogs/admin/admin.py:365
|
||||
#, docstring
|
||||
msgid "Change the channel where the bot will send announcements."
|
||||
msgstr ""
|
||||
msgstr "Změnit kanál, kam bude bot zasílat oznámení."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:368
|
||||
msgid "The announcement channel has been set to {channel.mention}"
|
||||
@@ -191,7 +191,11 @@ msgid "\n"
|
||||
" Server admins must have configured the role as user settable.\n"
|
||||
" NOTE: The role is case sensitive!\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Přidat nebo odebrat self-roli.\n\n"
|
||||
" Administrátoři serveru musí povolit nastavení role uživatelům.\n"
|
||||
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:411
|
||||
#, docstring
|
||||
@@ -202,8 +206,8 @@ msgid "\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Přidá vám self-roli.\n\n"
|
||||
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
|
||||
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
|
||||
" Administrátoři serveru musí povolit přiřazení role uživatelům.\n"
|
||||
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:422
|
||||
@@ -214,9 +218,9 @@ msgid "\n"
|
||||
" NOTE: The role is case sensitive!\n"
|
||||
" "
|
||||
msgstr "\n"
|
||||
" Odstraní vámself-roli.\n\n"
|
||||
" Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\n"
|
||||
" POZNÁMKA: Role je citlivá na malá a velká písmena!\n"
|
||||
" Odebere vám self-roli.\n\n"
|
||||
" Administrátoři serveru musí povolit odebrání role uživatelům.\n"
|
||||
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:433
|
||||
@@ -245,7 +249,10 @@ msgid "\n"
|
||||
" Add a role, or a selection of roles, to the list of available selfroles.\n\n"
|
||||
" NOTE: The role is case sensitive!\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Přidat roli, nebo výběr rolí, do seznamu dostupných self-roli.\n\n"
|
||||
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:463
|
||||
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."
|
||||
@@ -253,15 +260,15 @@ msgstr "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protož
|
||||
|
||||
#: redbot/cogs/admin/admin.py:473
|
||||
msgid "The role \"{role.name}\" is already a selfrole."
|
||||
msgstr ""
|
||||
msgstr "Role \"{role.name}\" již je self-rolí."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:479
|
||||
msgid "Added {count} selfroles."
|
||||
msgstr ""
|
||||
msgstr "Přidáno {count} self-rolí."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:481
|
||||
msgid "Added 1 selfrole."
|
||||
msgstr ""
|
||||
msgstr "Přidána 1 self-role."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:487
|
||||
#, docstring
|
||||
@@ -269,7 +276,10 @@ msgid "\n"
|
||||
" Remove a role, or a selection of roles, from the list of available selfroles.\n\n"
|
||||
" NOTE: The role is case sensitive!\n"
|
||||
" "
|
||||
msgstr ""
|
||||
msgstr "\n"
|
||||
" Odebrat roli, nebo výběr rolí, ze seznamu dostupných self-roli.\n\n"
|
||||
" POZNÁMKA: Název role je citlivý na velká a malá písmena!\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/admin/admin.py:496
|
||||
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."
|
||||
@@ -277,45 +287,45 @@ msgstr "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je
|
||||
|
||||
#: redbot/cogs/admin/admin.py:506
|
||||
msgid "Removed {count} selfroles."
|
||||
msgstr ""
|
||||
msgstr "Odebráno {count} self-rolí."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:508
|
||||
msgid "Removed 1 selfrole."
|
||||
msgstr ""
|
||||
msgstr "Odebrána 1 self-role."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:514
|
||||
#, docstring
|
||||
msgid "Clear the list of available selfroles for this server."
|
||||
msgstr ""
|
||||
msgstr "Vymazat seznam dostupných self-rolí pro tento server."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:518
|
||||
msgid "There are currently no selfroles."
|
||||
msgstr ""
|
||||
msgstr "V současné době neexistují žádné self-role."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:521
|
||||
msgid "Are you sure you want to clear this server's selfrole list?"
|
||||
msgstr ""
|
||||
msgstr "Určitě chcete vymazat seznam dostupných self-rolí pro tento server?"
|
||||
|
||||
#: redbot/cogs/admin/admin.py:527
|
||||
msgid "You took too long to respond."
|
||||
msgstr ""
|
||||
msgstr "Reakce vám trvala příliš dlouho."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:536
|
||||
msgid "I cannot clear the selfroles because the selfrole '{role.name}' is higher than or equal to your highest role in the Discord hierarchy."
|
||||
msgstr ""
|
||||
msgstr "Nemohu vymazat seznam self-rolí, protože self-role '{role.name}' je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:542
|
||||
msgid "Selfrole list cleared."
|
||||
msgstr ""
|
||||
msgstr "Seznam self-rolí byl vymazán."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:544
|
||||
msgid "No changes have been made."
|
||||
msgstr ""
|
||||
msgstr "Nebyly provedeny žádné změny."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:549
|
||||
#, docstring
|
||||
msgid "Lock a bot to its current servers only."
|
||||
msgstr "Uzamkne bota pouze na jeho aktuální servery."
|
||||
msgstr "Omezí bota pouze na jeho aktuální servery."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:554
|
||||
msgid "The bot is no longer serverlocked."
|
||||
@@ -323,15 +333,15 @@ msgstr "Bot již není uzamčen na server."
|
||||
|
||||
#: redbot/cogs/admin/admin.py:556
|
||||
msgid "The bot is now serverlocked."
|
||||
msgstr "Bot je nyní serverem uzamčen."
|
||||
msgstr "Bot je nyní omezen na aktuální servery."
|
||||
|
||||
#: redbot/cogs/admin/announcer.py:68
|
||||
msgid "I could not announce to the following server: "
|
||||
msgstr "Nemohu oznámit následujícímu serveru: "
|
||||
msgstr "Nemohu provést oznámení na tomto serveru: "
|
||||
|
||||
#: redbot/cogs/admin/announcer.py:70
|
||||
msgid "I could not announce to the following servers: "
|
||||
msgstr "Nemohu oznámit následujícím serverům: "
|
||||
msgstr "Nemohu provést oznámení na těchto serverech: "
|
||||
|
||||
#: redbot/cogs/admin/converters.py:13
|
||||
msgid "The Admin cog is not loaded."
|
||||
@@ -339,9 +349,9 @@ msgstr "Admin cog není načten."
|
||||
|
||||
#: redbot/cogs/admin/converters.py:30
|
||||
msgid "The role \"{role_name}\" is not a valid selfrole."
|
||||
msgstr ""
|
||||
msgstr "Role \"{role_name}\" není validní self-rolí."
|
||||
|
||||
#: redbot/cogs/admin/converters.py:36
|
||||
msgid "This selfrole has more than one case insensitive match. Please ask a moderator to resolve the ambiguity, or use the role ID to reference the role."
|
||||
msgstr ""
|
||||
msgstr "Tato self-role má více než jeden stejný název. Požádejte správce o výřešení těchto nejasností nebo použijte ID role."
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ class LavalinkTasks(MixinMeta, metaclass=CompositeMetaClass):
|
||||
password=password,
|
||||
port=port,
|
||||
timeout=timeout,
|
||||
resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name}",
|
||||
resume_key=f"Red-Core-Audio-{self.bot.user.id}-{data_manager.instance_name()}",
|
||||
secured=secured,
|
||||
)
|
||||
except lavalink.AbortingNodeConnection:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "Yhdistä ensin puhekanavalle."
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\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."
|
||||
msgstr ""
|
||||
|
||||
#: 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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "먼저 음성체널에 연결하세요."
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "Primeiro você deve se juntar a um canal de voz."
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
msgstr ""
|
||||
|
||||
#: 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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
msgstr ""
|
||||
|
||||
#: 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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "Сначала подключитесь к голосовому кана
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr ""
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\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."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "您必须先加入一个语音频道。"
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-01-23 19:39+0000\n"
|
||||
"POT-Creation-Date: 2023-05-11 20:55+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -45,16 +45,16 @@ msgstr "請先加入一個語音頻道。"
|
||||
msgid "Connection to Lavalink node has not yet been established."
|
||||
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/player.py:442
|
||||
#: redbot/cogs/audio/core/utilities/player.py:524
|
||||
msgid "Queue size limit reached."
|
||||
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/player.py:599
|
||||
msgid "Track Enqueued"
|
||||
|
||||
@@ -27,7 +27,7 @@ def get_max_allocation_size(exec) -> Tuple[int, bool]:
|
||||
max_heap_allowed = psutil.virtual_memory().total
|
||||
thinks_is_64_bit = True
|
||||
else:
|
||||
max_heap_allowed = 4 * 1024**3
|
||||
max_heap_allowed = min(4 * 1024**3, psutil.virtual_memory().total)
|
||||
thinks_is_64_bit = False
|
||||
return max_heap_allowed, thinks_is_64_bit
|
||||
|
||||
@@ -36,7 +36,7 @@ def get_jar_ram_defaults() -> Tuple[str, str]:
|
||||
min_ram = 64 * 1024**2
|
||||
# We don't know the java executable at this stage - not worth the extra work required here
|
||||
max_allocation, is_64bit = get_max_allocation_size(sys.executable)
|
||||
max_ram_allowed = max_allocation * 0.5 if is_64bit else max_allocation
|
||||
max_ram_allowed = min(max_allocation, psutil.virtual_memory().total * 0.5)
|
||||
max_ram = max(min_ram, max_ram_allowed)
|
||||
size_name = ("", "K", "M", "G", "T")
|
||||
i = int(math.floor(math.log(min_ram, 1024)))
|
||||
|
||||
@@ -194,7 +194,7 @@ class Cleanup(commands.Cog):
|
||||
"""Delete the last X messages matching the specified text in the current channel.
|
||||
|
||||
Example:
|
||||
- `[p]cleanup text "test" 5`
|
||||
- `[p]cleanup text "test" 5`
|
||||
|
||||
Remember to use double quotes.
|
||||
|
||||
@@ -254,8 +254,8 @@ class Cleanup(commands.Cog):
|
||||
"""Delete the last X messages from a specified user in the current channel.
|
||||
|
||||
Examples:
|
||||
- `[p]cleanup user @Twentysix 2`
|
||||
- `[p]cleanup user Red 6`
|
||||
- `[p]cleanup user @Twentysix 2`
|
||||
- `[p]cleanup user Red 6`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -436,7 +436,7 @@ class Cleanup(commands.Cog):
|
||||
The first message ID should be the older message and the second one the newer.
|
||||
|
||||
Example:
|
||||
- `[p]cleanup between 123456789123456789 987654321987654321`
|
||||
- `[p]cleanup between 123456789123456789 987654321987654321`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -483,7 +483,7 @@ class Cleanup(commands.Cog):
|
||||
"""Delete the last X messages in the current channel.
|
||||
|
||||
Example:
|
||||
- `[p]cleanup messages 26`
|
||||
- `[p]cleanup messages 26`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -614,9 +614,9 @@ class Cleanup(commands.Cog):
|
||||
it is used for pattern matching - only messages containing the given text will be deleted.
|
||||
|
||||
Examples:
|
||||
- `[p]cleanup self 6`
|
||||
- `[p]cleanup self 10 Pong`
|
||||
- `[p]cleanup self 7 "" True`
|
||||
- `[p]cleanup self 6`
|
||||
- `[p]cleanup self 10 Pong`
|
||||
- `[p]cleanup self 7 "" True`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,7 +55,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -67,8 +67,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -112,7 +112,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -124,7 +124,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -147,9 +147,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,21 +62,14 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Löscht X Nachrichten von einem Nutzer in den aktuellen Channel.\n\n"
|
||||
" Beispiel:\n"
|
||||
" -`[p]cleanup user @Twentysix 2`\n"
|
||||
" -`[p]cleanup user Red 6`\n\n"
|
||||
" **Argumente**\n\n"
|
||||
" -`<user>` Von wem die Nachrichten gelöscht werden sollen.\n"
|
||||
" -`<number>` Die Anzahl der Nachrichten die vom Bot gelöscht werden soll.\n"
|
||||
" -`<delete_pinned>` Ob angepinnte Nachrichten gelöscht werden oder nicht. "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -114,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -126,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -149,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Comando base para eliminar mensajes."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Elimina los últimos x mensajes que coincidían con el texto que has especificado en este canal. \n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]cleanup text \"prueba\" 5`\n\n"
|
||||
" Recuerda usar las doble comillas.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<number>`El número máximo de mensajes para borrar. Tiene que ser un numero entero positivo.\n"
|
||||
" - `<delete_pinned>` Para eliminar un mensaje fijado o no. Por defecto es false \n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Eliminar los últimos X mensajes de un usuario especificado.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<user>` El usuario cuyos mensajes serán limpiados.\n"
|
||||
" - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Elimina X mensajes antes del mensaje especificado.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Elimine los mensajes entre el mensaje Uno y el mensaje dos, proporcionando los identificadores de los mensajes.\n\n"
|
||||
" El primer ID del mensaje debe ser el mensaje más antiguo y el segundo el más nuevo.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]limpieza entre 123456789123456789 987654321987654321`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<one>` El id del mensaje a limpiar después. Este mensaje no se eliminará.\n"
|
||||
" - `<two>` El id del mensaje a limpiar antes. Este mensaje no se eliminará.\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Eliminar los últimos mensajes X en el canal actual.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]cleanup message 26`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n"
|
||||
" - `<delete_pinned>` Si desea eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Limpia los mensajes enviados por el bot en el canal actual.\n\n"
|
||||
" Por defecto, todos los mensajes se limpian. Si se especifica un segundo argumento,\n"
|
||||
" se utiliza para la coincidencia de patrones - sólo los mensajes que contengan el texto dado serán eliminados.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<number>` El número máximo de mensajes a limpiar. Debe ser un entero positivo.\n"
|
||||
" - `<match_pattern>` El texto que los mensajes deben contener para ser eliminados. Usa \"\" para omitir esto.\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,40 +55,26 @@ msgstr "Commande de base pour supprimer les messages."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages correspondant au texte spécifié dans le canal actuel.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" N'oubliez pas d'utiliser des guillemets doubles.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Le nombre maximum de messages à nettoyer. Doit être un nombre entier positif.\n"
|
||||
" - `<delete_pinned>` Le fait de supprimer ou non les messages épinglés. La valeur par défaut est False "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages d'un utilisateur spécifié dans le canal actuel.\n\n"
|
||||
" Exemples :\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` L'utilisateur dont les messages doivent être nettoyés.\n"
|
||||
" - `<number>` Le nombre maximum de messages à nettoyer. Doit être un nombre entier positif.\n"
|
||||
" - `<delete_pinned>` Le fait de supprimer ou non les messages épinglés. La valeur par défaut est False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -142,38 +128,24 @@ msgstr "Supprime X messages avant le message spécifié.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Supprime les messages situés entre le message un et le message deux, en fournissant les ID des messages.\n\n"
|
||||
" L'ID du premier message doit correspondre au message le plus ancien et le second au plus récent.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` L'id du message à nettoyer après. Ce message ne sera pas supprimé.\n"
|
||||
" - `<two>` L'identifiant du message à nettoyer avant. Ce message ne sera pas supprimé.\n"
|
||||
" - `<delete_pinned>` Le fait de supprimer ou non les messages épinglés. La valeur par défaut est False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Supprime les X derniers messages dans le canal actuel.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Le nombre maximum de messages à nettoyer. Doit être un nombre entier positif.\n"
|
||||
" - `<delete_pinned>` Le fait de supprimer ou non les messages épinglés. La valeur par défaut est False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -196,25 +168,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Nettoie les messages appartenant au bot dans le canal actuel.\n\n"
|
||||
" Par défaut, tous les messages sont nettoyés. Si un deuxième argument est spécifié,\n"
|
||||
" il est utilisé pour le filtrage - seuls les messages contenant le texte indiqué seront supprimés.\n\n"
|
||||
" Exemples :\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]nettoyer self 10 Pong`\n"
|
||||
" - `[p]nettoyer self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Le nombre maximum de messages à nettoyer. Doit être un nombre entier positif.\n"
|
||||
" - `<match_pattern>` Le texte que les messages doivent contenir pour être supprimés. Utilisez \"\" pour ne pas le faire.\n"
|
||||
" - `<delete_pinned>` Le fait de supprimer ou non les messages épinglés. La valeur par défaut est False "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Osnovna naredba za brisanje poruka."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Izbrišite zadnjih X poruka koje odgovaraju navedenom tekstu u trenutnom kanalu.\n\n"
|
||||
" Primjer:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Ne zaboravite koristiti dvostruke navodnike\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
|
||||
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Izbrišite posljednje X poruke od određenog korisnika u trenutnom kanalu.\n\n"
|
||||
" Primjeri:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<user>` Korisnik čije poruke treba očistiti.\n"
|
||||
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
|
||||
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -146,38 +131,24 @@ msgstr "Briše X poruka prije navedene poruke.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Izbrišite poruke između dvije poruke, navodeći ID-eve poruka.\n\n"
|
||||
" Prvi ID trebao bi biti starija poruka, a drugi novija.\n\n"
|
||||
" Primjer:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<one>` ID poruke od koje će čišćenje započet. Ova poruka neće biti izbrisana.\n"
|
||||
" - `<two>` ID poruke gdje će se čišćenje zaustavit. Ova poruka neće biti izbrisana.\n"
|
||||
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Izbrišite posljednje X poruke u trenutnom kanalu.\n\n"
|
||||
" Primjer:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
|
||||
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -200,26 +171,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Očistite poruke u vlasništvu bota u trenutnom kanalu.\n\n"
|
||||
" Prema zadanim postavkama, sve poruke su očišćene. Ako je naveden drugi argument,\n"
|
||||
" on se koristi za podudaranje teksta - samo poruke koje sadrže dati tekst bit će izbrisane.\n\n"
|
||||
" Primjeri:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<number>` Maksimalni broj poruka za čišćenje. Mora biti pozitivan cijeli broj.\n"
|
||||
" - `<match_pattern>` Tekst koji poruke moraju sadržavati da bi se izbrisale. Koristite \"\" da biste ovo preskočili.\n"
|
||||
" - `<delete_pinned>` Određuje hoće li se izbrisati prikvačene poruke ili ne. Zadano na False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,7 +55,7 @@ msgstr "Alap parancs üzenetek törlésére."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -67,8 +67,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -112,27 +112,19 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Törli az üzeneteket a két megadott üzenet között.\n\n"
|
||||
" Az első üzenet ID a régebbi, a második az újabb kell legyen.\n\n"
|
||||
" Például:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Paraméterek:**\n\n"
|
||||
" - `<one>` Az első üzenet ID-je. Ez még nem lesz törölve.\n"
|
||||
" - `<two>` A második üzenet ID-je. Ez már nem lesz törölve.\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -155,9 +147,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,40 +55,26 @@ msgstr "Basiskommando for sletting av meldinger."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Slett siste X meldinger som matcher teksten i gjeldende kanal.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Husk å bruke dobbelt sitat.\n\n"
|
||||
" **Argumenter:**\n\n"
|
||||
" - `<number>` Maks antall meldinger å rydde opp. Må være et positivt heltall.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder på False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Slett de siste X meldingene som matcher den angitte teksten.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Argumenter:**\n\n"
|
||||
" - `<user>` Brukeren hvis meldinger skal ryddes opp.\n"
|
||||
" - `<number>` Maksimalt antall meldinger som skal ryddes. Må være et positivt heltall.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder på False "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -143,38 +129,24 @@ msgstr "Sletter X meldinger før den angitte meldingen.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Slett meldingene mellom Melding En og Melding Two, og gjør om meldings-IDer.\n\n"
|
||||
" Den første melding-ID skal være den eldre meldingen og den nest den nyere.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` Inniden av meldingen til opprydding etterpå. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<two>` beskjeden for å rydde opp før. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Slett de siste X meldingene i gjeldende kanal.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Argumenter:**\n\n"
|
||||
" - `<number>` Maks antall meldinger som skal ryddes. Må være et positivt heltall.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -197,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Rydd opp meldingene som eies av boten i den gjeldende kanalen.\n\n"
|
||||
" Som standard renses alle meldinger. Hvis et annet argument er angitt,\n"
|
||||
" den brukes for mønster som matcher - bare meldinger som inneholder den oppgitte teksten vil bli slettet.\n\n"
|
||||
" Eksempler:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Maks antall meldinger å rydde opp. Må være et positivt heltall.\n"
|
||||
" - `<match_pattern>` Teksten på meldingene må slettes. Bruk \"\" for å hoppe over dette.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Basis commando voor het verwijderen van berichten."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Verwijder de laatste X-berichten die overeenkomen met de opgegeven tekst in het huidige kanaal.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Vergeet niet om dubbele aanhalingstekens te gebruiken.\n\n"
|
||||
" **Argumenten:**\n\n"
|
||||
" - `<number>` Het maximale aantal berichten om op te schonen. Moet een positief geheel getal zijn.\n"
|
||||
" - `<delete_pinned>` Of je vastgezette berichten wilt verwijderen of niet. Standaard ingesteld op onwaar\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Verwijder de laatste X-berichten van een gebruiker in het huidige kanaal.\n\n"
|
||||
" Voorbeelden:\n"
|
||||
" -[p]schoont gebruiker @Twenty6 2`\n"
|
||||
" - `[p]verwijder gebruiker 6 van gebruiker 6\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` De gebruiker wiens berichten moeten worden opgeruimd.\n"
|
||||
" - `<number>` Het maximale aantal berichten om op te schonen. Moet een positief getal zijn.\n"
|
||||
" - `<delete_pinned>` Of je vastgehechte berichten wilt verwijderen of niet. Standaard ingesteld op onwaar\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Verwijdert X berichten voor het opgegeven bericht.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Verwijder de berichten tussen Bericht Één en Bericht twee, het verstrekken van de berichten IDs.\n\n"
|
||||
" Het eerste bericht met ID moet het oudere bericht zijn en het tweede met het nieuwer.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" - `[p]opschonen tussen 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" -<one>` Het id van het bericht om daarna schoon te maken. Dit bericht zal niet worden verwijderd.\n"
|
||||
" - `<two>` Het id van het bericht om eerst op te schonen. Dit bericht zal niet worden verwijderd.\n"
|
||||
" - `<delete_pinned>` of verwijder vastgezette berichten of niet. Standaard ingesteld op onwaar\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Verwijder de laatste X-berichten in het huidige kanaal.\n\n"
|
||||
" Voorbeeld:\n"
|
||||
" - `[p]opschonen berichten 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Het maximale aantal berichten om op te schonen. Moet een positief geheel getal zijn.\n"
|
||||
" - `<delete_pinned>` Of je vastgepinde berichten wilt verwijderen of niet. Standaardwaarden op onwaar\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Verwijder berichten van de bot in het huidige kanaal.\n\n"
|
||||
" Standaard worden alle berichten opgeschoond. Als een tweede argument is opgegeven,\n"
|
||||
" het wordt gebruikt voor patroonovereenkomend patroon - alleen berichten die de gegeven tekst bevatten worden verwijderd.\n\n"
|
||||
" Voorbeelden:\n"
|
||||
" - `[p]zelf opschonen 6`\n"
|
||||
" - `[p]zelf 10 Pong`\n"
|
||||
" - `[p]schoonmaken zelf 7 \"\" Waar'\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Het maximale aantal berichten om op te schonen. Moet een positief geheel getal zijn.\n"
|
||||
" - `<match_pattern>` De tekst die berichten moet bevatten om te worden verwijderd. Gebruik \"\" om dit over te slaan.\n"
|
||||
" - `<delete_pinned>` Of je vastgehechte berichten wilt verwijderen of niet. Standaard ingesteld op onwaar\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Bazowe polecenie do usuwania wiadomości."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Usuń ostatnie X wiadomości pasujące do określonego tekstu w bieżącym kanale.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]tekst czyszczenia \"test\" 5`\n\n"
|
||||
" Pamiętaj, aby użyć podwójnych kwotowań.\n\n"
|
||||
" **Argumenty:**\n\n"
|
||||
" - `<number>` Maksymalna liczba wiadomości do czyszczenia. Musi być dodatnią liczbą całkowitą.\n"
|
||||
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Usuń ostatnie X wiadomości od określonego użytkownika w bieżącym kanale.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` Użytkownika, którego wiadomości mają zostać oczyszczone.\n"
|
||||
" - `<number>` Maksymalna liczba wiadomości do oczyszczenia. Musi być dodatnią liczbą całkowitą.\n"
|
||||
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Usuwa X wiadomości przed określoną wiadomością.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Usuń wiadomości pomiędzy Wiadomością One a Wiadomością drugą, podając ID wiadomości.\n\n"
|
||||
" Pierwsza wiadomość ID powinna być starsza a druga nowsza.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]oczyszczenie między 123456789123456789 987654321987654321`\n\n"
|
||||
" **Argumenty:**\n\n"
|
||||
" - `<one>` Id wiadomości do oczyszczenia. Ta wiadomość nie zostanie usunięta.\n"
|
||||
" - `<two>` Id wiadomości do oczyszczenia wcześniej. Ta wiadomość nie zostanie usunięta.\n"
|
||||
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Usuń ostatnie X wiadomości z bieżącego kanału.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]czyszczenie wiadomości 26`\n\n"
|
||||
" **Argumenty:**\n\n"
|
||||
" - `<number>` Maksymalna liczba wiadomości do oczyszczenia. Musi być dodatnią liczbą całkowitą.\n"
|
||||
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Wyczyść wiadomości należące do bota na bieżącym kanale.\n\n"
|
||||
" Domyślnie wszystkie wiadomości są czyszczone. Jeżeli podano drugi argument,\n"
|
||||
" jest używany do dopasowania wzoru - tylko wiadomości zawierające podany tekst zostaną usunięte.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]sprzątanie 10 Pong`\n"
|
||||
" - `[p]sprzątanie 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` Maksymalna liczba wiadomości do sprzątania. Musi być dodatnią liczbą całkowitą.\n"
|
||||
" - `<match_pattern>` Tekst, który musi zawierać wiadomości, aby je usunąć. Użyj \"\", aby to pominąć.\n"
|
||||
" - `<delete_pinned>` Czy usunąć przypięte wiadomości, czy nie. Domyślnie Fałsz\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Comando base para excluir mensagens."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Exclua as últimas X mensagens que correspondem ao texto especificado no canal atual.\n\n"
|
||||
" Exemplo:\n"
|
||||
" - `[p]cleanup text \"teste\" 5`\n\n"
|
||||
" Lembre-se de usar aspas duplas.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<number>` O número máximo de mensagens para limpar. Deve ser um inteiro positivo.\n"
|
||||
" - `<delete_pinned>` Se deseja ou não apagar mensagens fixadas. O padrão é Falso\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Apagar as últimas X mensagens de um usuário especificado no canal atual.\n\n"
|
||||
" Exemplos:\n"
|
||||
" -[p]cleanup user @Fulano 2`\n"
|
||||
" -[p]cleanup user Ciclano 6`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" -<user>` O usuário cujas mensagens serão limpas.\n"
|
||||
" - `<number>` O número máximo de mensagens para limpar. Deve ser um inteiro positivo.\n"
|
||||
" - `<delete_pinned>` Se deseja ou não excluir mensagens fixadas. O padrão é Falso\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Exclui X mensagens antes da mensagem especificada.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Exclua as mensagens entre a Mensagem Um e a Mensagem Dois, fornecendo os IDs das mensagens.\n\n"
|
||||
" A primeira mensagem deve ser a mensagem mais antiga e a segunda a mais recente.\n\n"
|
||||
" Exemplo:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<one>` O ID da mensagem mais antiga. Esta mensagem não será excluída.\n"
|
||||
" - `<two>` O ID da mensagem mais recente. Esta mensagem não será excluída.\n"
|
||||
" - `<delete_pinned>` Se deseja ou não apagar mensagens fixadas. O padrão é Falso\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Exclui as últimas X mensagens do canal atual.\n\n"
|
||||
" Exemplo:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" -'<number>` O número máximo de mensagens para limpar. Precisa ser um número inteiro positivo.\n"
|
||||
" -'<delete_pinned>` Se deseja excluir ou não as mensagens fixadas. O padrão é Falso\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Limpa as mensagens pertencentes ao bot no canal atual.\n\n"
|
||||
" Por padrão, todas as mensagens são limpas. Se for especificado um segundo argumento,\n"
|
||||
" é usado para correspondência de padrões - apenas mensagens contendo o texto fornecido serão excluídas.\n\n"
|
||||
" Exemplos:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self \"\" True`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<number>` O número máximo de mensagens para limpar. Deve ser um número inteiro positivo.\n"
|
||||
" - `<match_pattern>` O texto que as mensagens devem conter para serem excluídas. Use \"\" para pular isso.\n"
|
||||
" - `<delete_pinned>` Se deseja ou não excluir mensagens fixadas. O padrão é Falso\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Базовая команда для удаления сообщений
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений, соответствующих указанному тексту в текущем канале.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистить текст \"test\" 5`.\n\n"
|
||||
" Не забывайте использовать двойные кавычки.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений от указанного пользователя в текущем канале.\n\n"
|
||||
" Примеры:\n"
|
||||
" - `[p]очистка пользователя @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<user>` Пользователь, сообщения которого должны быть очищены.\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "Удаляет X сообщений перед указанным соо
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалите сообщения между сообщением 1 и сообщением 2, указав идентификаторы сообщений.\n\n"
|
||||
" Первый идентификатор сообщения должен быть старым сообщением, а второй— новым.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистка между 123456789123456789 987654321987654321`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<one>` Идентификатор сообщения для очистки. Это сообщение не будет удалено.\n"
|
||||
" - `<two>` Идентификатор сообщения, который нужно очистить раньше. Это сообщение не будет удалено.\n"
|
||||
" - `<delete_pinned>` Удалять или нет. По умолчанию Ложь\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалить последние X сообщений в текущем канале.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]очистка сообщений 26`\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Очищает сообщения, принадлежащие боту в текущем канале.\n\n"
|
||||
" По умолчанию очищаются все сообщения. Если указан второй аргумент,\n"
|
||||
" он используется для подбора шаблона - будут удалены только сообщения, содержащие заданный текст.\n\n"
|
||||
" Примеры:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<number>` Максимальное количество сообщений для очистки. Должно быть положительным целым числом.\n"
|
||||
" - `<match_pattern>` Текст, который должны содержать сообщения, чтобы быть удаленными. Используйте \"\", чтобы пропустить этот параметр.\n"
|
||||
" - `<delete_pinned>` Удалять или нет сохраненные сообщения. По умолчанию False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "Mesajları silmek için kullanılan temel komut."
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Belirtilen yazıyla uyuşan, şu anki kanalda bulunan son X adet mesajı siler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Çift tırnak kullanmayı unutmayın.\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<numara>` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n"
|
||||
" - `<sabit_silme>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Belirtilen kullanıcının göndermiş olduğu şu anki kanalda bulunan son X adet mesajı siler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<kullanıcı>` Mesajları silinecek olan kullanıcı\n"
|
||||
" - `<rakam>` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n"
|
||||
" - `<sabit silme>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -142,38 +127,24 @@ msgstr "Belirtilen mesajdan önceki X adet mesajı siler.\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "IDleri verilen iki mesaj arasındaki mesajları siler.\n\n"
|
||||
" İlk mesaj IDsi temizliğin başlangıç noktasını, ikinci mesaj IDsi ise bitiş noktasını belirtmelidir.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<bir>` Sonrasındaki mesajlar silinecek olan mesajın IDsi. Bu mesajın kendisi silinmez.\n"
|
||||
" - `<iki>` Öncesindeki mesajlar silinecek olan mesajın IDsi. Bu mesajın kendisi silinmez.\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Şu anki kanalda bulunan son X mesajı siler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<rakam>` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n"
|
||||
" - `<sabit_silme>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -196,25 +167,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Şu anki kanalda bota ait olan mesajları siler.\n\n"
|
||||
" Varsayılan olarak bütün mesajlar silinir. Eğer ikinci seçenek olarak komuta herhangi bir şey verilirse, eşleştirme yapılır ve sadece verilen yazıyı içeren mesajlar silinir.\n\n"
|
||||
" Örnekler:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Seçenekler:**\n\n\n"
|
||||
" - `<rakam>` Maksimum kaç mesaj silineceği, pozitif tam sayı olmak zorundadır.\n"
|
||||
" - `<eşleştirme>` Bir mesajın silinmesi için bulundurması gereken yazı, eğer bunu atlamak isterseniz \"\" (iki tane çift tırnak) kullanın.\n"
|
||||
" - `<sabit_silme>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak silinmezler (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -50,7 +50,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -62,8 +62,8 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -107,7 +107,7 @@ msgstr ""
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
@@ -119,7 +119,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
@@ -142,9 +142,9 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2023-05-02 23:06+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -55,41 +55,26 @@ msgstr "刪除訊息的基本指令。"
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" - `[p]cleanup text \"test\" 5`\n\n"
|
||||
" Remember to use double quotes.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "刪除當前頻道中與指定文本匹配的最後 X 條訊息。\n\n"
|
||||
" 例子:\n"
|
||||
" -`[p]cleanup text \"test\" 5`\n\n"
|
||||
" 注意:請使用雙引號。\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<number>` 要清理的最大消息數。 必須是正整數。\n"
|
||||
" - `<delete_pinned>` 是否刪除釘選訊息。 默認為False。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:254
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user in the current channel.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" - `[p]cleanup user @Twentysix 2`\n"
|
||||
" - `[p]cleanup user Red 6`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<user>` The user whose messages are to be cleaned up.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "刪除當前頻道指定用戶的最後 X 條消息。\n\n"
|
||||
" 例子:\n"
|
||||
" -`[p]cleanup user @Twentysix 2`\n"
|
||||
" -`[p]cleanup user Red 6`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<user>` 要清理其訊息的用戶。\n"
|
||||
" - `<number>` 要清理的最大訊息數。 必須是正整數。\n"
|
||||
" - `<delete_pinned>` 是否刪除釘選訊息。 默認為False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:324
|
||||
#, docstring
|
||||
@@ -144,38 +129,24 @@ msgstr "刪除指定消息之前的 X 條消息。\n\n"
|
||||
msgid "Delete the messages between Message One and Message Two, providing the messages IDs.\n\n"
|
||||
" The first message ID should be the older message and the second one the newer.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<one>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<two>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "刪除訊息一和訊息二之間的訊息,須提供訊息 ID。\n\n"
|
||||
" 第一個訊息 ID 應該是較舊的訊息,第二個訊息 ID 應該是較新的。\n\n"
|
||||
" 例子:\n"
|
||||
" - `[p]cleanup between 123456789123456789 987654321987654321`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<one>` 之後要清理的訊息的 ID。 此訊息不會被刪除。\n"
|
||||
" - `<two>` 之前要清理的訊息的 id。 此訊息不會被刪除。\n"
|
||||
" - `<delete_pinned>` 是否刪除定選訊息。 默認為False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:483
|
||||
#, docstring
|
||||
msgid "Delete the last X messages in the current channel.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "刪除當前頻道中的最後 X 條訊息。\n\n"
|
||||
" 例子:\n"
|
||||
" - `[p]cleanup messages 26`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<number>` 要清理的最大訊息數。 必須是正整數。\n"
|
||||
" - `<delete_pinned>` 是否刪除釘選消息。 默認為False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:522
|
||||
#, docstring
|
||||
@@ -198,26 +169,15 @@ msgid "Clean up messages owned by the bot in the current channel.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
" it is used for pattern matching - only messages containing the given text will be deleted.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
" - `<match_pattern>` The text that messages must contain to be deleted. Use \"\" to skip this.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "清理當前頻道中機器人擁有的消息。\n\n"
|
||||
" 默認情況下,將清除所有訊息。 如果指定了第二個參數,\n"
|
||||
" 它用於模式匹配--只有包含給定文本的消息才會被刪除。\n\n"
|
||||
" 例子:\n"
|
||||
" - `[p]cleanup self 6`\n"
|
||||
" - `[p]cleanup self 10 Pong`\n"
|
||||
" - `[p]cleanup self 7 \"\" True`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<number>` 要清理的最大消息數。 必須是正整數。\n"
|
||||
" - `<match_pattern>` 要刪除的訊息必須包含的文本。 使用“”跳過這個。\n"
|
||||
" - `<delete_pinned>` 是否刪除釘選訊息。 默認為False。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:698
|
||||
#, docstring
|
||||
|
||||
@@ -2,7 +2,6 @@ import asyncio
|
||||
import re
|
||||
import random
|
||||
from datetime import datetime, timedelta
|
||||
from inspect import Parameter
|
||||
from typing import Iterable, List, Mapping, Tuple, Dict, Set, Literal, Union
|
||||
from urllib.parse import quote_plus
|
||||
|
||||
@@ -10,6 +9,7 @@ import discord
|
||||
from rapidfuzz import process
|
||||
|
||||
from redbot.core import Config, commands
|
||||
from redbot.core.commands import Parameter
|
||||
from redbot.core.i18n import Translator, cog_i18n
|
||||
from redbot.core.utils import menus, AsyncIter
|
||||
from redbot.core.utils.chat_formatting import box, pagify, escape, humanize_list
|
||||
@@ -402,7 +402,7 @@ class CustomCommands(commands.Cog):
|
||||
"""Add a simple custom command.
|
||||
|
||||
Example:
|
||||
- `[p]customcom create simple yourcommand Text you want`
|
||||
- `[p]customcom create simple yourcommand Text you want`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -447,9 +447,9 @@ class CustomCommands(commands.Cog):
|
||||
custom command.
|
||||
|
||||
Examples:
|
||||
- `[p]customcom cooldown pingrole`
|
||||
- `[p]customcom cooldown yourcommand 30`
|
||||
- `[p]cc cooldown mycommand 30 guild`
|
||||
- `[p]customcom cooldown pingrole`
|
||||
- `[p]customcom cooldown yourcommand 30`
|
||||
- `[p]cc cooldown mycommand 30 guild`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -492,7 +492,7 @@ class CustomCommands(commands.Cog):
|
||||
"""Delete a custom command.
|
||||
|
||||
Example:
|
||||
- `[p]customcom delete yourcommand`
|
||||
- `[p]customcom delete yourcommand`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
@@ -510,7 +510,7 @@ class CustomCommands(commands.Cog):
|
||||
"""Edit a custom command.
|
||||
|
||||
Example:
|
||||
- `[p]customcom edit yourcommand Text you want`
|
||||
- `[p]customcom edit yourcommand Text you want`
|
||||
|
||||
**Arguments:**
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -157,7 +157,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -171,9 +171,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -211,7 +211,7 @@ msgstr "هذا الأمر غير موجود. استخدم `{command}` لإضاف
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -225,7 +225,7 @@ msgstr "تم حذف الأمر المخصص بنجاح."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -153,7 +153,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -167,9 +167,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -207,7 +207,7 @@ msgstr "Tento příkaz neexistuje. Použijte `{command}` pro jeho přidání."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -221,7 +221,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -153,7 +153,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -167,9 +167,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -207,7 +207,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -221,7 +221,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -158,7 +158,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -172,9 +172,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -212,7 +212,7 @@ msgstr "Dieser Befehl existiert nicht. Verwende `{command}`, um ihn hinzuzufüge
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -226,7 +226,7 @@ msgstr "Benutzerdefinierter Befehl erfolgreich gelöscht."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -176,18 +176,12 @@ msgstr "La respuesta de texto que estás intentando crear tiene más de 2000 car
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Añade un simple comando personalizado.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<command>` El comando ejecutado para devolver el texto. Enviar a minúsculas\n"
|
||||
" - `<text>` El texto a devolver cuando se ejecuta el comando. Ver guía para uso mejorado.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -196,26 +190,15 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
" - `[per]` The group to apply the cooldown on. Defaults to per member. Valid choices are server / guild, user / member, and channel.\n"
|
||||
" "
|
||||
msgstr "Establece, edite o vea el tiempo de espera para un comando personalizado.\n\n"
|
||||
" Puedes establecer tiempos de enfriamiento por usuario, canal o guild. Se pueden establecer varios tiempos de enfriamiento de. Todos los tiempos de enfriamiento deben ser enfriados para llamar al comando\n"
|
||||
" personalizado.\n\n"
|
||||
" Ejemplos:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<command>` El comando personalizado a comprobar o establecer el enfriamiento.\n"
|
||||
" - `[cooldown]` El número de segundos a esperar antes de permitir que el comando sea invocado de nuevo. Si se omite, en su lugar devolverá la configuración actual de enfriamiento.\n"
|
||||
" - `[per]` El grupo a aplicar el tiempo de recarga. Por defecto es por miembro. Las opciones válidas son servidor/guild, usuario / miembro y canal.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:464
|
||||
#: redbot/cogs/customcom/customcom.py:505
|
||||
@@ -247,16 +230,11 @@ msgstr "Ese comando no existe. Use `{command}` para agregarlo."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Eliminar un comando personalizado.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<command>` El comando personalizado a borrar.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -266,18 +244,12 @@ msgstr "Comando personalizado eliminado satifactoriamente."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Editar un comando personalizado.\n\n"
|
||||
" Ejemplo:\n"
|
||||
" - `[p]customcom editar el texto de tu comando que quieras`\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<command>` El comando personalizado a editar.\n"
|
||||
" - `<text>` El nuevo texto a devolver al ejecutar el comando.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -168,18 +168,12 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Ajoutez une simple commande personnalisée.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]customcom create simple yourcommand Texte que vous voulez`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` La commande exécutée pour retourner le texte. Transformez-la en minuscules.\n"
|
||||
" - `<text>` Le texte à retourner lors de l'exécution de la commande. Voir le guide pour une utilisation améliorée.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -188,9 +182,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -228,16 +222,11 @@ msgstr "Cette commande n'existe pas. Utilisez `{command}` pour l'ajouter."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Supprimer une commande personnalisée.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` La commande personnalisée à supprimer.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -247,17 +236,12 @@ msgstr "La commande personnalisée a été supprimée avec succès."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Modifier une commande personnalisée.\n\n"
|
||||
" Exemple :\n"
|
||||
" - `[p]customcom edit yourcommand Texte que vous voulez`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` La commande personnalisée à modifier.\n"
|
||||
" - `<text>` Le nouveau texte à renvoyer lors de l'exécution de la commande. "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,16 +206,11 @@ msgstr "Ta naredba ne postoji. Upotrijebite `{command}` da ju dodate."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Izbrišite prilagođenu naredbu\n\n"
|
||||
" Primjer:\n"
|
||||
" - `[p]customcom delete vašanaredba`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<command>` Prilagođena naredba za brisanje.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -225,18 +220,12 @@ msgstr "Prilagođena naredba je uspješno izbrisana."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Uredite prilagođenu naredbu.\n\n"
|
||||
" Primjer:\n"
|
||||
" - `[p]customcom edit vašanaredba Tekst koji želite`\n\n"
|
||||
" **Argumenti:**\n\n"
|
||||
" - `<command>` Prilagođena naredba za uređivanje.\n"
|
||||
" - `<text>` Novi tekst koji treba ispisati prilikom izvršavanja naredbe.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr "Perintah kustom berhasil dihapus."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr "Comando personalizzato eliminato correttamente."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr "커스텀 커맨드가 성공적으로 삭제됐어요."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -176,18 +176,12 @@ msgstr "Tekstsvaret du prøver å lage inneholder mer enn 2000 tegn.\n"
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Legg til en enkel egendefinert kommando.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` kommandoen kjøres for å returnere teksten. Overfall til lavt.\n"
|
||||
" - `<text>` Teksten som skal returnere når du utfører kommandoen. Se en guide for økt bruk.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -196,27 +190,15 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
" - `[per]` The group to apply the cooldown on. Defaults to per member. Valid choices are server / guild, user / member, and channel.\n"
|
||||
" "
|
||||
msgstr "Legg til, endre eller se nedkjølingen for en egendefinert kommando.\n\n"
|
||||
" Du kan sette nedkjølere per medlem, kanal eller guild. Multi\n"
|
||||
" cooldowns kan settes. Alle cooldowns må kjøles for å ringe\n"
|
||||
" egendefinert kommando.\n\n"
|
||||
" Eksempler:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown din kommando 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` Den egendefinerte kommandoen for å sjekke eller angi kjølevæsken.\n"
|
||||
" - `[cooldown]` Antall sekunder å vente før kommandoen kan åpnes igjen. Hvis utelatt, returneres nåværende innstillinger for cooldown i stedet.\n"
|
||||
" - `[per]` Gruppen for å bruke cooldown på. Standard for per medlem. Gyldige valg er server / guild, bruker / medlem og kanal.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:464
|
||||
#: redbot/cogs/customcom/customcom.py:505
|
||||
@@ -248,16 +230,11 @@ msgstr "Den kommandoen finnes ikke. Bruk `{command} for å legge den til."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Slett en egendefinert kommando.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` Den egendefinerte kommandoen for å slette.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -267,18 +244,12 @@ msgstr "Egendefinert kommando slettet."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Rediger en egendefinert kommando.\n\n"
|
||||
" Eksempel:\n"
|
||||
" - `[p]customcom edit yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` Den egendefinerte kommandoen for å redigere.\n"
|
||||
" - `<text>` Den nye teksten som skal returneres når du utfører kommandoen\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -162,7 +162,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -176,9 +176,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -216,7 +216,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -230,7 +230,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -171,18 +171,12 @@ msgstr "Odpowiedź tekstowa, którą próbujesz stworzyć, ma więcej niż 2000
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Dodaj proste polecenie niestandardowe.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]customcom tworzy prosty tekst twojego polecenia`\n\n"
|
||||
" **Argumenty:**\n\n"
|
||||
" - `<command>` Polecenie wykonane, aby zwrócić tekst. Przewiń na małe litery.\n"
|
||||
" - `<text>` Tekst do powrotu podczas wykonywania polecenia. Zobacz poradnik dla lepszego użycia.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -191,26 +185,15 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
" - `[per]` The group to apply the cooldown on. Defaults to per member. Valid choices are server / guild, user / member, and channel.\n"
|
||||
" "
|
||||
msgstr "Set, edytuj, lub wyświetl czas odnowienia dla niestandardowego polecenia.\n\n"
|
||||
" Możesz ustawić czas odnowienia dla każdego członka, kanału lub gildii. Można ustawić wielokrotny czas odnowienia. Wszystkie czas odnowienia musi być schłodzony, aby wywołać\n"
|
||||
" niestandardowe polecenie.\n\n"
|
||||
" Przykłady:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` Niestandardowe polecenie sprawdzające lub ustawiające czas odnowienia.\n"
|
||||
" - `[cooldown]` Liczba sekund oczekiwania przed ponownym wywołaniem polecenia. Jeśli pominięto, zamiast tego zwróci bieżące ustawienia odnowienia.\n"
|
||||
" - `[per]` Grupa do zastosowania czasu odnowienia. Domyślnie dla każdego użytkownika. Prawidłowe wybory to serwer / gildia, użytkownik / członek i kanał.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:464
|
||||
#: redbot/cogs/customcom/customcom.py:505
|
||||
@@ -242,16 +225,11 @@ msgstr "Ta komenda nie istnieje. Użyj `{command}`, aby ją dodać."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Usuń polecenie niestandardowe.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Argumenty:**\n\n"
|
||||
" - `<command>` Niestandardowe polecenie do usunięcia.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -261,18 +239,12 @@ msgstr "Niestandardowe polecenie zostało usunięte."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Edytuj polecenie niestandardowe.\n\n"
|
||||
" Przykład:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` Niestandardowe polecenie do edycji.\n"
|
||||
" - `<text>` Nowy tekst do powrotu podczas wykonywania polecenia.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -169,18 +169,12 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Добавьте простую пользовательскую команду.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<command>` Команда, выполняемая для возврата текста. Приводится к нижнему регистру.\n"
|
||||
" - `<text>` Текст, возвращаемый при выполнении команды. См. руководство по расширенному использованию.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -189,9 +183,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -229,16 +223,11 @@ msgstr "Эта команда не существует. Используйте
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Удаление пользовательской команды.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]customcom delete yourcommand`.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<command>` Пользовательская команда для удаления.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -248,18 +237,12 @@ msgstr "Пользовательская команда успешно удал
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Редактирование пользовательской команды.\n\n"
|
||||
" Пример:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<command>` Пользовательская команда для редактирования.\n"
|
||||
" - `<text>` Новый текст, возвращаемый при выполнении команды.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr "Det anpassade kommandot är nu borttaget."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -171,18 +171,12 @@ msgstr "Oluşturmaya çalıştığınız yazılı yanıt 2000 karakterden uzun.\
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "Basit bir özel komut ekler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]customcom create simple komutunuz Vermesini istediğiniz çıktı`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<command>` Cevap almak için çalıştırılan komut, küçük harfe çevrilir.\n"
|
||||
" - `<text>` Komutun vereceği cevap. Daha detaylı kullanım için kılavuza bakınız.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -191,9 +185,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -231,16 +225,11 @@ msgstr "Bu komut bulunmuyor. Eklemek için `{command}` yazın."
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "Bir özel komutu siler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]customcom delete komutunuz`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<command>` Silinecek komut.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -250,18 +239,12 @@ msgstr "Özel komut başarıyla kaldırıldı."
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "Bir özel komutu düzenler.\n\n"
|
||||
" Örnek:\n"
|
||||
" - `[p]customcom edit komutunuz Vermesini istediğiniz çıktı`\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<command>` Düzenlenecek özel komut.\n"
|
||||
" - `<text>` Komut çalıştırılınca verilecek yeni çıktı.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -152,7 +152,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
@@ -166,9 +166,9 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
@@ -206,7 +206,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
@@ -220,7 +220,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2022-12-30 02:22+0000\n"
|
||||
"POT-Creation-Date: 2023-05-13 10:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -175,18 +175,12 @@ msgstr "您嘗試創建的文本回覆超過 2000 個字符。\n"
|
||||
#, docstring
|
||||
msgid "Add a simple custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The command executed to return the text. Cast to lowercase.\n"
|
||||
" - `<text>` The text to return when executing the command. See guide for enhanced usage.\n"
|
||||
" "
|
||||
msgstr "添加一個簡單的自定義指令。\n\n"
|
||||
" 例子:\n"
|
||||
" -`[p]customcom create simple yourcommand Text you want`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<command>` 為返回文本而執行的命令。 轉換為小寫。\n"
|
||||
" - `<text>` 執行命令時返回的文本。 請參閱進階用法指南。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:443
|
||||
#, docstring
|
||||
@@ -195,27 +189,15 @@ msgid "Set, edit, or view the cooldown for a custom command.\n\n"
|
||||
" cooldowns may be set. All cooldowns must be cooled to call the\n"
|
||||
" custom command.\n\n"
|
||||
" Examples:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to check or set the cooldown.\n"
|
||||
" - `[cooldown]` The number of seconds to wait before allowing the command to be invoked again. If omitted, will instead return the current cooldown settings.\n"
|
||||
" - `[per]` The group to apply the cooldown on. Defaults to per member. Valid choices are server / guild, user / member, and channel.\n"
|
||||
" "
|
||||
msgstr "設置、編輯或查看自定義命令的冷卻時間。\n\n"
|
||||
" 您可以為每個成員、頻道或公會設置冷卻時間。 可\n"
|
||||
" 以設置多個冷卻時間。設有冷卻時間必須先冷卻才能使用\n"
|
||||
" 自定義命令。\n\n"
|
||||
" 例子:\n"
|
||||
" - `[p]customcom cooldown pingrole`\n"
|
||||
" - `[p]customcom cooldown yourcommand 30`\n"
|
||||
" - `[p]cc cooldown mycommand 30 guild`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<command>` 用於檢查或設置冷卻時間的自定義命令。\n"
|
||||
" - `[cooldown]` 允許再次使用命令之前等待的秒數。如果省略,將改為返回當前的冷卻時間設置。\n"
|
||||
" - `[per]` 要應用冷卻時間的群組。默認為每個成員。有效的選擇是伺務器/公會、用戶/成員和頻道。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:464
|
||||
#: redbot/cogs/customcom/customcom.py:505
|
||||
@@ -247,16 +229,11 @@ msgstr "該命令不存在。使用 `{command}` 添加它。"
|
||||
#, docstring
|
||||
msgid "Delete a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" - `[p]customcom delete yourcommand`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to delete.\n"
|
||||
" "
|
||||
msgstr "刪除自定義指令。\n\n"
|
||||
" 例子:\n"
|
||||
" -`[p]customcom delete yourcommand`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<command>` 要刪除的自定義指令。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:503
|
||||
msgid "Custom command successfully deleted."
|
||||
@@ -266,18 +243,12 @@ msgstr "自定義指令已成功刪除。"
|
||||
#, docstring
|
||||
msgid "Edit a custom command.\n\n"
|
||||
" Example:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<command>` The custom command to edit.\n"
|
||||
" - `<text>` The new text to return when executing the command.\n"
|
||||
" "
|
||||
msgstr "編輯自定義指令。\n\n"
|
||||
" 例子:\n"
|
||||
" - `[p]customcom edit yourcommand Text you want`\n\n"
|
||||
" **參數:**\n\n"
|
||||
" - `<command>` 要編輯的自定義指令。\n"
|
||||
" - `<text>` 執行命令時要返回的新文本。\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/customcom/customcom.py:522
|
||||
msgid "Custom command successfully edited."
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user