mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[i18n] Automated Crowdin downstream (#4946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1b6fc00039
commit
6cae1c0204
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr "تم الإلغاء."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "الرسالة غير موجودة."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bosnian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Catalan\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Opravdu chcete odstranit {number} zpráv? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Zrušeno."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Zpráva nenalezena."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Bist du dir sicher, dass du {number} Nachrichten löschen möchtest? (y/
|
||||
msgid "Cancelled."
|
||||
msgstr "Abgebrochen."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Nachricht nicht gefunden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Greek\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -38,12 +38,12 @@ msgstr "Estas seguro que quieres borrar {number} mensajes? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Cancelado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Comando base para eliminar mensajes."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -62,7 +62,7 @@ msgstr "Eliminar los últimos X mensajes que coincidan con el texto especificado
|
||||
" - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -83,51 +83,38 @@ msgstr "Eliminar los últimos X mensajes de un usuario especificado.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Borrar todos los mensajes después de un mensaje especificado.\n\n"
|
||||
" Para obtener un id de mensaje, habilitar el modo de desarrollador en la configuración\n"
|
||||
" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n"
|
||||
" y copie su id.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<message_id>` El id del mensaje a limpiar después. Este mensaje no se eliminará\n"
|
||||
" - `<delete_pinned>` Si desea eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Mensaje no encontrado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\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 X mensajes antes del mensaje especificado.\n\n"
|
||||
" Para obtener un id de mensaje, habilitar el modo de desarrollador en la configuración\n"
|
||||
" de Discord, pestaña de 'apariencia'. Luego haga clic derecho en un mensaje\n"
|
||||
" y copie su id.\n\n"
|
||||
" **Argumentos:**\n\n"
|
||||
" - `<message_id>` El id del mensaje a limpiar antes. Este mensaje no se eliminará.\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:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -148,7 +135,7 @@ msgstr "Elimine los mensajes entre el mensaje Uno y el mensaje dos, proporcionan
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -165,7 +152,7 @@ msgstr "Eliminar los últimos mensajes en X.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -180,7 +167,7 @@ msgstr "Limpiar mensajes de comandos y mensajes del bot.\n\n"
|
||||
" - `<delete_pinned>` Si desea eliminar o no los mensajes fijos. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -207,7 +194,7 @@ msgstr "Limpiar mensajes propiedad del bot.\n\n"
|
||||
" - `<delete_pinned>` Si eliminar mensajes fijados o no. Por defecto es False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -38,12 +38,12 @@ msgstr "Êtes vous sûr de supprimer {number} messages ? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Annulé."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Commande de base pour supprimer les messages."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -55,7 +55,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -68,35 +68,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Supprime tous les messages après un message spécifié.\n\n"
|
||||
" Pour obtenir l'ID d'un message, activer le mode développeur dans les paramètres\n"
|
||||
" de Discord, dans l'onglet \"Apparence\". Puis faites clic droit sur un message\n"
|
||||
" et copier son ID.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` L'ID du message à nettoyer après. Ce message ne sera pas supprimé.\n"
|
||||
" - `<delete_pinned>` Si il faut supprimer les messages épinglés ou non. Par défaut sur Faux.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Message introuvable."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -104,7 +99,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -117,7 +112,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -128,7 +123,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -138,7 +133,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -154,7 +149,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hebrew\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -38,12 +38,12 @@ msgstr "Biztosan törölni akarsz {number} üzenetet? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Megszakítva."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Alap parancs üzenetek törlésére."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -62,7 +62,7 @@ msgstr "Törli az utolsó X üzenetet, ami egyezik a megadott szöveggel.\n\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -83,51 +83,38 @@ msgstr "Törli az utolsó X üzenetet egy adott felhasználótól.\n\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Törli az összes üzenetet, ami a megadott után következik.\n\n"
|
||||
" Az üzenet ID megszerzéséhez engedélyezd a fejlesztői módot\n"
|
||||
" a Discord beállításaiban a \"Megjelenés\" fülön. \n"
|
||||
" Ezután jobb klikkelj egy üzeneten és másold ki az ID-jét.\n\n"
|
||||
" **Paraméterek:**\n\n"
|
||||
" - `<message_id>` Az üzenet ID-je, amitől kezdve törölni akarsz. Ez az üzenet még 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:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Üzenet nem található."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\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 "Törli az összes üzenetet, ami a megadott előtt következik.\n\n"
|
||||
" Az üzenet ID megszerzéséhez engedélyezd a fejlesztői módot\n"
|
||||
" a Discord beállításaiban a \"Megjelenés\" fülön. \n"
|
||||
" Ezután jobb klikkelj egy üzeneten és másold ki az ID-jét.\n\n"
|
||||
" **Paraméterek:**\n\n"
|
||||
" - `<message_id>` Az üzenet ID-je, ami előtt törölni akarsz. Ez az üzenet már nem lesz törölve.\n"
|
||||
" - `<number>` A törlendő üzenetek maximális száma. Pozitív egész szám kell legyen.\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -148,7 +135,7 @@ msgstr "Törli az üzeneteket a két megadott üzenet között.\n\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -165,7 +152,7 @@ msgstr "Törli az utolsó X üzenetet.\n\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -180,7 +167,7 @@ msgstr "Törli a parancs üzeneteket és a bot válaszait.\n\n"
|
||||
" - `<delete_pinned>` Törölje-e a kitűzött üzeneteket is. Alapértelmezetten hamis (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -207,7 +194,7 @@ msgstr "A bot által elküldött üzenetek takarítása.\n\n"
|
||||
" - `<delete_pinned>` Hogy töröljön-e kitűzött üzeneteket. Alapértelmezett: hamis (false)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr "Dibatalkan."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Pesan tidak ditemukan."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Messaggio non trovato."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr "취소되었어요."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "메세지를 찾을 수 없어요."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -23,9 +23,9 @@ msgid "This cog contains commands used for \"cleaning up\" (deleting) messages.\
|
||||
" Messages older than two weeks cannot be mass deleted.\n"
|
||||
" This is a limitation of the API.\n"
|
||||
" "
|
||||
msgstr "Denne cog'en inneholder kommandoer som brukes for \"rengjør opp\" (slette) meldinger.\n\n"
|
||||
" Denne er utformet som et moderatorverktøy og tilbyr mange praktiske brukssaker.\n"
|
||||
" Alle oppryddingskommandoer gjelder bare for kanalen kommandoen kjøres i.\n\n"
|
||||
msgstr "Denne cog'en inneholder kommandoer som brukes for \"rengjøre\" (slette) meldinger.\n\n"
|
||||
" Denne er utformet som et moderatorverktøy og tilbyr mange praktiske brukstilfeller.\n"
|
||||
" Alle oppryddingskommandoer gjelder bare for kanalen kommandoen brukes i.\n\n"
|
||||
" Meldinger eldre enn to uker kan ikke masseslettes.\n"
|
||||
" Dette er en begrensning i APIet.\n"
|
||||
" "
|
||||
@@ -38,12 +38,12 @@ msgstr "Er du sikker på at du vil slette {number} meldinger? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Kansellert."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Basiskommando for sletting av meldinger."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -62,7 +62,7 @@ msgstr "Slett de siste X meldingene som matcher den angitte teksten.\n\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -82,51 +82,55 @@ msgstr "Slett de siste X meldingene som matcher den angitte teksten.\n\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Slett alle meldinger etter en spesifisert melding.\n\n"
|
||||
" For å få beskjed Id aktiver utviklermodus i Discord's\n"
|
||||
" For å få beskjed id aktiver utviklermodus i Discord's\n"
|
||||
" innstillinger, 'utseende' fanen. Deretter klikker du en melding\n"
|
||||
" og kopierer sin id.\n\n"
|
||||
" og kopierer sin id.\n"
|
||||
" svarer på en melding kommer til å rydde opp alle meldinger etter den.\n\n"
|
||||
" **Argumenter:**\n\n"
|
||||
" - `<message_id>` Meldingens id for å rydde opp senere. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" - `<message_id>` beskjeden er id for å rydde opp senere. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder på False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Melding ikke funnet."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\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 "Sletter X meldinger før den angitte meldingen.\n\n"
|
||||
" For å få beskjed Id aktiver utviklermodus i Discord's\n"
|
||||
" For å få beskjed ID aktiver utviklermodus i Discord's\n"
|
||||
" innstillinger, 'utseende' fanen. Deretter klikker du en melding\n"
|
||||
" og kopierer sin id.\n\n"
|
||||
" og kopierer ID\n"
|
||||
" Svar på en melding for å slette alle meldinger før den\n\n"
|
||||
" **Argumenter:**\n\n"
|
||||
" - `<message_id>` Id-en til meldingen for å rydde opp før. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<message_id>` ID-en til meldingen for å rydde opp før. Denne meldingen vil ikke bli slettet.\n"
|
||||
" - `<number>` Maks antall meldinger som skal opp. Må være et positivt heltall.\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -147,7 +151,7 @@ msgstr "Slett meldingene mellom Melding En og Melding Two, og gjør om meldings-
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -164,7 +168,7 @@ msgstr "Slett de siste X meldingene.\n\n"
|
||||
" - `<delete_pinned>` om for å slette låste meldinger eller ikke. Standarder til usant\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -179,7 +183,7 @@ msgstr "Rydd opp kommando meldinger og meldinger fra boten.\n\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder på False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -206,7 +210,7 @@ msgstr "Rydd opp meldinger som eies av boten.\n\n"
|
||||
" - `<delete_pinned>` om å slette låste meldinger eller ikke. Standarder til False\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Weet je zeker dat je {number} berichten wilt verwijderen? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Geannuleerd."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Bericht niet gevonden."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Czy na pewno chcesz usunąć {number} wiadomości? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Anulowano."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Nie znaleziono wiadomości."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr "Cancelado."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Mensagem não encontrada."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Romanian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Ești sigur că vrei să ștergi {number} mesaje? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Anulat."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Mesajul nu a fost găsit."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Вы уверены, что хотите удалить {number} соо
|
||||
msgid "Cancelled."
|
||||
msgstr "Отменено."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
msgstr "Базовая команда для удаления сообщений."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,50 +63,38 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Удалить все сообщения после указанного сообщения.\n\n"
|
||||
" Для получения идентификатора сообщения, включить режим разработчика во вкладке\n"
|
||||
" в Discord. Затем щелкните правой кнопкой мыши на сообщении\n"
|
||||
" и скопируйте его идентификатор.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<message_id>` Идентификатор сообщения, чтобы очистить. Это сообщение не будет удалено.\n"
|
||||
" - `<delete_pinned>` Удалять ли закрепленные сообщения или нет. По умолчанию Ложь\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Сообщение не найдено."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\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 "Удалить все сообщения после указанного сообщения.\n\n"
|
||||
" Для получения идентификатора сообщения, включить режим разработчика во вкладке\n"
|
||||
" в Discord. Затем щелкните правой кнопкой мыши на сообщении\n"
|
||||
" и скопируйте его идентификатор.\n\n"
|
||||
" **Аргументы:**\n\n"
|
||||
" - `<message_id>` Идентификатор сообщения, чтобы очистить. Это сообщение не будет удалено.\n"
|
||||
" - `<delete_pinned>` Удалять ли закрепленные сообщения или нет. По умолчанию Ложь\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -127,7 +115,7 @@ msgstr "Удалите сообщения между сообщением 1 и
|
||||
" - `<delete_pinned>` Удалять или нет. По умолчанию Ложь\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -138,7 +126,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -148,7 +136,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -164,7 +152,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
@@ -179,9 +167,9 @@ msgstr "{} не похож на действительный ID сообщени
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:29
|
||||
msgid "{arg} is not an integer."
|
||||
msgstr ""
|
||||
msgstr "{arg} не является целым числом."
|
||||
|
||||
#: redbot/cogs/cleanup/converters.py:31
|
||||
msgid "{arg} is not a positive integer."
|
||||
msgstr ""
|
||||
msgstr "{arg} не является положительным целым числом."
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Latin)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Serbian (Cyrillic)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "Är du säker på att du vill ta bort {number} meddelanden? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "Avbruten."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Meddelandet kunde inte hittas."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -38,12 +38,12 @@ msgstr "{number} iletileri silmek istediğinizden emin misiniz? (e/h)"
|
||||
msgid "Cancelled."
|
||||
msgstr "İptal."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr "Mesajları silmek için kullanılan temel komut."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -62,7 +62,7 @@ msgstr "Belirtilen yazıyla uyuşan son X adet mesajı sil.\n\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -83,51 +83,53 @@ msgstr "Belirtilen kullanıcıdan son X adet mesajı sil.\n\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr "Belirtilen bir mesajdan sonraki tüm mesajları sil.\n\n"
|
||||
" Bir mesaj Idsi edinmek için Discord ayarlarına girip\n"
|
||||
" Bir mesaj idsi edinmek için Discord ayarlarına girip\n"
|
||||
" \"görünüm\" sekmesinden geliştirici modunu açın.\n"
|
||||
" Sonra bir mesaja sağ tıklayıp Idsini kopyalayın.\n\n"
|
||||
" **Seçenkler:**\n\n"
|
||||
" Sonra bir mesaja sağ tıklayıp idsini kopyalayın.\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<mesaj_idsi>` Sonrasındaki 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"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "Mesaj bulunamadı."
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\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 mesajdan önceki X adet mesajı siler.\n\n"
|
||||
" Bir mesaj Idsi edinmek için Discord ayarlarına girip\n"
|
||||
" Bir mesaj idsi edinmek için Discord ayarlarına girip\n"
|
||||
" \"görünüm\" sekmesinden geliştirici modunu açın.\n"
|
||||
" Sonra bir mesaja sağ tıklayıp Idsini kopyalayın.\n\n"
|
||||
" Sonra bir mesaja sağ tıklayıp idsini kopyalayın.\n\n"
|
||||
" **Seçenekler:**\n\n"
|
||||
" - `<mesaj_idsi>` Öncesindeki mesajlar silinecek olan mesajın Idsi. Bu mesajın kendisi silinmez.\n"
|
||||
" - `<sayı>` Silinecek mesaj sayısı, pozitif bir tam sayı olmak zorundadır.\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -148,7 +150,7 @@ msgstr "IDleri verilen iki mesaj arasındaki mesajları siler.\n\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -165,7 +167,7 @@ msgstr "Son X adet mesajı siler.\n\n"
|
||||
" - `<sabit_silme>` Sabit mesajların silinip silinmeyeceği. Varsayılan olarak kapalıdır. (False)\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -180,7 +182,7 @@ msgstr "Komut içeren mesajları ve bot'un attığı mesajları temizler.\n\n"
|
||||
" - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -207,7 +209,7 @@ msgstr "Bot'a ait mesajları temizle.\n\n"
|
||||
" - `<delete_pinned>` Sabitlenmiş mesajların silinip silinmeyeceği, varsayılan olarak kapalıdır.\n"
|
||||
" "
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional, Hong Kong\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr ""
|
||||
msgid "Cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2021-02-16 19:14+0000\n"
|
||||
"POT-Creation-Date: 2021-04-04 09:34+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -33,12 +33,12 @@ msgstr "您確定要刪除{number}則訊息嗎? (y/n)"
|
||||
msgid "Cancelled."
|
||||
msgstr "已取消。"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:127
|
||||
#: redbot/cogs/cleanup/cleanup.py:144
|
||||
#, docstring
|
||||
msgid "Base command for deleting messages."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:137
|
||||
#: redbot/cogs/cleanup/cleanup.py:154
|
||||
#, docstring
|
||||
msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" Example:\n"
|
||||
@@ -50,7 +50,7 @@ msgid "Delete the last X messages matching the specified text.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:192
|
||||
#: redbot/cogs/cleanup/cleanup.py:209
|
||||
#, docstring
|
||||
msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" Examples:\n"
|
||||
@@ -63,28 +63,30 @@ msgid "Delete the last X messages from a specified user.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:262
|
||||
#: redbot/cogs/cleanup/cleanup.py:282
|
||||
#, docstring
|
||||
msgid "Delete all messages after a specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages after it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup after. This message won't be deleted.\n"
|
||||
" - `<delete_pinned>` Whether to delete pinned messages or not. Defaults to False\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:280 redbot/cogs/cleanup/cleanup.py:326
|
||||
#: redbot/cogs/cleanup/cleanup.py:303 redbot/cogs/cleanup/cleanup.py:357
|
||||
msgid "Message not found."
|
||||
msgstr "未找到訊息。"
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:307
|
||||
#: redbot/cogs/cleanup/cleanup.py:335
|
||||
#, docstring
|
||||
msgid "Deletes X messages before the specified message.\n\n"
|
||||
" To get a message id, enable developer mode in Discord's\n"
|
||||
" settings, 'appearance' tab. Then right click a message\n"
|
||||
" and copy its id.\n\n"
|
||||
" and copy its id.\n"
|
||||
" Replying to a message will cleanup all messages before it.\n\n"
|
||||
" **Arguments:**\n\n"
|
||||
" - `<message_id>` The id of the message to cleanup before. This message won't be deleted.\n"
|
||||
" - `<number>` The max number of messages to cleanup. Must be a positive integer.\n"
|
||||
@@ -92,7 +94,7 @@ msgid "Deletes X messages before the specified message.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:354
|
||||
#: redbot/cogs/cleanup/cleanup.py:390
|
||||
#, docstring
|
||||
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"
|
||||
@@ -105,7 +107,7 @@ msgid "Delete the messages between Message One and Message Two, providing the me
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:402
|
||||
#: redbot/cogs/cleanup/cleanup.py:438
|
||||
#, docstring
|
||||
msgid "Delete the last X messages.\n\n"
|
||||
" Example:\n"
|
||||
@@ -116,7 +118,7 @@ msgid "Delete the last X messages.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:440
|
||||
#: redbot/cogs/cleanup/cleanup.py:476
|
||||
#, docstring
|
||||
msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" Can only cleanup custom commands and alias commands if those cogs are loaded.\n\n"
|
||||
@@ -126,7 +128,7 @@ msgid "Clean up command messages and messages from the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:528
|
||||
#: redbot/cogs/cleanup/cleanup.py:564
|
||||
#, docstring
|
||||
msgid "Clean up messages owned by the bot.\n\n"
|
||||
" By default, all messages are cleaned. If a second argument is specified,\n"
|
||||
@@ -142,7 +144,7 @@ msgid "Clean up messages owned by the bot.\n\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/cogs/cleanup/cleanup.py:614
|
||||
#: redbot/cogs/cleanup/cleanup.py:650
|
||||
#, docstring
|
||||
msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\n\n"
|
||||
" Defaults to 50.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user